Fixed new Apache 1 commands.
authorcantor <cantor@cb58f699-b61c-0410-a6fe-9272a202ed29>
Wed, 9 Nov 2005 17:22:25 +0000 (17:22 +0000)
committercantor <cantor@cb58f699-b61c-0410-a6fe-9272a202ed29>
Wed, 9 Nov 2005 17:22:25 +0000 (17:22 +0000)
git-svn-id: https://svn.middleware.georgetown.edu/cpp-sp/trunk@1858 cb58f699-b61c-0410-a6fe-9272a202ed29

apache/mod_apache.cpp

index b780929..568d4ea 100644 (file)
@@ -944,7 +944,7 @@ static command_rec shire_cmds[] = {
    OR_AUTHCFG, FLAG, "Disable all Shib module activity here to save processing effort"},
   {"ShibApplicationId", (config_fn_t)ap_set_string_slot,
    (void *) XtOffsetOf (shib_dir_config, szApplicationId),
-   OR_AUTHCFG, FLAG, "Set Shibboleth applicationId property for content"},
+   OR_AUTHCFG, TAKE1, "Set Shibboleth applicationId property for content"},
   {"ShibBasicHijack", (config_fn_t)ap_set_flag_slot,
    (void *) XtOffsetOf (shib_dir_config, bBasicHijack),
    OR_AUTHCFG, FLAG, "Respond to AuthType Basic and convert to shib?"},
@@ -953,7 +953,7 @@ static command_rec shire_cmds[] = {
    OR_AUTHCFG, FLAG, "Initiates a new session if one does not exist."},
   {"ShibRequireSessionWith", (config_fn_t)ap_set_string_slot,
    (void *) XtOffsetOf (shib_dir_config, szRequireWith),
-   OR_AUTHCFG, FLAG, "Initiates a new session if one does not exist using a specific SessionInitiator"},
+   OR_AUTHCFG, TAKE1, "Initiates a new session if one does not exist using a specific SessionInitiator"},
   {"ShibExportAssertion", (config_fn_t)ap_set_flag_slot,
    (void *) XtOffsetOf (shib_dir_config, bExportAssertion),
    OR_AUTHCFG, FLAG, "Export SAML attribute assertion(s) to Shib-Attributes header?"},