[LON-CAPA-cvs] cvs: modules /msu/sentinel install_mod_sentinel sso_failed_login.html sso_logout_link_html_frag

albertel lon-capa-cvs@mail.lon-capa.org
Wed, 30 Aug 2006 16:55:48 -0000


albertel		Wed Aug 30 12:55:48 2006 EDT

  Added files:                 
    /modules/msu/sentinel	sso_failed_login.html 
                         	sso_logout_link_html_frag 

  Modified files:              
    /modules/msu/sentinel	install_mod_sentinel 
  Log:
  - adding in the sso html bits that get used 
  
  
Index: modules/msu/sentinel/install_mod_sentinel
diff -u modules/msu/sentinel/install_mod_sentinel:1.1 modules/msu/sentinel/install_mod_sentinel:1.2
--- modules/msu/sentinel/install_mod_sentinel:1.1	Tue Aug 29 14:57:29 2006
+++ modules/msu/sentinel/install_mod_sentinel	Wed Aug 30 12:55:48 2006
@@ -23,7 +23,11 @@
 scp root@s10.lite.msu.edu:/home/www/sentinel.conf /etc/httpd/conf/sentinel.conf
 echo 'Include conf/sentinel.conf' >> /etc/httpd/conf/httpd.conf
 
-# making directory for mod_sentinel log file
+# making directory for mod_sentinel log and cache files
 mkdir /etc/httpd/var
 chown www:www /etc/httpd/var
 chmod ug+rw /etc/httpd/var
+
+# get and install SSO files for SSO handling
+wget http://install.loncapa.org/msu/sso_failed_login.html -O /home/httpd/html/adm/sso_failed_login.html
+wget http://install.loncapa.org/msu/sso_logout_link_html_frag -O /home/httpd/html/adm/sso_logout_link_html_frag

Index: modules/msu/sentinel/sso_failed_login.html
+++ modules/msu/sentinel/sso_failed_login.html
<html>
<head>
<title>LON-CAPA SSO, Unknow User</title>
</head>
<body>
<p>
Your MSU user id is unknown to LON-CAPA, perhaps you don't have a course in LON-CAPA?
</p>
</body>
</html>