diff options
author | Evan Prodromou <evan@status.net> | 2009-11-07 12:22:20 -0500 |
---|---|---|
committer | Evan Prodromou <evan@status.net> | 2009-11-07 12:22:20 -0500 |
commit | af5b2fff12d12b0e79edfbe7d5c28ec7fef196f3 (patch) | |
tree | 13d0d92d99cc678cd0a0ad1488ab0ea16a633ca5 /plugins/Ldap/README | |
parent | 1319002e1519fafb0e82fbfd2d2723abdb3112e7 (diff) | |
parent | b522c401e66e5b5d7e000c1bf25fd4b4a4d0558f (diff) |
Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x
Diffstat (limited to 'plugins/Ldap/README')
-rw-r--r-- | plugins/Ldap/README | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/plugins/Ldap/README b/plugins/Ldap/README index 8a5095a5d..617738e0b 100644 --- a/plugins/Ldap/README +++ b/plugins/Ldap/README @@ -11,6 +11,13 @@ $config['ldap']['basedn'] $config['ldap']['host'] $config['ldap']['nickname_attribute'] Set this to the name of the ldap attribute that holds the username. For example, on Microsoft's Active Directory, this should be set to 'sAMAccountName' +$config['ldap']['nickname_email'] Set this to the name of the ldap attribute that holds the user's email address. For example, on Microsoft's Active Directory, this should be set to 'mail' +$config['ldap']['nickname_fullname'] Set this to the name of the ldap attribute that holds the user's full name. For example, on Microsoft's Active Directory, this should be set to 'displayName' +$config['ldap']['nickname_homepage'] Set this to the name of the ldap attribute that holds the the url of the user's home page. +$config['ldap']['nickname_location'] Set this to the name of the ldap attribute that holds the user's location. + +$config['ldap']['authoritative'] Set to true if LDAP's responses are authoritative (meaning if LDAP fails, do check the any other plugins or the internal password database) +$config['ldap']['autoregister'] Set to true if users should be automatically created when they attempt to login Finally, add "addPlugin('ldap');" to the bottom of your config.php |