[1923] in NetBSD-Development
Re: snorklewacker (NetBSD 1.4) telnet client borken?
daemon@ATHENA.MIT.EDU (Bill Sommerfeld)
Tue Nov 2 11:01:20 1999
To: Eric Mumpower <nocturne@MIT.EDU>
Cc: netbsd-dev@MIT.EDU
In-Reply-To: Message from Eric Mumpower <nocturne@MIT.EDU>
of "Tue, 02 Nov 1999 10:44:59 EST." <14367.1787.403887.128297@mit.edu>
Date: Tue, 02 Nov 1999 10:47:52 -0500
From: Bill Sommerfeld <sommerfeld@orchard.arlington.ma.us>
i suspect it's a case of duelling db libraries.. the one in krb5 is
probably "preempting" the one in libc and hte libc getpw* routines are
thus using the krb5 db 2.x routines instead of the libc version..
- Bill