--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/dav-htpasswd.conf.ex Wed Jul 06 07:23:34 2011 +0200
@@ -0,0 +1,12 @@
+expiry = 1 # expire user after this many days per default
+expiry_min = 1 # don't accept arguments less than expiry_min to the --expiry option
+expiry_max = 56 # don't accept arguments greater than expiry_max to the --expiry option
+
+dav_base = /srv/dav # user directories will be placed below dav_base
+htpasswd = /etc/apache2/htpasswd # where to place/look for the htpasswd
+conf_d = /etc/apache2/dav.d # where to place/look for configuration snippets
+
+www_user = www-data # webserver user
+www_group = www-data # webserver group
+
+master_user = david # master user with access to all directories (optional)