interface LdapClientInterface implements LdapInterface
deprecated
You should use LdapInterface instead
Ldap interface.
This interface is used for the BC layer with branch 2.8 and 3.0.
Methods
bind(string $dn = null, string $password = null) Return a connection bound to the ldap. | from LdapInterface | |
QueryInterface | query(string $dn, string $query, array $options = array()) Queries a ldap server for entries matching the given criteria. | from LdapInterface |
EntryManagerInterface | getEntryManager() | from LdapInterface |
string | escape(string $subject, string $ignore = '', int $flags) Escape a string for use in an LDAP filter or DN. | from LdapInterface |
array|null | find(string $dn, string $query, mixed $filter = '*') Find a username into ldap connection. |
Details
bind(string $dn = null, string $password = null)
Return a connection bound to the ldap.
QueryInterface query(string $dn, string $query, array $options = array())
Queries a ldap server for entries matching the given criteria.
EntryManagerInterface getEntryManager()
string escape(string $subject, string $ignore = '', int $flags)
Escape a string for use in an LDAP filter or DN.
array|null find(string $dn, string $query, mixed $filter = '*')
Find a username into ldap connection.
Please login to continue.