--- a/ius-dav-htpasswd.conf.ex Mon Jul 18 13:48:33 2011 +0200
+++ b/ius-dav-htpasswd.conf.ex Mon Jul 18 14:06:28 2011 +0200
@@ -1,29 +1,33 @@
# expire user after this many days per default
-expiry = 1
+expiry = 1
# don't accept arguments less than expiry_min to the --expiry option
-expiry_min = 1
+expiry_min = 1
# don't accept arguments greater than expiry_max to the --expiry option
-expiry_max = 56
+expiry_max = 56
-# user directories will be placed below dav_base
-dav_base = /srv/ius-dav
+# user directories will be placed below dav_base_local
+dav_base_local = /srv/ius-dav
+
+# the username will be prefixed with dav_base_remote when displaying the uri
+# for the directory of a newly created user (you can omit the trailing slash)
+dav_base_remote = https://hostname/
# where to place/look for the htpasswd; note that we may want a different
# htpasswd file in the same directory to limit access to the admin cgi script
-htpasswd = /usr/local/etc/ius-dav-htpasswd/htpasswd.dav
+htpasswd = /usr/local/etc/ius-dav-htpasswd/htpasswd.dav
# where to place/look for configuration snippets
-conf_d = /usr/local/etc/ius-dav-htpasswd/apache.d
+conf_d = /usr/local/etc/ius-dav-htpasswd/apache.d
# webserver user
-www_user = www-data
+www_user = www-data
# webserver group
-www_group = www-data
+www_group = www-data
# master user with access to all directories (optional)
-master_user = david
+master_user = davius