From: Martin Zobel-Helas Date: Sun, 19 Feb 2012 12:31:05 +0000 (+0100) Subject: Merge branch 'master' of git+ssh://puppet.debian.org/srv/puppet.debian.org/git/dsa... X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=23f24a14a26d103b356c8b5d5e987c6ef9f2174c;hp=bf7bc9b417ad6200ee25094b85fd7508c7a18226;p=dsa-puppet.git Merge branch 'master' of git+ssh://puppet.debian.org/srv/puppet.debian.org/git/dsa-puppet * 'master' of git+ssh://puppet.debian.org/srv/puppet.debian.org/git/dsa-puppet: this is a better way to do it try new markup function add bizet Add barriere this should slow down spam a bit --- diff --git a/modules/dacs/files/common/site.conf b/modules/dacs/files/common/site.conf index 306bb627..7fe48c76 100644 --- a/modules/dacs/files/common/site.conf +++ b/modules/dacs/files/common/site.conf @@ -82,9 +82,9 @@ ACS_ERROR_HANDLER "* /handlers/acs_failed.html" # Note that the syntaxes of these directives are different from that of # ACS_ERROR_HANDLER. #AUTH_SUCCESS_HANDLER "url /handlers/auth_ok.html" -AUTH_SUCCESS_HANDLER "url /cgi-bin/dacs/dacs_prenv" -AUTH_ERROR_HANDLER "* url /handlers/auth_failed.html" -SIGNOUT_HANDLER "url /handlers/signout_ok.html" +AUTH_SUCCESS_HANDLER "url /public/index.cgi" +AUTH_ERROR_HANDLER "* url /public/error.html" +SIGNOUT_HANDLER "url /public/index.cgi" # These handlers can only be URLs (absolute or relative) NOTICES_ACCEPT_HANDLER "/handlers/notices_accepted.html"