LDAP Account Manager

multiEditTool.inc

Table of Contents

extractWildcards()  : array<string|int, mixed>
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, mixed>
Parameters
$value : string

value field

Return values
array<string|int, mixed>

wildcard attributes

replaceWildcards()

Replaces wildcards in the user entered value.

replaceWildcards(string $value, array<string|int, mixed> $entry) : string
Parameters
$value : string

user entered value

$entry : array<string|int, mixed>

LDAP entry

Return values
string

result

Search results