mirror of
https://github.com/Kozea/Radicale.git
synced 2025-04-03 21:27:36 +03:00
Implementing ssl connection for ldap auth
This commit is contained in:
parent
ccb59444c3
commit
0feca04086
3 changed files with 53 additions and 4 deletions
11
config
11
config
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue