|
@@ -27,7 +27,7 @@ stock = utf-8
|
|
|
|
|
|
|
|
[acl]
|
|
[acl]
|
|
|
# Access method
|
|
# Access method
|
|
|
-# Value: fake | htpasswd
|
|
|
|
|
|
|
+# Value: fake | htpasswd | authLdap
|
|
|
type = fake
|
|
type = fake
|
|
|
# Personal calendars only available for logged in users (if needed)
|
|
# Personal calendars only available for logged in users (if needed)
|
|
|
personal = False
|
|
personal = False
|
|
@@ -37,9 +37,26 @@ filename = /etc/radicale/users
|
|
|
# Value: plain | sha1 | crypt
|
|
# Value: plain | sha1 | crypt
|
|
|
encryption = crypt
|
|
encryption = crypt
|
|
|
|
|
|
|
|
|
|
+[authLdap]
|
|
|
|
|
+#LDAP Host
|
|
|
|
|
+LDAPServer = 127.0.0.1
|
|
|
|
|
+#Fields to create a LDAP bind
|
|
|
|
|
+#Value to add before the user name in a LDAP bind
|
|
|
|
|
+LDAPPrepend = uid=
|
|
|
|
|
+#Value to add after the user name in a LDAP bind
|
|
|
|
|
+LDAPAppend = ou=users,dc=exmaple,dc=dom
|
|
|
|
|
+#=> uid=corentin,ou=users,dc=exmaple,dc=dom
|
|
|
|
|
+
|
|
|
[storage]
|
|
[storage]
|
|
|
# Folder for storing local calendars,
|
|
# Folder for storing local calendars,
|
|
|
# created if not present
|
|
# created if not present
|
|
|
folder = ~/.config/radicale/calendars
|
|
folder = ~/.config/radicale/calendars
|
|
|
|
|
|
|
|
|
|
+[logging]
|
|
|
|
|
+# Full path of logfile
|
|
|
|
|
+file = ~/.config/radicale/radicale.log
|
|
|
|
|
+# Logging messages which are less severe than level will be ignored
|
|
|
|
|
+# Log level are (debug, info, warning, error, critical)
|
|
|
|
|
+level = error
|
|
|
|
|
+
|
|
|
# vim:ft=cfg
|
|
# vim:ft=cfg
|