Corrected Apache commands.
authorcantor <cantor@cb58f699-b61c-0410-a6fe-9272a202ed29>
Thu, 16 Jun 2005 04:09:19 +0000 (04:09 +0000)
committercantor <cantor@cb58f699-b61c-0410-a6fe-9272a202ed29>
Thu, 16 Jun 2005 04:09:19 +0000 (04:09 +0000)
git-svn-id: https://svn.middleware.georgetown.edu/cpp-sp/trunk@1713 cb58f699-b61c-0410-a6fe-9272a202ed29

apache/mod_apache.cpp

index 960b2cf..addab7d 100644 (file)
@@ -998,7 +998,7 @@ static command_rec shib_cmds[] = {
   AP_INIT_FLAG("ShibDisable", (config_fn_t)ap_set_flag_slot,
          (void *) offsetof (shib_dir_config, bOff),
         OR_AUTHCFG, "Disable all Shib module activity here to save processing effort"),
-  AP_INIT_FLAG("ShibApplicationId", (config_fn_t)ap_set_string_slot,
+  AP_INIT_TAKE1("ShibApplicationId", (config_fn_t)ap_set_string_slot,
          (void *) offsetof (shib_dir_config, szApplicationId),
         OR_AUTHCFG, "Set Shibboleth applicationId property for content"),
   AP_INIT_FLAG("ShibBasicHijack", (config_fn_t)ap_set_flag_slot,
@@ -1007,7 +1007,7 @@ static command_rec shib_cmds[] = {
   AP_INIT_FLAG("ShibRequireSession", (config_fn_t)ap_set_flag_slot,
          (void *) offsetof (shib_dir_config, bRequireSession),
         OR_AUTHCFG, "Initiates a new session if one does not exist."),
-  AP_INIT_FLAG("ShibRequireSessionWith", (config_fn_t)ap_set_string_slot,
+  AP_INIT_TAKE1("ShibRequireSessionWith", (config_fn_t)ap_set_string_slot,
          (void *) offsetof (shib_dir_config, szRequireWith),
         OR_AUTHCFG, "Initiates a new session if one does not exist using a specific SessionInitiator"),
   AP_INIT_FLAG("ShibExportAssertion", (config_fn_t)ap_set_flag_slot,