LdapClientInterface
interface LdapClientInterface
Ldap interface.
Methods
bind(string $dn = null, string $password = null)
Return a connection bound to the ldap.
find($dn, $query, $filter = '*')
No description
string
escape(string $subject, string $ignore = '', int $flags)
Escape a string for use in an LDAP filter or DN.
Details
at line line 34
bind(string $dn = null, string $password = null)
Return a connection bound to the ldap.
at line line 45
find($dn, $query, $filter = '*')
at line line 56
string
escape(string $subject, string $ignore = '', int $flags)
Escape a string for use in an LDAP filter or DN.