mirror of
https://github.com/Kozea/Radicale.git
synced 2025-07-26 17:58:30 +00:00
Update default configuration file
This commit is contained in:
parent
a9d3ee2094
commit
65389b29dd
1 changed files with 16 additions and 11 deletions
|
@ -162,9 +162,9 @@ main parameters:
|
||||||
daemon = False
|
daemon = False
|
||||||
# SSL flag, enable HTTPS protocol
|
# SSL flag, enable HTTPS protocol
|
||||||
ssl = False
|
ssl = False
|
||||||
# SSL certificate path (if needed)
|
# SSL certificate path
|
||||||
certificate = /etc/apache2/ssl/server.crt
|
certificate = /etc/apache2/ssl/server.crt
|
||||||
# SSL private key (if needed)
|
# SSL private key
|
||||||
key = /etc/apache2/ssl/server.key
|
key = /etc/apache2/ssl/server.key
|
||||||
|
|
||||||
[encoding]
|
[encoding]
|
||||||
|
@ -175,19 +175,24 @@ main parameters:
|
||||||
|
|
||||||
[acl]
|
[acl]
|
||||||
# Access method
|
# Access method
|
||||||
# Value: None | htpasswd
|
# Value: None | htpasswd | LDAP
|
||||||
type = None
|
type = None
|
||||||
# Personal calendars only available for logged in users (if needed)
|
# Personal calendars only available for logged in users
|
||||||
personal = False
|
personal = False
|
||||||
# Htpasswd filename (if needed)
|
# Htpasswd filename
|
||||||
filename = /etc/radicale/users
|
htpasswd_filename = /etc/radicale/users
|
||||||
# Htpasswd encryption method (if needed)
|
# Htpasswd encryption method
|
||||||
# Value: plain | sha1 | crypt
|
# Value: plain | sha1 | crypt
|
||||||
encryption = crypt
|
htpasswd_encryption = crypt
|
||||||
|
# LDAP server URL, with protocol and port
|
||||||
|
ldap_url = ldap://localhost:389/
|
||||||
|
# LDAP base path
|
||||||
|
ldap_base = ou=users,dc=example,dc=com
|
||||||
|
# LDAP login attribute
|
||||||
|
ldap_attribute = uid
|
||||||
|
|
||||||
[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]
|
[logging]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue