Implementing ssl connection for ldap auth

This commit is contained in:
Dipl. Ing. Péter Varkoly 2024-09-23 10:19:50 +02:00
parent ccb59444c3
commit 0feca04086
3 changed files with 53 additions and 4 deletions

11
config
View file

@ -72,7 +72,16 @@
#ldap_load_groups = True
# The filter to find the DN of the user. This filter must contain a python-style placeholder for the login
#ldap_filter = (&(objectClass=person)(cn={0}))
#ldap_filter = (&(objectClass=person)(uid={0}))
# Use ssl on the ldap connection
#ldap_use_ssl = False
# The certifikat verification mode. NONE, OPTIONAL, default is REQUIRED
#ldap_ssl_verify_mode = REQUIRED
# The path to the CA file in pem format which is used to certificate the server certificate
#ldap_ssl_ca_file =
# Htpasswd filename
#htpasswd_filename = /etc/radicale/users