mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-04-29 10:10:19 +00:00
12 lines
320 B
Plaintext
12 lines
320 B
Plaintext
<Location /repro>
|
|
ProxyPass http://localhost:5080
|
|
|
|
AuthType basic
|
|
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
|
|
</Location>
|