Exemple #1
0
 /**
  * Rebinds with a given DN and Password
  *
  * @param string $username
  * @param string $password
  *
  * @return bool
  *
  * @throws Exceptions\ConnectionException
  */
 public function auth($username, $password)
 {
     return $this->ldap->bind($username, $password);
 }