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