From owner-freebsd-stable Wed Oct 10 8:11:20 2001 Delivered-To: freebsd-stable@freebsd.org Received: from hawkwind.ncsa.uiuc.edu (hawkwind.ncsa.uiuc.edu [141.142.22.161]) by hub.freebsd.org (Postfix) with ESMTP id 1F8C337B403 for ; Wed, 10 Oct 2001 08:11:15 -0700 (PDT) Received: (from koziol@localhost) by hawkwind.ncsa.uiuc.edu (8.11.6/8.11.4) id f9AFBCo96932 for stable@freebsd.org; Wed, 10 Oct 2001 10:11:12 -0500 (CDT) (envelope-from koziol) From: Quincey Koziol Message-Id: <200110101511.f9AFBCo96932@hawkwind.ncsa.uiuc.edu> Subject: Telnet w/kerberos ticket forwarding To: stable@freebsd.org Date: Wed, 10 Oct 2001 10:11:12 -0500 (CDT) X-Mailer: ELM [version 2.4ME+ PL94c (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Howdy all, Ok, I'm getting pretty frustrated with getting kerberos5 to work on a new machine I've built. I'm using the kerberos IV/5 that ship with the system and I've rebuilt world+kernel with WANT_KERBEROS4 and WANT_KERBEROS5 defined in my /etc/make.conf. I've been able to use k5init and k5list and they are working fine. However, I don't know how to re-compile telnet so that it forwards my kerberos5 tickets to the host I am attempting to connect to. I see from the source in /usr/src/usr.bin/telnet that I would need to define AUTHENTICATION, KRB5 and FORWARD, but I'm not certain where those should be defined. I also note that there are source directories for telnet applications in /usr/src/crypto/telnet and /usr/src/crypto/heimdal/appl/telnet, which are muddings the waters... Which is the directory containing the telnet installed during installworld? How do I enable the kerberos5 ticket forwarding? Thanks for any help, Quincey Koziol koziol@ncsa.uiuc.edu To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message