equal
deleted
inserted
replaced
1 expiry = 1 # expire user after this many days per default |
|
2 expiry_min = 1 # don't accept arguments less than expiry_min to the --expiry option |
|
3 expiry_max = 56 # don't accept arguments greater than expiry_max to the --expiry option |
|
4 |
|
5 dav_base = /srv/ius-dav-htpasswd # user directories will be placed below dav_base |
|
6 htpasswd = /etc/ius-dav-htpasswd/htpasswd # where to place/look for the htpasswd |
|
7 conf_d = /etc/ius-dav-htpasswd/apache.d # where to place/look for configuration snippets |
|
8 |
|
9 www_user = www-data # webserver user |
|
10 www_group = www-data # webserver group |
|
11 |
|
12 master_user = david # master user with access to all directories (optional) |
|