[LON-CAPA-cvs] cvs: modules /msu/sentinel mod_sentinel_patch

albertel lon-capa-cvs@mail.lon-capa.org
Thu, 21 Sep 2006 16:10:29 -0000


albertel		Thu Sep 21 12:10:29 2006 EDT

  Modified files:              
    /modules/msu/sentinel	mod_sentinel_patch 
  Log:
  - stop ISEing on gsoap failure just do a FORBIDEEn to default back to normal login means
  
  
Index: modules/msu/sentinel/mod_sentinel_patch
diff -u modules/msu/sentinel/mod_sentinel_patch:1.2 modules/msu/sentinel/mod_sentinel_patch:1.3
--- modules/msu/sentinel/mod_sentinel_patch:1.2	Thu Sep 21 11:25:50 2006
+++ modules/msu/sentinel/mod_sentinel_patch	Thu Sep 21 12:10:27 2006
@@ -1,6 +1,6 @@
 diff -ur mod_sentinel-2.3.orig/Makefile.inc mod_sentinel-2.3/Makefile.inc
---- mod_sentinel-2.3.orig/Makefile.inc	2005-12-22 11:19:51.000000000 -0500
-+++ mod_sentinel-2.3/Makefile.inc	2006-08-29 10:58:14.000000000 -0400
+--- mod_sentinel-2.3.orig/Makefile.inc	2006-09-07 10:43:34.000000000 -0400
++++ mod_sentinel-2.3/Makefile.inc	2006-09-21 12:02:35.000000000 -0400
 @@ -1,10 +1,9 @@
  #
  # configurable options
@@ -16,8 +16,8 @@
  # for the production WSDL service definition
  WSDL_URL=https://sentinelws.msu.edu/sentinel/service?wsdl
 diff -ur mod_sentinel-2.3.orig/module_src/Makefile mod_sentinel-2.3/module_src/Makefile
---- mod_sentinel-2.3.orig/module_src/Makefile	2005-12-22 11:19:51.000000000 -0500
-+++ mod_sentinel-2.3/module_src/Makefile	2006-08-29 11:38:46.000000000 -0400
+--- mod_sentinel-2.3.orig/module_src/Makefile	2006-09-07 10:25:45.000000000 -0400
++++ mod_sentinel-2.3/module_src/Makefile	2006-09-21 12:02:35.000000000 -0400
 @@ -6,7 +6,7 @@
  mod_sentinel:
  	@echo "Need to fix this up for mod_src"
@@ -27,3 +27,15 @@
  
  clean:
  	#./apache_includes.sh del
+diff -ur mod_sentinel-2.3.orig/module_src/mod_sentinel.c mod_sentinel-2.3/module_src/mod_sentinel.c
+--- mod_sentinel-2.3.orig/module_src/mod_sentinel.c	2006-09-07 10:01:38.000000000 -0400
++++ mod_sentinel-2.3/module_src/mod_sentinel.c	2006-09-21 12:02:57.000000000 -0400
+@@ -876,7 +876,7 @@
+ 	log_status ( SentinelAuthMSULogFile, "-> certificate error\n" );
+ 	ap_log_error(APLOG_MARK, APLOG_ERR, 0, r->server, SoapErrorMessage );
+ 
+-	return HTTP_INTERNAL_SERVER_ERROR;
++	return HTTP_FORBIDDEN;
+     }
+ }
+