From owner-freebsd-questions Sun Oct 14 10:33: 0 2001 Delivered-To: freebsd-questions@freebsd.org Received: from server.highperformance.net (ip30.gte4.rb1.bel.nwlink.com [209.20.215.30]) by hub.freebsd.org (Postfix) with ESMTP id D07F137B406 for ; Sun, 14 Oct 2001 10:32:57 -0700 (PDT) Received: from localhost (jcw@localhost) by server.highperformance.net (8.11.6/8.11.3) with ESMTP id f9EHWu132283 for ; Sun, 14 Oct 2001 10:32:56 -0700 (PDT) (envelope-from jcw@highperformance.net) Date: Sun, 14 Oct 2001 10:32:55 -0700 (PDT) From: "Jason C. Wells" X-Sender: jcw@server.highperformance.net To: freebsd-questions@freebsd.org Subject: Telnet not Kerberized with MAKE_KERBEROS5 Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 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