[LON-CAPA-cvs] cvs: modules /albertel loncapa_apache.conf.sentinel

albertel lon-capa-cvs@mail.lon-capa.org
Fri, 10 Mar 2006 21:15:25 -0000


This is a MIME encoded message

--albertel1142025325
Content-Type: text/plain

albertel		Fri Mar 10 16:15:25 2006 EDT

  Modified files:              
    /modules/albertel	loncapa_apache.conf.sentinel 
  Log:
  - can use Basic
  
  
--albertel1142025325
Content-Type: text/plain
Content-Disposition: attachment; filename="albertel-20060310161525.txt"

Index: modules/albertel/loncapa_apache.conf.sentinel
diff -u modules/albertel/loncapa_apache.conf.sentinel:1.1 modules/albertel/loncapa_apache.conf.sentinel:1.2
--- modules/albertel/loncapa_apache.conf.sentinel:1.1	Tue Nov 29 16:05:12 2005
+++ modules/albertel/loncapa_apache.conf.sentinel	Fri Mar 10 16:15:21 2006
@@ -1,7 +1,7 @@
 ##
 ## loncapa_apache.conf -- Apache HTTP LON-CAPA configuration file
 ##
-## $Id: loncapa_apache.conf.sentinel,v 1.1 2005/11/29 21:05:12 albertel Exp $
+## $Id: loncapa_apache.conf.sentinel,v 1.2 2006/03/10 21:15:21 albertel Exp $
 ##
 
 #
@@ -53,7 +53,7 @@
 <LocationMatch "^/+res.*">
 #AuthName "LON-CAPA Auth"
 
-AuthType Sentinel
+AuthType Basic
 Require valid-user
 
 PerlAccessHandler      Apache::publiccheck
@@ -80,7 +80,7 @@
 </LocationMatch>
 
 <Location /adm/portfolio>
-AuthType Sentinel
+AuthType Basic
 Require valid-user
 PerlAuthzHandler Apache::lonacc
 SetHandler perl-script
@@ -94,7 +94,7 @@
 </LocationMatch>
 
 <LocationMatch "^/+uploaded.*">
-AuthType Sentinel
+AuthType Basic
 Require valid-user
 PerlAuthzHandler	Apache::lonacc
 PerlHeaderParserHandler Apache::lonuploadrep
@@ -105,7 +105,7 @@
 </LocationMatch>
 
 <LocationMatch "^/+editupload.*">
-AuthType Sentinel
+AuthType Basic
 Require valid-user
 PerlAuthzHandler	Apache::lonacc
 ErrorDocument     403 /adm/login
@@ -129,7 +129,7 @@
 </LocationMatch>
 
 <LocationMatch "^/+public/.*/syllabus$">
-AuthType Sentinel
+AuthType Basic
 Require valid-user
 PerlAuthzHandler	Apache::lonacc
 SetHandler              perl-script
@@ -139,7 +139,7 @@
 </LocationMatch>
 
 <LocationMatch "^/+(public|adm)/.*(\.rss|_rss\.html)$">
-AuthType Sentinel
+AuthType Basic
 Require valid-user
 PerlAuthzHandler	Apache::lonacc
 SetHandler              perl-script
@@ -149,7 +149,7 @@
 </LocationMatch>
 
 <LocationMatch "^/adm/.*/aboutme$">
-AuthType Sentinel
+AuthType Basic
 Require valid-user
 PerlAuthzHandler	Apache::lonacc
 SetHandler              perl-script
@@ -160,7 +160,7 @@
 </LocationMatch>
 
 <LocationMatch "^/adm/.*/smppg$">
-AuthType Sentinel
+AuthType Basic
 Require valid-user
 PerlAuthzHandler	Apache::lonacc
 SetHandler              perl-script
@@ -171,7 +171,7 @@
 </LocationMatch>
 
 <LocationMatch "^/adm/.*/grppg$">
-AuthType Sentinel
+AuthType Basic
 Require valid-user
 PerlAuthzHandler       Apache::lonacc
 SetHandler              perl-script
@@ -182,7 +182,7 @@
 </LocationMatch>
 
 <LocationMatch "^/adm/.*/bulletinboard$">
-AuthType Sentinel
+AuthType Basic
 Require valid-user
 PerlAuthzHandler	Apache::lonacc
 SetHandler              perl-script
@@ -194,7 +194,7 @@
 </LocationMatch>
 
 <LocationMatch "\.problem/smpedit$">
-AuthType Sentinel
+AuthType Basic
 Require valid-user
 PerlAuthzHandler	Apache::lonacc
 SetHandler              perl-script
@@ -228,7 +228,7 @@
 </LocationMatch>
 
 <LocationMatch "^/adm/helper/.*\.helper$">
-AuthType Sentinel
+AuthType Basic
 Require valid-user
 PerlAuthzHandler Apache::lonacc
 SetHandler        perl-script
@@ -240,7 +240,7 @@
 </LocationMatch>
 
 <LocationMatch "/prtspool">
-AuthType Sentinel
+AuthType Basic
 Require valid-user
 PerlAuthzHandler Apache::lonacc
 ErrorDocument     403 /adm/login
@@ -272,7 +272,7 @@
 </LocationMatch>
 
 <Location /adm/ratparms>
-AuthType Sentinel
+AuthType Basic
 Require valid-user
 PerlAuthzHandler       Apache::lonacc
 SetHandler perl-script
@@ -312,7 +312,7 @@
 </LocationMatch>
 
 <LocationMatch "^/adm/bombs/">
-AuthType Sentinel
+AuthType Basic
 Require valid-user
 SetHandler perl-script
 PerlAuthzHandler Apache::lonacc
@@ -338,7 +338,7 @@
 </LocationMatch>
 
 <LocationMatch "^/adm/wrapper/">
-AuthType Sentinel
+AuthType Basic
 Require valid-user
 PerlAuthzHandler       Apache::lonacc
 SetHandler perl-script
@@ -348,7 +348,7 @@
 </LocationMatch>
 
 <LocationMatch "^/adm/source">
-AuthType Sentinel
+AuthType Basic
 Require valid-user
 PerlAuthzHandler       Apache::lonacc
 SetHandler perl-script
@@ -360,7 +360,7 @@
 
 
 <LocationMatch "^/adm/localize/">
-AuthType Sentinel
+AuthType Basic
 Require valid-user
 PerlAuthzHandler       Apache::lonacc
 SetHandler perl-script
@@ -372,7 +372,7 @@
 # -------------------------------------------------------------- Admin Programs
 
 <Location /adm/randomlabel.png>
-AuthType Sentinel
+AuthType Basic
 Require valid-user
 PerlAuthzHandler       Apache::lonacc
 SetHandler perl-script
@@ -382,7 +382,7 @@
 </Location>
 
 <Location /adm/imagechoice>
-AuthType Sentinel
+AuthType Basic
 Require valid-user
 PerlAuthzHandler       Apache::lonacc
 SetHandler perl-script
@@ -392,7 +392,7 @@
 </Location>
 
 <Location /adm/statistics>
-AuthType Sentinel
+AuthType Basic
 Require valid-user
 PerlAuthzHandler       Apache::lonacc
 SetHandler perl-script
@@ -403,7 +403,7 @@
 </Location>
 
 <Location /adm/trackstudent>
-AuthType Sentinel
+AuthType Basic
 Require valid-user
 PerlAuthzHandler       Apache::lonacc
 SetHandler perl-script
@@ -414,7 +414,7 @@
 </Location>
 
 <Location /adm/roles>
-AuthType Sentinel
+AuthType Basic
 Require valid-user
 PerlAuthzHandler       Apache::lonacc
 SetHandler perl-script
@@ -424,7 +424,7 @@
 </Location>
 
 <Location /adm/menu>
-AuthType Sentinel
+AuthType Basic
 Require valid-user
 PerlAuthzHandler       Apache::lonacc
 SetHandler perl-script
@@ -434,7 +434,7 @@
 </Location>
 
 <Location /adm/remote>
-AuthType Sentinel
+AuthType Basic
 Require valid-user
 PerlAuthzHandler       Apache::lonacc
 SetHandler perl-script
@@ -444,7 +444,7 @@
 </Location>
 
 <Location /adm/pickstudent>
-AuthType Sentinel
+AuthType Basic
 Require valid-user
 PerlAuthzHandler       Apache::lonacc
 SetHandler perl-script
@@ -454,7 +454,7 @@
 </Location>
 
 <Location /adm/pickcourse>
-AuthType Sentinel
+AuthType Basic
 Require valid-user
 PerlAuthzHandler       Apache::lonacc
 SetHandler perl-script
@@ -464,7 +464,7 @@
 </Location>
 
 <Location /adm/pickcode>
-AuthType Sentinel
+AuthType Basic
 Require valid-user
 PerlAuthzHandler       Apache::lonacc
 SetHandler perl-script
@@ -479,7 +479,7 @@
 </Location>
 
 <Location /adm/logout>
-AuthType Sentinel
+AuthType Basic
 Require valid-user
 PerlAuthzHandler       Apache::lonacc
 SetHandler perl-script
@@ -488,7 +488,7 @@
 </Location>
 
 <Location /adm/switchserver>
-AuthType Sentinel
+AuthType Basic
 Require valid-user
 PerlAuthzHandler       Apache::lonacc
 SetHandler perl-script
@@ -507,7 +507,7 @@
 </Location>
 
 <Location /adm/annotations>
-AuthType Sentinel
+AuthType Basic
 Require valid-user
 PerlAuthzHandler       Apache::lonacc
 SetHandler perl-script
@@ -517,7 +517,7 @@
 </Location>
 
 <Location /adm/spellcheck>
-AuthType Sentinel
+AuthType Basic
 Require valid-user
 PerlAuthzHandler       Apache::lonacc
 SetHandler perl-script
@@ -527,7 +527,7 @@
 </Location>
 
 <Location /adm/bookmarks>
-AuthType Sentinel
+AuthType Basic
 Require valid-user
 PerlAuthzHandler       Apache::lonacc
 SetHandler perl-script
@@ -537,7 +537,7 @@
 </Location>
 
 <Location /adm/flip>
-AuthType Sentinel
+AuthType Basic
 Require valid-user
 PerlAuthzHandler       Apache::lonacc
 SetHandler perl-script
@@ -550,7 +550,7 @@
 </Location>
 
 <Location /adm/ambiguous>
-AuthType Sentinel
+AuthType Basic
 Require valid-user
 PerlAuthzHandler       Apache::lonacc
 SetHandler perl-script
@@ -562,7 +562,7 @@
 </Location>
 
 <Location /adm/email>
-AuthType Sentinel
+AuthType Basic
 Require valid-user
 PerlAuthzHandler       Apache::lonacc
 SetHandler perl-script
@@ -572,7 +572,7 @@
 </Location>
 
 <Location /adm/notify>
-AuthType Sentinel
+AuthType Basic
 Require valid-user
 PerlAuthzHandler       Apache::lonacc
 SetHandler perl-script
@@ -582,7 +582,7 @@
 </Location>
 
 <Location /adm/parmset>
-AuthType Sentinel
+AuthType Basic
 Require valid-user
 PerlAuthzHandler       Apache::lonacc
 SetHandler perl-script
@@ -593,7 +593,7 @@
 </Location>
 
 <Location /adm/slotrequest>
-AuthType Sentinel
+AuthType Basic
 Require valid-user
 PerlAuthzHandler       Apache::lonacc
 SetHandler perl-script
@@ -604,7 +604,7 @@
 </Location>
 
 <Location /adm/wizard>
-AuthType Sentinel
+AuthType Basic
 Require valid-user
 PerlAuthzHandler       Apache::lonacc
 SetHandler perl-script
@@ -615,7 +615,7 @@
 </Location>
 
 <Location /adm/grades>
-AuthType Sentinel
+AuthType Basic
 Require valid-user
 PerlAuthzHandler       Apache::lonacc
 SetHandler perl-script
@@ -626,7 +626,7 @@
 </Location>
 
 <Location /adm/createcourse>
-AuthType Sentinel
+AuthType Basic
 Require valid-user
 PerlAuthzHandler       Apache::lonacc
 SetHandler perl-script
@@ -637,7 +637,7 @@
 </Location>
 
 <Location /adm/modifycourse>
-AuthType Sentinel
+AuthType Basic
 Require valid-user
 PerlAuthzHandler       Apache::lonacc
 SetHandler perl-script
@@ -648,7 +648,7 @@
 </Location>
 
 <Location /adm/createuser>
-AuthType Sentinel
+AuthType Basic
 Require valid-user
 PerlAuthzHandler       Apache::lonacc
 SetHandler perl-script
@@ -659,7 +659,7 @@
 </Location>
 
 <Location /adm/publish>
-AuthType Sentinel
+AuthType Basic
 Require valid-user
 PerlAuthzHandler       Apache::lonacc
 SetHandler perl-script
@@ -681,7 +681,7 @@
 </LocationMatch>
 
 <Location /adm/pubdir>
-AuthType Sentinel
+AuthType Basic
 Require valid-user
 PerlAuthzHandler       Apache::lonacc
 SetHandler perl-script
@@ -693,7 +693,7 @@
 </Location>
 
 <Location /adm/unauthorized>
-AuthType Sentinel
+AuthType Basic
 Require valid-user
 PerlAuthzHandler       Apache::lonacc
 SetHandler perl-script
@@ -704,7 +704,7 @@
 </Location>
 
 <Location /adm/retrieve>
-AuthType Sentinel
+AuthType Basic
 Require valid-user
 PerlAuthzHandler       Apache::lonacc
 SetHandler perl-script
@@ -716,7 +716,7 @@
 </Location>
 
 <Location /adm/cleanup>
-AuthType Sentinel
+AuthType Basic
 Require valid-user
 PerlAuthzHandler       Apache::lonacc
 SetHandler perl-script
@@ -728,7 +728,7 @@
 </Location>
 
 <Location /adm/cfile>
-AuthType Sentinel
+AuthType Basic
 Require valid-user
 PerlAuthzHandler       Apache::lonacc
 SetHandler perl-script
@@ -740,7 +740,7 @@
 </Location>
 
 <Location /adm/diff>
-AuthType Sentinel
+AuthType Basic
 Require valid-user
 PerlAuthzHandler       Apache::lonacc
 SetHandler perl-script
@@ -752,7 +752,7 @@
 </Location>
 
 <Location /adm/upload>
-AuthType Sentinel
+AuthType Basic
 Require valid-user
 PerlAuthzHandler       Apache::lonacc
 SetHandler perl-script
@@ -764,7 +764,7 @@
 </Location>
 
 <Location /adm/imsimport>
-AuthType Sentinel
+AuthType Basic
 Require valid-user
 PerlAuthzHandler       Apache::lonacc
 SetHandler perl-script
@@ -776,7 +776,7 @@
 </Location>
 
 <Location /adm/testbank>
-AuthType Sentinel
+AuthType Basic
 Require valid-user
 PerlAuthzHandler       Apache::lonacc
 SetHandler perl-script
@@ -788,7 +788,7 @@
 </Location>
 
 <Location /adm/assesscalc>
-AuthType Sentinel
+AuthType Basic
 Require valid-user
 PerlAuthzHandler       Apache::lonacc
 SetHandler perl-script
@@ -800,7 +800,7 @@
 </Location>
 
 <Location /adm/studentcalc>
-AuthType Sentinel
+AuthType Basic
 Require valid-user
 PerlAuthzHandler       Apache::lonacc
 SetHandler perl-script
@@ -812,7 +812,7 @@
 </Location>
 
 <Location /adm/classcalc>
-AuthType Sentinel
+AuthType Basic
 Require valid-user
 PerlAuthzHandler       Apache::lonacc
 SetHandler perl-script
@@ -824,7 +824,7 @@
 </Location>
 
 <Location /adm/dropadd>
-AuthType Sentinel
+AuthType Basic
 Require valid-user
 PerlAuthzHandler       Apache::lonacc
 SetHandler perl-script
@@ -835,7 +835,7 @@
 </Location>
 
 <Location /adm/viewclasslist>
-AuthType Sentinel
+AuthType Basic
 Require valid-user
 PerlAuthzHandler       Apache::lonacc
 SetHandler perl-script
@@ -846,7 +846,7 @@
 </Location>
 
 <Location /adm/coursegroups>
-AuthType Sentinel
+AuthType Basic
 Require valid-user
 PerlAuthzHandler       Apache::lonacc
 SetHandler perl-script
@@ -857,7 +857,7 @@
 </Location>
 
 <Location /adm/whatsnew>
-AuthType Sentinel
+AuthType Basic
 Require valid-user
 PerlAuthzHandler       Apache::lonacc
 SetHandler perl-script
@@ -868,7 +868,7 @@
 </Location>
 
 <Location /adm/populate>
-AuthType Sentinel
+AuthType Basic
 Require valid-user
 PerlAuthzHandler       Apache::lonacc
 SetHandler perl-script
@@ -879,7 +879,7 @@
 </Location>
 
 <Location /adm/managekeys>
-AuthType Sentinel
+AuthType Basic
 Require valid-user
 PerlAuthzHandler       Apache::lonacc
 SetHandler perl-script
@@ -890,7 +890,7 @@
 </Location>
 
 <Location /adm/printout>
-AuthType Sentinel
+AuthType Basic
 Require valid-user
 PerlAuthzHandler       Apache::lonacc
 SetHandler perl-script
@@ -901,7 +901,7 @@
 </Location>
 
 <Location /adm/feedback>
-AuthType Sentinel
+AuthType Basic
 Require valid-user
 PerlAuthzHandler       Apache::lonacc
 SetHandler perl-script
@@ -911,7 +911,7 @@
 </Location>
 
 <Location /adm/coursedocs>
-AuthType Sentinel
+AuthType Basic
 Require valid-user
 PerlAuthzHandler       Apache::lonacc
 SetHandler perl-script
@@ -923,7 +923,7 @@
 </Location>
 
 <Location /adm/imsimportdocs>
-AuthType Sentinel
+AuthType Basic
 Require valid-user
 PerlAuthzHandler       Apache::lonacc
 SetHandler perl-script
@@ -933,7 +933,7 @@
 </Location>
 
 <Location /adm/announcements>
-AuthType Sentinel
+AuthType Basic
 Require valid-user
 PerlAuthzHandler       Apache::lonacc
 SetHandler perl-script
@@ -943,7 +943,7 @@
 </Location>
 
 <Location /adm/chat>
-AuthType Sentinel
+AuthType Basic
 Require valid-user
 PerlAuthzHandler       Apache::lonacc
 SetHandler perl-script
@@ -952,7 +952,7 @@
 </Location>
 
 <Location /adm/chatfetch>
-AuthType Sentinel
+AuthType Basic
 Require valid-user
 PerlAuthzHandler       Apache::lonacc
 SetHandler perl-script
@@ -962,7 +962,7 @@
 </Location>
 
 <Location /adm/evaluate>
-AuthType Sentinel
+AuthType Basic
 Require valid-user
 PerlAuthzHandler       Apache::lonacc
 SetHandler perl-script
@@ -972,7 +972,7 @@
 </Location>
 
 <Location /adm/preferences>
-AuthType Sentinel
+AuthType Basic
 Require valid-user
 PerlAuthzHandler       Apache::lonacc
 SetHandler perl-script
@@ -982,7 +982,7 @@
 </Location>
 
 <Location /adm/communicate>
-AuthType Sentinel
+AuthType Basic
 Require valid-user
 PerlAuthzHandler       Apache::lonacc
 SetHandler perl-script
@@ -992,7 +992,7 @@
 </Location>
 
 <Location /adm/searchcat>
-AuthType Sentinel
+AuthType Basic
 Require valid-user
 PerlAuthzHandler       Apache::lonacc
 SetHandler perl-script
@@ -1005,7 +1005,7 @@
 </Location>
 
 <Location /adm/navmaps>
-AuthType Sentinel
+AuthType Basic
 Require valid-user
 PerlAuthzHandler       Apache::lonacc
 SetHandler perl-script
@@ -1016,7 +1016,7 @@
 </Location>
 
 <Location /adm/quickgrades>
-AuthType Sentinel
+AuthType Basic
 Require valid-user
 PerlAuthzHandler       Apache::lonacc
 SetHandler perl-script
@@ -1027,7 +1027,7 @@
 </Location>
 
 <Location /adm/groupsort>
-AuthType Sentinel
+AuthType Basic
 Require valid-user
 PerlAuthzHandler	Apache::lonacc
 SetHandler perl-script
@@ -1044,7 +1044,7 @@
 </Location>
 
 <LocationMatch "^/adm/help/.*\.hlp$">
-AuthType Sentinel
+AuthType Basic
 Require valid-user
 PerlAuthzHandler	Apache::lonacc
 SetHandler perl-script
@@ -1052,7 +1052,7 @@
 </LocationMatch>
 
 <LocationMatch "^/adm/helpmenu">
-AuthType Sentinel
+AuthType Basic
 Require valid-user
 PerlAuthzHandler       Apache::lonacc
 SetHandler perl-script
@@ -1060,7 +1060,7 @@
 </LocationMatch>
 
 <LocationMatch "^/adm/support">
-AuthType Sentinel
+AuthType Basic
 Require valid-user
 PerlAuthzHandler       Apache::lonacc
 SetHandler perl-script
@@ -1076,63 +1076,63 @@
 
 <Location /cgi-bin/loncron.pl>
 AuthName "LON-CAPA Network Administration"
-AuthType Sentinel
+AuthType Basic
 AuthUserFile /home/httpd/lonTabs/htpasswd
 require user lonadm
 </Location>
 
 <Location /cgi-bin/userstatus.pl>
 AuthName "LON-CAPA Network Administration"
-AuthType Sentinel
+AuthType Basic
 AuthUserFile /home/httpd/lonTabs/htpasswd
 require user lonadm
 </Location>
 
 <Location /cgi-bin/lonversions.pl>
 AuthName "LON-CAPA Network Administration"
-AuthType Sentinel
+AuthType Basic
 AuthUserFile /home/httpd/lonTabs/htpasswd
 require user lonadm
 </Location>
 
 <Location /cgi-bin/clusterstatus.pl>
 AuthName "LON-CAPA Network Administration"
-AuthType Sentinel
+AuthType Basic
 AuthUserFile /home/httpd/lonTabs/htpasswd
 require user lonadm
 </Location>
 
 <Location /cgi-bin/metadata_keywords.pl>
 AuthName "LON-CAPA Network Administration"
-AuthType Sentinel
+AuthType Basic
 AuthUserFile /home/httpd/lonTabs/htpasswd
 require user lonadm
 </Location>
 
 <Location /cgi-bin/metadata_harvest.pl>
 AuthName "harvest"
-AuthType Sentinel
+AuthType Basic
 AuthUserFile /home/httpd/lonTabs/htpasswd
 require user  reaper
 </Location>
 
 <Location /cgi-bin/takeoffline.pl>
 AuthName "Offline"
-AuthType Sentinel
+AuthType Basic
 AuthUserFile /home/httpd/lonTabs/htpasswd
 require user  offline
 </Location>
 
 <Location /cgi-bin/takeonline.pl>
 AuthName "Offline"
-AuthType Sentinel
+AuthType Basic
 AuthUserFile /home/httpd/lonTabs/htpasswd
 require user  offline
 </Location>
 
 <Location /adm/test>
 AuthName "LON-CAPA Network Administration"
-AuthType Sentinel
+AuthType Basic
 AuthUserFile /home/httpd/lonTabs/htpasswd
 require user lonadm
 SetHandler perl-script
@@ -1178,7 +1178,7 @@
 <Location /server-status>
 SetHandler server-status
 AuthName "LON-CAPA Network Administration"
-AuthType Sentinel
+AuthType Basic
 AuthUserFile /home/httpd/lonTabs/htpasswd
 require user lonadm
 </Location>
@@ -1186,7 +1186,7 @@
 # ------------------------ Allow LON-CAPA "low-level" connection status reports
 <Location /lon-status>
 AuthName "LON-CAPA Network Administration"
-AuthType Sentinel
+AuthType Basic
 AuthUserFile /home/httpd/lonTabs/htpasswd
 require user lonadm
 </Location>

--albertel1142025325--