Add sample external authentication plugin (ldap)
This commit is contained in:
parent
2e19af4b1e
commit
fd9b506c2f
4 changed files with 152 additions and 16 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue