1
0
Fork 0

Add sample external authentication plugin (ldap)

This commit is contained in:
Friendika 2010-12-27 14:59:26 -08:00
commit fd9b506c2f
4 changed files with 152 additions and 16 deletions

View file

@ -52,6 +52,8 @@ Current hooks:
'username' => the supplied username
'password' => the supplied password
'authenticated' => set this to non-zero to authenticate the user.
'user_record' => successful authentication must also return a valid user record from the database
'logged_in' - called after a user has successfully logged in.
$b contains the $a->user array