equal
deleted
inserted
replaced
1 # expire user after this many days per default |
|
2 expiry = 1 |
|
3 |
|
4 # don't accept arguments less than expiry_min to the --expiry option |
|
5 expiry_min = 1 |
|
6 |
|
7 # don't accept arguments greater than expiry_max to the --expiry option |
|
8 expiry_max = 56 |
|
9 |
|
10 |
|
11 # user directories will be placed below dav_base_local |
|
12 dav_base_local = /srv/ius-dav |
|
13 |
|
14 # the username will be prefixed with dav_base_remote when displaying the uri |
|
15 # for the directory of a newly created user (you can omit the trailing slash) |
|
16 dav_base_remote = https://hostname/ |
|
17 |
|
18 # where to place/look for the htpasswd; note that we may want a different |
|
19 # htpasswd file in the same directory to limit access to the admin cgi script |
|
20 htpasswd = /usr/local/etc/ius-dav-htpasswd/htpasswd.dav |
|
21 |
|
22 # where to place/look for configuration snippets |
|
23 conf_d = /usr/local/etc/ius-dav-htpasswd/apache.d |
|
24 |
|
25 |
|
26 # webserver user |
|
27 www_user = www-data |
|
28 |
|
29 # webserver group |
|
30 www_group = www-data |
|
31 |
|
32 # master user with access to all directories (optional) |
|
33 master_user = davius |
|