W3cubDocs

/Symfony 4.1

Ldap

class Ldap implements LdapInterface

Methods

__construct(AdapterInterface $adapter)
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 = 0)

Escape a string for use in an LDAP filter or DN.

static Ldap create(string $adapter, array $config = array())

Creates a new Ldap instance.

Details

__construct(AdapterInterface $adapter)

Parameters

AdapterInterface $adapter

bind(string $dn = null, string $password = null)

Return a connection bound to the ldap.

Parameters

string $dn A LDAP dn
string $password A password

Exceptions

ConnectionException if dn / password could not be bound

QueryInterface query(string $dn, string $query, array $options = array())

Queries a ldap server for entries matching the given criteria.

Parameters

string $dn
string $query
array $options

Return Value

QueryInterface

EntryManagerInterface getEntryManager()

Return Value

EntryManagerInterface

string escape(string $subject, string $ignore = '', int $flags = 0)

Escape a string for use in an LDAP filter or DN.

Parameters

string $subject
string $ignore
int $flags

Return Value

string

static Ldap create(string $adapter, array $config = array())

Creates a new Ldap instance.

Parameters

string $adapter The adapter name
array $config The adapter's configuration

Return Value

Ldap

© 2004–2017 Fabien Potencier
Licensed under the MIT License.
https://api.symfony.com/4.1/Symfony/Component/Ldap/Ldap.html