You are here

public function LdapServersRebindHandler::__construct in Lightweight Directory Access Protocol (LDAP) 7.2

File

ldap_servers/LdapServer.class.php, line 2149
Defines server classes and related functions.

Class

LdapServersRebindHandler
Class for enabling rebind functionality for following referrrals.

Code

public function __construct($bind_user_dn, $bind_user_passwd) {
  $this->bind_dn = $bind_user_dn;
  $this->bind_passwd = $bind_user_passwd;
}