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