mirror of
https://github.com/Kozea/Radicale.git
synced 2025-07-02 16:58:30 +00:00
Update the configuration file
This commit is contained in:
parent
0d35b4fa01
commit
1916eb16a3
1 changed files with 14 additions and 5 deletions
|
@ -265,20 +265,22 @@ configuration file, with the main parameters:
|
||||||
# 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 collections
|
||||||
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 collections, separated by a comma
|
||||||
public_users = public
|
public_users = public
|
||||||
# Usernames used for private calendars, separated by a comma
|
# Usernames used for private collections, separated by a comma
|
||||||
private_users = private
|
private_users = private
|
||||||
|
|
||||||
# Htpasswd filename
|
# Htpasswd filename
|
||||||
|
@ -298,6 +300,8 @@ configuration file, with the main parameters:
|
||||||
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 =
|
||||||
|
# LDAP scope of the search
|
||||||
|
ldap_scope = OneLevel
|
||||||
|
|
||||||
# PAM group user should be member of
|
# PAM group user should be member of
|
||||||
pam_group_membership =
|
pam_group_membership =
|
||||||
|
@ -305,9 +309,14 @@ configuration file, with the main parameters:
|
||||||
# Path to the Courier Authdaemon socket
|
# Path to the Courier Authdaemon socket
|
||||||
courier_socket =
|
courier_socket =
|
||||||
|
|
||||||
|
|
||||||
[storage]
|
[storage]
|
||||||
# Folder for storing local calendars, created if not present
|
# Storage backend
|
||||||
folder = ~/.config/radicale/calendars
|
type = filesystem
|
||||||
|
|
||||||
|
# Folder for storing local collections, created if not present
|
||||||
|
filesystem_folder = ~/.config/radicale/collections
|
||||||
|
|
||||||
|
|
||||||
[logging]
|
[logging]
|
||||||
# Logging configuration file
|
# Logging configuration file
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue