1 <Configuration xmlns="http://dss.ca/dacs/v1.4">
4 FEDERATION_DOMAIN "debian.org"
5 FEDERATION_NAME "DEBIANORG"
6 EVAL ${Conf::JURISDICTION_AUTHSERVER}="sso.debian.org"
9 <Jurisdiction uri="206.12.19.123">
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"
16 OPTION "AUTH_FILE=/etc/apache2/dsa-guest-web-passwords"
17 OPTION "AUTH_MODULE=mod_auth"
20 <Auth id="debian-apache-htpasswd">
21 URL "https://sso.debian.org/cgi-bin/dacs/local_apache_authenticate"
24 OPTION "AUTH_FILE=/var/lib/misc/thishost/web-passwords"
25 OPTION "AUTH_MODULE=mod_auth"
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"
35 OPTION "AUTH_FILE=/etc/apache2/dsa-guest-web-passwords"
36 OPTION "AUTH_MODULE=mod_auth"
39 <Auth id="debian-apache-htpasswd">
40 URL "https://sso.debian.org/cgi-bin/dacs/local_apache_authenticate"
43 OPTION "AUTH_FILE=/var/lib/misc/thishost/web-passwords"
44 OPTION "AUTH_MODULE=mod_auth"