[2438] in Kerberos_V5_Development
Re: Krb and AIX4.2
daemon@ATHENA.MIT.EDU (Mark Eichin)
Tue Jul 15 15:46:30 1997
To: Ken Hornstein <kenh@cmf.nrl.navy.mil>
Cc: Marc Horowitz <marc@cygnus.com>, krbdev@MIT.EDU
From: Mark Eichin <eichin@MIT.EDU>
Date: 15 Jul 1997 15:44:49 -0400
In-Reply-To: Ken Hornstein's message of "Tue, 15 Jul 1997 15:16:42 -0400"
> Does anyone else wish that ftp didn't print the GSS-API error messages
> if it tries and fails when using "ftp"?
Fixed in Kerbnet, over a year ago, because our customers complained
about the same thing...
Fri Jun 28 00:25:19 1996 Mark Eichin <eichin@cygnus.com>
* ftp.c (do_auth): add "noisyflag" to only turn on error messages
on the final key attempt. We also check for GSS_S_FAILURE, and
would check against KRB5KDC_ERR_S_PRINCIPAL_UNKNOWN but this is
gssapi code, not krb5 code, so that isn't visible.