add comment
[mirror/dsa-puppet.git] / modules / dacs / files / per-host / nono.debian.org / dacs.conf
1 <Configuration xmlns="http://dss.ca/dacs/v1.4">
2
3  <Default>
4    FEDERATION_DOMAIN "debian.org"
5    FEDERATION_NAME "DEBIANORG"
6    EVAL ${Conf::JURISDICTION_AUTHSERVER}="sso.debian.org"
7    LOG_LEVEL "notice"
8  </Default>
9  <Jurisdiction uri="209.87.16.26">
10    JURISDICTION_NAME "DEBIAN"
11    ADMIN_IDENTITY "DEBIAN:zobel"
12    <Auth id="guest-apache-htpasswd">
13      URL "https://sso.debian.org/cgi-bin/dacs/local_apache_authenticate"
14      STYLE "pass"
15      CONTROL "sufficient"
16      OPTION "AUTH_FILE=/etc/apache2/dsa-guest-web-passwords"
17      OPTION "AUTH_MODULE=mod_auth"
18    </Auth>
19
20    <Auth id="debian-apache-htpasswd">
21      URL "https://sso.debian.org/cgi-bin/dacs/local_apache_authenticate"
22      STYLE "pass"
23      CONTROL "required"
24      OPTION "AUTH_FILE=/var/lib/misc/thishost/web-passwords"
25      OPTION "AUTH_MODULE=mod_auth"
26    </Auth>
27  </Jurisdiction>
28  <Jurisdiction uri="*.debian.org">
29    JURISDICTION_NAME "DEBIAN"
30    ADMIN_IDENTITY "DEBIAN:zobel"
31    <Auth id="guest-apache-htpasswd">
32      URL "https://sso.debian.org/cgi-bin/dacs/local_apache_authenticate"
33      STYLE "pass"
34      CONTROL "sufficient"
35      OPTION "AUTH_FILE=/etc/apache2/dsa-guest-web-passwords"
36      OPTION "AUTH_MODULE=mod_auth"
37    </Auth>
38
39    <Auth id="debian-apache-htpasswd">
40      URL "https://sso.debian.org/cgi-bin/dacs/local_apache_authenticate"
41      STYLE "pass"
42      CONTROL "required"
43      OPTION "AUTH_FILE=/var/lib/misc/thishost/web-passwords"
44      OPTION "AUTH_MODULE=mod_auth"
45    </Auth>
46  </Jurisdiction>
47 </Configuration>