ikiwiki: Update LDAP auth configuration

- Make the configuration work for new style user/group structure.
This commit is contained in:
Sunil Mohan Adapa 2015-07-22 20:22:10 +05:30 committed by James Valleroy
parent 9be829342e
commit 8c155bfafb

View File

@ -13,6 +13,8 @@ AddHandler cgi-script .cgi
AuthName "FreedomBox Login"
AuthBasicProvider ldap
AuthLDAPUrl "ldap:///ou=users,dc=thisbox?uid"
AuthLDAPGroupAttribute memberUid
AuthLDAPGroupAttributeIsDN off
Require ldap-group cn=admin,ou=groups,dc=thisbox
Require ldap-group cn=wiki,ou=groups,dc=thisbox
</Location>