--- loncom/interface/loncreateuser.pm 2005/06/23 21:59:13 1.107 +++ loncom/interface/loncreateuser.pm 2005/09/01 19:27:35 1.108 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Create a user # -# $Id: loncreateuser.pm,v 1.107 2005/06/23 21:59:13 www Exp $ +# $Id: loncreateuser.pm,v 1.108 2005/09/01 19:27:35 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -665,7 +665,7 @@ END my $currentauth=&Apache::lonnet::queryauthenticate($ccuname,$ccdomain); if ($currentauth=~/^krb(4|5):/) { $currentauth=~/^krb(4|5):(.*)/; - my $krbdefdom=$1; + my $krbdefdom=$2; my %param = ( formname => 'document.cu', kerb_def_dom => $krbdefdom );