]> git.donarmstrong.com Git - dsa-puppet.git/commitdiff
fix auth/error/signout handlers
authorMartin Zobel-Helas <zobel@debian.org>
Sun, 19 Feb 2012 12:30:46 +0000 (13:30 +0100)
committerMartin Zobel-Helas <zobel@debian.org>
Sun, 19 Feb 2012 12:30:46 +0000 (13:30 +0100)
Signed-off-by: Martin Zobel-Helas <zobel@debian.org>
modules/dacs/files/common/site.conf

index 306bb627c5db512431db4b20171663dfb23a3d6d..7fe48c762ac3064c52b4ab72a6cf3eb97a0042cf 100644 (file)
@@ -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"