1
0
Fork 0
mirror of https://github.com/Kozea/Radicale.git synced 2025-06-26 16:45:52 +00:00

Updated LDAP authentication (markdown)

Dipl Ing. Péter Varkoly 2024-09-20 11:15:07 +02:00
parent 8ea339cb83
commit 3760d96138

@ -6,14 +6,9 @@ After installing the python ldap module you have to enable and confiugre it in t
Following parameter are available. No default values are provided that means you have to set all parameters: Following parameter are available. No default values are provided that means you have to set all parameters:
`type = ldap` * `type = ldap`
* `ldap_uri` The URI to the LDAP-server. [ldap|ldaps]://<host>[:port]
`ldap_uri` The URI to the LDAP-server. [ldap|ldaps]://<host>[:port] * `ldap_base` The base DN from where the users must be searched for.
* `ldap_reader_dn` The DN of the LDAP account with read rights to the subtree from ldap_base
`ldap_base` The base DN from where the users must be searched for. * `ldap_secret` The password of the ldap_reader_dn
* `ldap_filter` The ldap filter to find the DN of the login user. This filter must contain a python format string with placeholder(s) for the login: (&(objectClass=person)(cn={0}))
`ldap_reader_dn` The DN of the LDAP account with read rights to the subtree from ldap_base
`ldap_secret` The password of the ldap_reader_dn
`ldap_filter` The ldap filter to find the DN of the login user. This filter must contain a python format string with placeholder(s) for the login: (&(objectClass=person)(cn={0}))