Update README.md

This commit is contained in:
Christoph Loesch 2021-04-12 03:05:06 +02:00 committed by GitHub
parent ed2b5cc275
commit a48f4f7434
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -17,6 +17,7 @@ ldap_proto = 'ldap://'
ldap_server = 'localhost'
ldap_basedn = 'dc=ldap,dc=freiesnetz,dc=at'
ldap_userdn = 'ou=Users' +','+ ldap_basedn
ldap_bind_attr = 'uid'
```
## Acknowledgements