remove dacs
[mirror/dsa-puppet.git] / modules / dacs / files / per-host / nono.debian.org / dacs.conf
diff --git a/modules/dacs/files/per-host/nono.debian.org/dacs.conf b/modules/dacs/files/per-host/nono.debian.org/dacs.conf
deleted file mode 100644 (file)
index 3f55d1e..0000000
+++ /dev/null
@@ -1,47 +0,0 @@
-<Configuration xmlns="http://dss.ca/dacs/v1.4">
-
- <Default>
-   FEDERATION_DOMAIN "debian.org"
-   FEDERATION_NAME "DEBIANORG"
-   EVAL ${Conf::JURISDICTION_AUTHSERVER}="sso.debian.org"
-   LOG_LEVEL "notice"
- </Default>
- <Jurisdiction uri="209.87.16.26">
-   JURISDICTION_NAME "DEBIAN"
-   ADMIN_IDENTITY "DEBIAN:zobel"
-   <Auth id="guest-apache-htpasswd">
-     URL "https://sso.debian.org/cgi-bin/dacs/local_apache_authenticate"
-     STYLE "pass"
-     CONTROL "sufficient"
-     OPTION "AUTH_FILE=/etc/apache2/dsa-guest-web-passwords"
-     OPTION "AUTH_MODULE=mod_auth"
-   </Auth>
-
-   <Auth id="debian-apache-htpasswd">
-     URL "https://sso.debian.org/cgi-bin/dacs/local_apache_authenticate"
-     STYLE "pass"
-     CONTROL "required"
-     OPTION "AUTH_FILE=/var/lib/misc/thishost/web-passwords"
-     OPTION "AUTH_MODULE=mod_auth"
-   </Auth>
- </Jurisdiction>
- <Jurisdiction uri="*.debian.org">
-   JURISDICTION_NAME "DEBIAN"
-   ADMIN_IDENTITY "DEBIAN:zobel"
-   <Auth id="guest-apache-htpasswd">
-     URL "https://sso.debian.org/cgi-bin/dacs/local_apache_authenticate"
-     STYLE "pass"
-     CONTROL "sufficient"
-     OPTION "AUTH_FILE=/etc/apache2/dsa-guest-web-passwords"
-     OPTION "AUTH_MODULE=mod_auth"
-   </Auth>
-
-   <Auth id="debian-apache-htpasswd">
-     URL "https://sso.debian.org/cgi-bin/dacs/local_apache_authenticate"
-     STYLE "pass"
-     CONTROL "required"
-     OPTION "AUTH_FILE=/var/lib/misc/thishost/web-passwords"
-     OPTION "AUTH_MODULE=mod_auth"
-   </Auth>
- </Jurisdiction>
-</Configuration>