--- loncom/interface/loncreateuser.pm 2016/11/29 13:17:25 1.425 +++ loncom/interface/loncreateuser.pm 2016/12/26 18:43:52 1.426 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Create a user # -# $Id: loncreateuser.pm,v 1.425 2016/11/29 13:17:25 raeburn Exp $ +# $Id: loncreateuser.pm,v 1.426 2016/12/26 18:43:52 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -2306,7 +2306,7 @@ ENDBADAUTH $result = &mt('Currently Kerberos authenticated, Version [_1].',$krbver); } else { $result = &mt('Currently Kerberos authenticated with domain [_1] Version [_2].', - $krbver,$krbrealm); + $krbrealm,$krbver); } } elsif ($currentauth =~ /^internal:/) { $result = &mt('Currently internally authenticated.');