This commit is contained in:
Andreas Österreicher
2013-08-09 16:14:30 +00:00
parent a3d9c303c4
commit 17a4ee099e
4 changed files with 55 additions and 55 deletions
+1
View File
@@ -91,6 +91,7 @@ class authentication extends auth
/* Authentifizierung des User */
if (($link_id = @ldap_bind($connect, $user_dn, $passwort)) == false)
{
$this->errormsg='LDAP Bind fehlgeschlagen: '.ldap_error($connect);
return false;
}