From: Scott Cantor Date: Thu, 5 Mar 2009 21:29:15 +0000 (+0000) Subject: Fix up config file name in comment. X-Git-Tag: 2.2.0~106 X-Git-Url: http://www.project-moonshot.org/gitweb/?p=shibboleth%2Fcpp-sp.git;a=commitdiff_plain;h=85964d2255a6e0d4497f769e80a379ac0aaf4e59 Fix up config file name in comment. --- diff --git a/apache/mod_apache.cpp b/apache/mod_apache.cpp index e4af5c3..a82c9d0 100644 --- a/apache/mod_apache.cpp +++ b/apache/mod_apache.cpp @@ -1401,7 +1401,7 @@ static command_rec shire_cmds[] = { {"ShibPrefix", (config_fn_t)ap_set_global_string_slot, &g_szPrefix, RSRC_CONF, TAKE1, "Shibboleth installation directory"}, {"ShibConfig", (config_fn_t)ap_set_global_string_slot, &g_szSHIBConfig, - RSRC_CONF, TAKE1, "Path to shibboleth.xml config file"}, + RSRC_CONF, TAKE1, "Path to shibboleth2.xml config file"}, {"ShibCatalogs", (config_fn_t)ap_set_global_string_slot, &g_szSchemaDir, RSRC_CONF, TAKE1, "Paths of XML schema catalogs"}, @@ -1505,7 +1505,7 @@ static command_rec shib_cmds[] = { AP_INIT_TAKE1("ShibPrefix", (config_fn_t)ap_set_global_string_slot, &g_szPrefix, RSRC_CONF, "Shibboleth installation directory"), AP_INIT_TAKE1("ShibConfig", (config_fn_t)ap_set_global_string_slot, &g_szSHIBConfig, - RSRC_CONF, "Path to shibboleth.xml config file"), + RSRC_CONF, "Path to shibboleth2.xml config file"), AP_INIT_TAKE1("ShibCatalogs", (config_fn_t)ap_set_global_string_slot, &g_szSchemaDir, RSRC_CONF, "Paths of XML schema catalogs"),