LDAP Account Manager

multiEditTool.inc

Table of Contents

extractWildcards()  : array<string|int, string>
Extracts any wildcards from the value field.
replaceWildcards()  : string
Replaces wildcards in the user entered value.

Functions

extractWildcards()

Extracts any wildcards from the value field.

extractWildcards(string $value) : array<string|int, string>
Parameters
$value : string

value field

Return values
array<string|int, string>

wildcard attributes

replaceWildcards()

Replaces wildcards in the user entered value.

replaceWildcards(string $value, array<string, string[]|string> $entry) : string
Parameters
$value : string

user entered value

$entry : array<string, string[]|string>

LDAP entry

Return values
string

result

Search results