mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-04-08 09:41:35 +00:00
By maintaining a common LDAP auth configuration, it becomes easy for us to change the configuration values in future for upgrades etc.
16 lines
362 B
Plaintext
16 lines
362 B
Plaintext
Alias /ikiwiki /var/www/ikiwiki
|
|
Alias /ikiwiki-auth /var/www/ikiwiki
|
|
AddHandler cgi-script .cgi
|
|
|
|
<Location /ikiwiki>
|
|
Options +ExecCGI
|
|
</Location>
|
|
|
|
<Location /ikiwiki-auth>
|
|
Options +ExecCGI
|
|
|
|
Include includes/freedombox-auth-ldap.conf
|
|
Require ldap-group cn=admin,ou=groups,dc=thisbox
|
|
Require ldap-group cn=wiki,ou=groups,dc=thisbox
|
|
</Location>
|