From fd9b506c2f19750bdea532b63c6ff28424ec5a7b Mon Sep 17 00:00:00 2001 From: Friendika Date: Mon, 27 Dec 2010 14:59:26 -0800 Subject: Add sample external authentication plugin (ldap) --- addon/README | 2 ++ 1 file changed, 2 insertions(+) (limited to 'addon/README') 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 -- cgit v1.2.3