diff options
author | Craig Andrews <candrews@integralblue.com> | 2009-11-18 16:41:38 -0500 |
---|---|---|
committer | Craig Andrews <candrews@integralblue.com> | 2009-11-18 16:41:38 -0500 |
commit | 6a505da981c47057a2d8e65e1a208b9aad35dc73 (patch) | |
tree | 246e2264c7a2f3d59c827fd3ba37813b602849db /plugins/LdapAuthorization/README | |
parent | a882d093bc99d1162dac29c161253dc037c314b9 (diff) |
do not required that roles_to_groups be specified
Diffstat (limited to 'plugins/LdapAuthorization/README')
-rw-r--r-- | plugins/LdapAuthorization/README | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/LdapAuthorization/README b/plugins/LdapAuthorization/README index fcf1efa47..44239d8e0 100644 --- a/plugins/LdapAuthorization/README +++ b/plugins/LdapAuthorization/README @@ -16,7 +16,7 @@ authoritative (false): should this plugin be authoritative for authorization? 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 +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 |