mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-03-18 09:10:49 +00:00
ikiwiki: Update the LDAP login prompt message
This commit is contained in:
parent
b0d65b4ead
commit
02269a93cc
@ -10,9 +10,9 @@ AddHandler cgi-script .cgi
|
||||
Options +ExecCGI
|
||||
|
||||
AuthType basic
|
||||
AuthName "login required"
|
||||
AuthName "FreedomBox Login"
|
||||
AuthBasicProvider ldap
|
||||
AuthLDAPURL "ldap:///ou=users,dc=thisbox?uid"
|
||||
AuthLDAPUrl "ldap:///ou=users,dc=thisbox?uid"
|
||||
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