--- loncom/lond 2000/12/13 21:46:37 1.32 +++ loncom/lond 2000/12/13 22:45:56 1.33 @@ -534,10 +534,10 @@ sub make_new_child { } unless ($fperror) { if ($umode eq 'none') { - } elsif ($umode eq 'kerberos') { + } elsif ($umode eq 'krb4') { { my $pf = IO::File->new(">$passfilename"); - print $pf "kerberos:$npass\n"; + print $pf "krb4:$npass\n"; } print $client "ok\n"; } elsif ($umode eq 'internal') {