b7a20fd384
ok ian@, Sergey Bronnikov (maintainer).
46 lines
1.5 KiB
Plaintext
46 lines
1.5 KiB
Plaintext
$OpenBSD: patch-config,v 1.4 2011/08/19 20:35:34 sthen Exp $
|
|
--- config.orig Wed Jun 15 20:03:33 2011
|
|
+++ config Mon Aug 1 23:41:44 2011
|
|
@@ -22,9 +22,9 @@ pid =
|
|
# SSL flag, enable HTTPS protocol
|
|
ssl = False
|
|
# SSL certificate path
|
|
-certificate = /etc/apache2/ssl/server.crt
|
|
+certificate = ${SYSCONFDIR}/radicale/server.crt
|
|
# SSL private key
|
|
-key = /etc/apache2/ssl/server.key
|
|
+key = ${SYSCONFDIR}/radicale/private/server.key
|
|
|
|
[encoding]
|
|
# Encoding for responding requests
|
|
@@ -41,10 +41,10 @@ public_users = public
|
|
# Usernames used for private calendars, separated by a comma
|
|
private_users = private
|
|
# Htpasswd filename
|
|
-htpasswd_filename = /etc/radicale/users
|
|
+htpasswd_filename = ${SYSCONFDIR}/radicale/users
|
|
# Htpasswd encryption method
|
|
# Value: plain | sha1 | crypt
|
|
-htpasswd_encryption = crypt
|
|
+htpasswd_encryption = sha1
|
|
# LDAP server URL, with protocol and port
|
|
ldap_url = ldap://localhost:389/
|
|
# LDAP base path
|
|
@@ -59,14 +59,14 @@ ldap_password =
|
|
|
|
[storage]
|
|
# Folder for storing local calendars, created if not present
|
|
-folder = ~/.config/radicale/calendars
|
|
+folder = /var/db/radicale/calendars
|
|
|
|
[logging]
|
|
# Logging configuration file
|
|
# If no config is given, simple information is printed on the standard output
|
|
# For more information about the syntax of the configuration file, see:
|
|
# http://docs.python.org/library/logging.config.html
|
|
-config = /etc/radicale/logging
|
|
+config = ${SYSCONFDIR}/radicale/logging
|
|
# Set the default logging level to debug
|
|
debug = False
|
|
# Store all environment variables (including those set in the shell)
|