mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-04-29 10:10:19 +00:00
By maintaining a common LDAP auth configuration, it becomes easy for us to change the configuration values in future for upgrades etc.
11 lines
279 B
Plaintext
11 lines
279 B
Plaintext
##
|
|
## On all sites, provide repro admin interface on a path: /repro
|
|
## Only allow users of admin LDAP group.
|
|
##
|
|
<Location /repro>
|
|
ProxyPass http://localhost:5080
|
|
|
|
Include includes/freedombox-auth-ldap.conf
|
|
Require ldap-group cn=admin,ou=groups,dc=thisbox
|
|
</Location>
|