mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-02-04 08:13:38 +00:00
- Redirect /syncthing to /syncthing/ as the daemon does not work without a slash at the end. - Create a separate include file for LDAP authentication configuration that can be included on other app configurations.
7 lines
176 B
Plaintext
7 lines
176 B
Plaintext
AuthType basic
|
|
AuthName "FreedomBox Login"
|
|
AuthBasicProvider ldap
|
|
AuthLDAPUrl "ldap:///ou=users,dc=thisbox?uid"
|
|
AuthLDAPGroupAttribute memberUid
|
|
AuthLDAPGroupAttributeIsDN off
|