mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-08-26 12:46:08 +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
|
Options +ExecCGI
|
||||||
|
|
||||||
AuthType basic
|
AuthType basic
|
||||||
AuthName "login required"
|
AuthName "FreedomBox Login"
|
||||||
AuthBasicProvider ldap
|
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=admin,ou=groups,dc=thisbox
|
||||||
Require ldap-group cn=wiki,ou=groups,dc=thisbox
|
Require ldap-group cn=wiki,ou=groups,dc=thisbox
|
||||||
</Location>
|
</Location>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user