[LON-CAPA-cvs] cvs: modules /MIT LC_Shibboleth_MIT_instructions.txt
raeburn
raeburn at source.lon-capa.org
Thu Jul 26 15:45:40 EDT 2012
raeburn Thu Jul 26 19:45:40 2012 EDT
Modified files:
/modules/MIT LC_Shibboleth_MIT_instructions.txt
Log:
- Document process for installing Shibboleth SSO for LON-CAPA at MIT.
- Fix typo. Include lonnoshib.pm in files to add to /home/httpd/lib/perl/Apache
Index: modules/MIT/LC_Shibboleth_MIT_instructions.txt
diff -u modules/MIT/LC_Shibboleth_MIT_instructions.txt:1.2 modules/MIT/LC_Shibboleth_MIT_instructions.txt:1.3
--- modules/MIT/LC_Shibboleth_MIT_instructions.txt:1.2 Sat Mar 10 16:15:23 2012
+++ modules/MIT/LC_Shibboleth_MIT_instructions.txt Thu Jul 26 19:45:39 2012
@@ -17,7 +17,7 @@
yum install shibboleth mod_ssl perl-LDAP
-3. Run shibboleth installtion script (see:
+3. Run shibboleth installation script (see:
https://wikis.mit.edu/confluence/display/TOUCHSTONE/Provisioning+Steps)
cd /etc/shibboleth
@@ -89,12 +89,13 @@
to the current version of /etc/httpd/conf/loncapa_apache.conf
-12. Add lonshibauth.pm and lonshibacc.pm to /home/httpd/lib/perl/Apache
+12. Add lonshibauth.pm, lonshibacc.pm and lonnoshib.pm to /home/httpd/lib/perl/Apache
wget -O /home/httpd/lib/perl/Apache/lonshibauth.pm 'http://source.loncapa.org/cgi-bin/cvsweb.cgi/~checkout~/loncom/auth/lonshibauth.pm?rev=1.1;content-type=text/plain'
wget -O /home/httpd/lib/perl/Apache/lonshibacc.pm 'http://source.loncapa.org/cgi-bin/cvsweb.cgi/~checkout~/loncom/auth/lonshibacc.pm?rev=1.1;content-type=text/plain'
+wget -O /home/httpd/lib/perl/Apache/lonnoshib.pm 'http://source.loncapa.org/cgi-bin/cvsweb.cgi/~checkout~/loncom/auth/lonnoshib.pm?rev=1.1;content-type=text/plain'
-chown www:www /home/httpd/lib/perl/Apache/lonshibauth.pm /home/httpd/lib/perl/Apache/lonshibacc.pm
-chmod 600 /home/httpd/lib/perl/Apache/lonshibauth.pm /home/httpd/lib/perl/Apache/lonshibacc.pm
+chown www:www /home/httpd/lib/perl/Apache/lonshibauth.pm /home/httpd/lib/perl/Apache/lonshibacc.pm /home/httpd/lib/perl/Apache/lonnoshib.pm
+chmod 600 /home/httpd/lib/perl/Apache/lonshibauth.pm /home/httpd/lib/perl/Apache/lonshibacc.pm /home/httpd/lib/perl/Apache/lonnoshib.pm
13. Add /home/httpd/html/adm/sso
More information about the LON-CAPA-cvs
mailing list