You are here

public function LdapBridgeInterface::bind in Lightweight Directory Access Protocol (LDAP) 8.4

Bind (authenticate) against an active LDAP database.

Return value

bool Binding successful.

2 methods override LdapBridgeInterface::bind()
FakeBridge::bind in ldap_servers/tests/modules/ldap_servers_dummy/src/FakeBridge.php
Bind (authenticate) against an active LDAP database.
LdapBridge::bind in ldap_servers/src/LdapBridge.php
Bind (authenticate) against an active LDAP database.

File

ldap_servers/src/LdapBridgeInterface.php, line 37

Class

LdapBridgeInterface
Ldap Bridge to symfony/ldap.

Namespace

Drupal\ldap_servers

Code

public function bind() : bool;