From: Martin Zobel-Helas Date: Mon, 23 Apr 2012 16:17:28 +0000 (+0200) Subject: make nagios more happy X-Git-Url: https://git.donarmstrong.com/?p=dsa-puppet.git;a=commitdiff_plain;h=6f386ff246dcca0ebaffe0c6e6795733ecd6580d make nagios more happy Signed-off-by: Martin Zobel-Helas --- diff --git a/modules/dacs/files/per-host/nono.debian.org/dacs.conf b/modules/dacs/files/per-host/nono.debian.org/dacs.conf index 5f9c86ef..599842db 100644 --- a/modules/dacs/files/per-host/nono.debian.org/dacs.conf +++ b/modules/dacs/files/per-host/nono.debian.org/dacs.conf @@ -6,9 +6,24 @@ EVAL ${Conf::JURISDICTION_AUTHSERVER}="sso.debian.org" LOG_LEVEL "notice" - + JURISDICTION_NAME "DEBIAN" ADMIN_IDENTITY "DEBIAN:zobel" + + 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" + + + + 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" + JURISDICTION_NAME "DEBIAN" @@ -28,21 +43,5 @@ OPTION "AUTH_FILE=/var/lib/misc/thishost/web-passwords" OPTION "AUTH_MODULE=mod_auth" - -