[LON-CAPA-cvs] cvs: loncom(krb5_added) /interface loncommon.pm

albertel lon-capa-cvs@mail.lon-capa.org
Thu, 22 Aug 2002 21:20:23 -0000


albertel		Thu Aug 22 17:20:23 2002 EDT

  Modified files:              (Branch: krb5_added)
    /loncom/interface	loncommon.pm 
  Log:
  - adding krb5 stuff to version 0.5 code
  
  
Index: loncom/interface/loncommon.pm
diff -u loncom/interface/loncommon.pm:1.53 loncom/interface/loncommon.pm:1.53.2.1
--- loncom/interface/loncommon.pm:1.53	Mon Aug 12 14:21:42 2002
+++ loncom/interface/loncommon.pm	Thu Aug 22 17:20:23 2002
@@ -1,7 +1,7 @@
 # The LearningOnline Network with CAPA
 # a pile of common routines
 #
-# $Id: loncommon.pm,v 1.53 2002/08/12 18:21:42 albertel Exp $
+# $Id: loncommon.pm,v 1.53.2.1 2002/08/22 21:20:23 albertel Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -755,6 +755,8 @@
 Kerberos authenticated with domain
 <input type="text" size="10" name="krbarg" value=""
        onchange="javascript:changed_text('krb',$in{'formname'});">
+ <input type="radio" name="krbver" value="4" checked="on" />Version 4
+ <input type="radio" name="krbver" value="5" />Version 5
 END
     return $result;
 }