[LON-CAPA-cvs] cvs: modules /msu localenroll.pm
raeburn
raeburn@source.lon-capa.org
Sun, 06 Jun 2010 01:07:52 -0000
raeburn Sun Jun 6 01:07:52 2010 EDT
Modified files:
/modules/msu localenroll.pm
Log:
- Default authentication for MSU users is krb5.
Index: modules/msu/localenroll.pm
diff -u modules/msu/localenroll.pm:1.52 modules/msu/localenroll.pm:1.53
--- modules/msu/localenroll.pm:1.52 Wed May 12 16:07:47 2010
+++ modules/msu/localenroll.pm Sun Jun 6 01:07:52 2010
@@ -1,6 +1,6 @@
# functions to glue school database system into Lon-CAPA for
# automated enrollment
-# $Id: localenroll.pm,v 1.52 2010/05/12 16:07:47 raeburn Exp $
+# $Id: localenroll.pm,v 1.53 2010/06/06 01:07:52 raeburn Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -146,7 +146,7 @@
$first =~ s/\s+$//;
print FILE qq| <student username="$pilot">
<autharg>MSU.EDU</autharg>
- <authtype>krb4</authtype>
+ <authtype>krb5</authtype>
<email>$pilot\@msu.edu</email>
<enddate></enddate>
<firstname>$first</firstname>