diff options
author | Craig Andrews <candrews@integralblue.com> | 2009-11-18 14:35:44 -0500 |
---|---|---|
committer | Craig Andrews <candrews@integralblue.com> | 2009-11-18 14:35:44 -0500 |
commit | 44c7813ac1c8941f0cb7ebfc6e3ccc860f2c5c45 (patch) | |
tree | 3ea74600b1639b89a0d1431274f133cf1aada195 /plugins/LdapAuthorization/README | |
parent | d07df8a7964e08d1af9e7bd762f2ac07035d9856 (diff) |
Add login_group configuration option so only members of a certain group can login
Diffstat (limited to 'plugins/LdapAuthorization/README')
-rw-r--r-- | plugins/LdapAuthorization/README | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/LdapAuthorization/README b/plugins/LdapAuthorization/README index 2ca33f653..2166b2726 100644 --- a/plugins/LdapAuthorization/README +++ b/plugins/LdapAuthorization/README @@ -18,6 +18,8 @@ uniqueMember_attribute ('uniqueMember')*: the attribute of a group that lists the DNs of its members roles_to_groups*: array that maps StatusNet roles to LDAP groups some StatusNet roles are: moderator, administrator, sandboxed, silenced +login_group: if this is set to a group DN, only members of that group will be + allowed to login The below settings must be exact copies of the settings used for the corresponding LDAP Authentication plugin. |