mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-06-03 10:50:20 +00:00
ikiwiki: Update LDAP auth configuration
- Make the configuration work for new style user/group structure.
This commit is contained in:
parent
9be829342e
commit
8c155bfafb
@ -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>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user