## ## On all sites, provide repro admin interface on a path: /repro ## Only allow users of admin LDAP group. ## 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