diff options
author | Friendika <info@friendika.com> | 2010-12-27 14:59:26 -0800 |
---|---|---|
committer | Friendika <info@friendika.com> | 2010-12-27 14:59:26 -0800 |
commit | fd9b506c2f19750bdea532b63c6ff28424ec5a7b (patch) | |
tree | c923585b384119b0d6c63da4ec1702e0485ce870 /addon/README | |
parent | 2e19af4b1e23691abc33e0b5a5af5adae36aec42 (diff) | |
download | volse-hubzilla-fd9b506c2f19750bdea532b63c6ff28424ec5a7b.tar.gz volse-hubzilla-fd9b506c2f19750bdea532b63c6ff28424ec5a7b.tar.bz2 volse-hubzilla-fd9b506c2f19750bdea532b63c6ff28424ec5a7b.zip |
Add sample external authentication plugin (ldap)
Diffstat (limited to 'addon/README')
-rw-r--r-- | addon/README | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/addon/README b/addon/README index 8d5088f78..18843ceab 100644 --- a/addon/README +++ b/addon/README @@ -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 |