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