[LON-CAPA-cvs] cvs: loncom / startup.pl
raeburn
raeburn at source.lon-capa.org
Mon Mar 5 16:18:22 EST 2012
raeburn Mon Mar 5 21:18:22 2012 EDT
Modified files:
/loncom startup.pl
Log:
- Shibboleth 2 Single Sign On
- Add Authwn nd Authz modules to startup.pl
Index: loncom/startup.pl
diff -u loncom/startup.pl:1.40 loncom/startup.pl:1.41
--- loncom/startup.pl:1.40 Wed Dec 28 21:49:41 2011
+++ loncom/startup.pl Mon Mar 5 21:18:21 2012
@@ -1,5 +1,5 @@
#!/usr/bin/perl
-# $Id: startup.pl,v 1.40 2011/12/28 21:49:41 raeburn Exp $
+# $Id: startup.pl,v 1.41 2012/03/05 21:18:21 raeburn Exp $
BEGIN {
eval "use Apache2::compat();";
@@ -154,6 +154,8 @@
use Apache::courseprefs();
use Apache::domainprefs();
use Apache::lonblockingmenu();
+use Apache::lonshibauth();
+use Apache::lonshibacc();
1;
__END__
More information about the LON-CAPA-cvs
mailing list