Auhtentifizierung gegen 2 LDAP Server ermöglicht

This commit is contained in:
Andreas Österreicher
2014-03-10 15:25:12 +00:00
parent 1151a9aa9d
commit 8a32d1af5d
11 changed files with 212 additions and 350 deletions
+10
View File
@@ -68,6 +68,16 @@ class authentication extends auth
return false;
}
/**
* Prueft ob der User extern (zB im LDAP) angelegt ist
* @param $username UID des Users
* @return boolean true wenn vorhanden, sonst false
*/
public function UserExternalExists($username)
{
return true;
}
// derzeit manual_basic_auth in functions.inc.php eventuell
// direkt von getUser aus aufrufen wenn nicht authentifiziert
public function RequireLogin()