Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 14 Oct 2001 10:32:55 -0700 (PDT)
From:      "Jason C. Wells" <jcwells@highperformance.net>
To:        freebsd-questions@freebsd.org
Subject:   Telnet not Kerberized with MAKE_KERBEROS5
Message-ID:  <Pine.BSF.4.21.0110141026030.32278-100000@server.highperformance.net>

next in thread | raw e-mail | index | archive | help
I recently built world with MAKE_KERBEROS5 defined and MAKE_KERBEROS4 not
defined.  I can successfully obtain a ticket with k5init.

I could not use kerberos to authenticate a telnet login though.  Using ldd
I see that the folowing links are made:

/usr/bin/telnet:
	libncurses.so.5 => /usr/lib/libncurses.so.5 (0x28073000)
	libipsec.so.1 => /usr/lib/libipsec.so.1 (0x280b5000)
	libc.so.4 => /usr/lib/libc.so.4 (0x280bb000)
/usr/libexec/telnetd:
	libutil.so.3 => /usr/lib/libutil.so.3 (0x28073000)
	libncurses.so.5 => /usr/lib/libncurses.so.5 (0x2807c000)
	libcrypto.so.2 => /usr/lib/libcrypto.so.2 (0x280be000)
	libcrypt.so.2 => /usr/lib/libcrypt.so.2 (0x28175000)
	libmp.so.3 => /usr/lib/libmp.so.3 (0x2818e000)
	libpam.so.1 => /usr/lib/libpam.so.1 (0x28198000)
	libc.so.4 => /usr/lib/libc.so.4 (0x281a1000)

There is no mention of libkrb5.  Is there something else I need to do to
build kerberos5 into my system?  I am trying to use heimdal from -stable.

IIRC, previously, MAKE_KERBEROS4 was all that was needed to kerberize
everything in the source tree.

Thanks,
Jason C. Wells


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.21.0110141026030.32278-100000>