|
|
@@ -15,7 +15,7 @@
|
|
|
# IPv4 syntax: address:port
|
|
|
# IPv6 syntax: [address]:port
|
|
|
# For example: 0.0.0.0:9999, [::]:9999
|
|
|
-#hosts = localhost:5232
|
|
|
+hosts = 0.0.0.0:5232
|
|
|
|
|
|
# Max parallel connections
|
|
|
#max_connections = 8
|
|
|
@@ -53,7 +53,22 @@
|
|
|
|
|
|
# Authentication method
|
|
|
# Value: none | htpasswd | remote_user | http_x_remote_user
|
|
|
-#type = none
|
|
|
+type = ldap
|
|
|
+
|
|
|
+# URI to the LDAP server
|
|
|
+ldap_uri = ldap://localhost
|
|
|
+
|
|
|
+# The base DN of the LDAP server
|
|
|
+ldap_base = ##BASE_DN##
|
|
|
+
|
|
|
+# The reader DN of the LDAP server
|
|
|
+ldap_reader_dn = CN=ossreader,CN=Users,##BASE_DN##
|
|
|
+
|
|
|
+# Password of the reader DN
|
|
|
+ldap_secret = ossreader
|
|
|
+
|
|
|
+# If the ldap groups of the user need to be loaded
|
|
|
+ldap_load_groups = True
|
|
|
|
|
|
# Htpasswd filename
|
|
|
#htpasswd_filename = /etc/radicale/users
|
|
|
@@ -77,7 +92,7 @@
|
|
|
#type = owner_only
|
|
|
|
|
|
# File for rights management from_file
|
|
|
-#file = /etc/radicale/rights
|
|
|
+file = /etc/radicale/rights
|
|
|
|
|
|
|
|
|
[storage]
|