From: Martin Zobel-Helas Date: Thu, 8 Mar 2012 13:19:32 +0000 (+0100) Subject: fix path for handlers X-Git-Url: https://git.donarmstrong.com/?p=dsa-puppet.git;a=commitdiff_plain;h=f563156ad703bed1176abbf5608545610618d01e fix path for handlers --- diff --git a/modules/dacs/files/common/site.conf b/modules/dacs/files/common/site.conf index e7a5c1ab..2b60013b 100644 --- a/modules/dacs/files/common/site.conf +++ b/modules/dacs/files/common/site.conf @@ -74,7 +74,7 @@ AUTH_CREDENTIALS_DEFAULT_LIFETIME_SECS "43200" # DocumentRoot), not full file pathnames. For the default configuration to # work properly, they require an Apache Alias directive to be configured to map # "/handlers" to "${Conf::DACS_HOME}/www/handlers". -ACS_ERROR_HANDLER "* https://${Conf::JURISDICTION_AUTHSERVER}/public/index.cgi" +ACS_ERROR_HANDLER "* https://${Conf::JURISDICTION_AUTHSERVER}/sso/acs_error" # Default authentication and signout handlers # Since these are relative URLs, the Alias directive must be used as @@ -82,9 +82,9 @@ ACS_ERROR_HANDLER "* https://${Conf::JURISDICTION_AUTHSERVER}/public/index.cg # 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 "https://${Conf::JURISDICTION_AUTHSERVER}/public/index.cgi" -AUTH_ERROR_HANDLER "* https://${Conf::JURISDICTION_AUTHSERVER}/public/error.html" -SIGNOUT_HANDLER "https://${Conf::JURISDICTION_AUTHSERVER}/public/index.cgi" +AUTH_SUCCESS_HANDLER "https://${Conf::JURISDICTION_AUTHSERVER}/sso/login" +AUTH_ERROR_HANDLER "* https://${Conf::JURISDICTION_AUTHSERVER}/sso/login_error" +SIGNOUT_HANDLER "https://${Conf::JURISDICTION_AUTHSERVER}/sso/logout" # These handlers can only be URLs (absolute or relative) NOTICES_ACCEPT_HANDLER "/handlers/notices_accepted.html"