[LON-CAPA-admin] Kerberos 5 typo
lucasm at ohiou.edu
lucasm at ohiou.edu
Mon Dec 27 11:32:20 EST 2004
Hi,
There is a typo in lond that messes up kerberos 5 authentication in 1.3.0.
I've included the diff file here. It has already been submitted as bug
#3769.
Just a friendly note to help people avoid unnecessary cardial stress 8)
Later,
Mark
----------------------------------------------------------------------------
Mark Lucas email: lucasm at ohiou.edu
252D Clippinger Lab phone: (740)597-2984
Department of Physics and Astronomy fax: (740)593-0433
Ohio University
Athens, OH 45701
-------------- next part --------------
--- lond 2004-12-27 11:19:54.791012442 -0500
+++ /root/loncapa/loncapa-1.3.0/loncom/lond 2004-12-21 15:47:55.000000000 -0500
@@ -5104,7 +5104,7 @@
my $krbserver = &Authen::Krb5::parse_name($krbservice);
my $credentials= &Authen::Krb5::cc_default();
$credentials->initialize($krbclient);
- my $krbreturn = &Authen::Krb5::get_in_tkt_with_password($krbclient,
+ my $krbreturn = &Authen::KRb5::get_in_tkt_with_password($krbclient,
$krbserver,
$password,
$credentials);
More information about the LON-CAPA-admin
mailing list