Clean the config file
This commit is contained in:
parent
96dff3507b
commit
a2dd92d2da
11
config
11
config
@ -26,25 +26,30 @@ certificate = /etc/apache2/ssl/server.crt
|
||||
# SSL private key
|
||||
key = /etc/apache2/ssl/server.key
|
||||
|
||||
|
||||
[encoding]
|
||||
# Encoding for responding requests
|
||||
request = utf-8
|
||||
# Encoding for storing local calendars
|
||||
stock = utf-8
|
||||
|
||||
|
||||
[acl]
|
||||
# Access method
|
||||
# Value: None | htpasswd | LDAP | PAM | courier
|
||||
type = None
|
||||
|
||||
# Usernames used for public calendars, separated by a comma
|
||||
public_users = public
|
||||
# Usernames used for private calendars, separated by a comma
|
||||
private_users = private
|
||||
|
||||
# Htpasswd filename
|
||||
htpasswd_filename = /etc/radicale/users
|
||||
# Htpasswd encryption method
|
||||
# Value: plain | sha1 | crypt
|
||||
htpasswd_encryption = crypt
|
||||
|
||||
# LDAP server URL, with protocol and port
|
||||
ldap_url = ldap://localhost:389/
|
||||
# LDAP base path
|
||||
@ -56,15 +61,19 @@ ldap_attribute = uid
|
||||
ldap_binddn =
|
||||
# LDAP password for initial login, used with ldap_binddn
|
||||
ldap_password =
|
||||
|
||||
# PAM group user should be member of
|
||||
pam_group_membership =
|
||||
# Path to the Courier Authdaemon socket (should be writable by Radicale)
|
||||
|
||||
# Path to the Courier Authdaemon socket
|
||||
courier_socket =
|
||||
|
||||
|
||||
[storage]
|
||||
# Folder for storing local calendars, created if not present
|
||||
folder = ~/.config/radicale/calendars
|
||||
|
||||
|
||||
[logging]
|
||||
# Logging configuration file
|
||||
# If no config is given, simple information is printed on the standard output
|
||||
|
Loading…
Reference in New Issue
Block a user