[797] in Kerberos-V5-bugs
Re: Error should be clearer when kerberos service is unknown
daemon@ATHENA.MIT.EDU (Theodore Ts'o)
Thu Sep 29 15:45:50 1994
Date: Thu, 29 Sep 1994 15:45:42 +0500
From: Theodore Ts'o <tytso@MIT.EDU>
To: "Jonathan I. Kamens" <jik@cam.ov.com>
Cc: krb5-bugs@MIT.EDU
In-Reply-To: [685]
Date: Tue, 30 Aug 1994 17:25:51 -0400
From: "Jonathan I. Kamens" <jik@cam.ov.com>
When the kerberos services can't be found in the /etc/services file or
NIS map, a clearer error than KDC_UNREACH should be returned.
I added a KRB5_SERVICE_UNKNOWN error code and modified locate_kdc.c to
use it.
I've added the error code for completeness's sake, but in Beta 4, if the
kerberos services can't be found in the /etc/services file, compiled-in
defaults are used.
- Ted