30 assert(is_array(
$info));
37 'Authentication source ' . var_export($this->authId,
true));
51 assert(is_string($username));
54 return $this->ldapConfig->login($username,
$password, $sasl_args);
__construct($info, $config)
Constructor for this authentication source.
$ldapConfig
A LDAP configuration object.
login($username, $password, array $sasl_args=null)
Attempt to log in using the given username and password.