# HG changeset patch # User Matthias Förste # Date 1310721685 -7200 # Node ID 38c7d0cbf6c1ee2ff16f55880aecc2acc1158877 # Parent 1687d7a6700a3663542936df20f1879d95133468 cosmetics diff -r 1687d7a6700a -r 38c7d0cbf6c1 ius-dav-htpasswd.conf.ex --- 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