--- a/ius-dav-htpasswd.conf.ex Fri Jul 15 10:42:42 2011 +0200
+++ b/ius-dav-htpasswd.conf.ex Fri Jul 15 11:21:25 2011 +0200
@@ -1,12 +1,28 @@
-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
+# expire user after this many days per default
+expiry = 1
+
+# don't accept arguments less than expiry_min to the --expiry option
+expiry_min = 1
+
+# don't accept arguments greater than expiry_max to the --expiry option
+expiry_max = 56
+
+
+# user directories will be placed below dav_base
+dav_base = /srv/ius-dav
-dav_base = /srv/ius-dav # user directories will be placed below dav_base
-htpasswd = /etc/ius-dav-htpasswd/htpasswd # where to place/look for the htpasswd
-conf_d = /etc/ius-dav-htpasswd/apache.d # where to place/look for configuration snippets
+# where to place/look for the htpasswd
+htpasswd = /etc/ius-dav-htpasswd/htpasswd
+
+# where to place/look for configuration snippets
+conf_d = /etc/ius-dav-htpasswd/apache.d
+
-www_user = www-data # webserver user
-www_group = www-data # webserver group
+# webserver user
+www_user = www-data
-master_user = david # master user with access to all directories (optional)
+# webserver group
+www_group = www-data
+
+# master user with access to all directories (optional)
+master_user = david