mirror of
https://github.com/Kozea/Radicale.git
synced 2025-04-04 21:57:43 +03:00
Enhance comments.
Remove duplicate entry
This commit is contained in:
parent
15ed41fa09
commit
9945a9f65a
1 changed files with 3 additions and 3 deletions
6
config
6
config
|
@ -59,7 +59,7 @@
|
||||||
# URI to the LDAP server
|
# URI to the LDAP server
|
||||||
#ldap_uri = ldap://localhost
|
#ldap_uri = ldap://localhost
|
||||||
|
|
||||||
# The base DN of the LDAP server
|
# The base DN where the user accounts have to be searched
|
||||||
#ldap_base = ##BASE_DN##
|
#ldap_base = ##BASE_DN##
|
||||||
|
|
||||||
# The reader DN of the LDAP server
|
# The reader DN of the LDAP server
|
||||||
|
@ -71,8 +71,8 @@
|
||||||
# If the ldap groups of the user need to be loaded
|
# If the ldap groups of the user need to be loaded
|
||||||
#ldap_load_groups = True
|
#ldap_load_groups = True
|
||||||
|
|
||||||
# Value: none | htpasswd | remote_user | http_x_remote_user | denyall
|
# The filter to find the DN of the user. This filter must contain a python-style placeholder for the login
|
||||||
#type = none
|
#ldap_filter = (&(objectClass=person)(cn={0}))
|
||||||
|
|
||||||
# Htpasswd filename
|
# Htpasswd filename
|
||||||
#htpasswd_filename = /etc/radicale/users
|
#htpasswd_filename = /etc/radicale/users
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue