[2507] in Kerberos-V5-bugs
Re: krb5-doc/213: document libc and gssrpc incompatability with regard to NIS
daemon@ATHENA.MIT.EDU (Theodore Y. Ts'o)
Mon Nov 25 11:39:35 1996
Date: Mon, 25 Nov 1996 11:39:03 -0500
From: "Theodore Y. Ts'o" <tytso@MIT.EDU>
To: mycroft@gnu.ai.mit.edu
Cc: "Theodore Y. Ts'o" <tytso@MIT.EDU>, Tom Yu <tlyu@MIT.EDU>,
hartmans@MIT.EDU, krb5-bugs@MIT.EDU, krb5-prs@RT-11.MIT.EDU
In-Reply-To: Charles M. Hannum's message of 25 Nov 1996 11:14:34 -0500,
<c1kviauf8yd.fsf@melange.gnu.ai.mit.edu>
We already have to replace the vendor OS resolver in some cases where
the resolver is buggy. All we would be doing here is extending the
definition of "buggy" to include "supports NIS/YP", which really isn't
all that far of a stretch. :-)
In fact, in a number of cases having a libc which supports NIS/YP means
that often means that the libc's resolver is screwing up gethostbyname()
anyway, so you end up having to replace the resolver in that case
already.
- Ted