From owner-freebsd-questions Thu Feb 21 3: 2:23 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail.tgd.net (mail.tgd.net [209.81.25.10]) by hub.freebsd.org (Postfix) with ESMTP id CEA8537B400; Thu, 21 Feb 2002 03:02:16 -0800 (PST) Received: by mail.tgd.net (Postfix, from userid 1001) id 21F5620F13; Thu, 21 Feb 2002 00:10:14 -0800 (PST) Date: Thu, 21 Feb 2002 00:10:13 -0800 From: Sean Chittenden To: Il%j Sipicin Cc: questions@FreeBSD.ORG, ports@FreeBSD.ORG Subject: Re: security/krb5 question Message-ID: <20020221001013.B86510@ninja1.internal> References: <20020221123129.P55430-100000@sol.chel.skbkontur.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <20020221123129.P55430-100000@sol.chel.skbkontur.ru>; from "ilia@chel.skbkontur.ru" on Thu, Feb 21, 2002 at = 12:33:12PM X-PGP-Key: 0x1EDDFAAD X-PGP-Fingerprint: C665 A17F 9A56 286C 5CFB 1DEA 9F4F 5CEF 1EDD FAAD X-Web-Homepage: http://sean.chittenden.org/ 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 > security/krb5 installs ftp, telnet, etc programs into /usr/local/bin > and few programs into /usr/local/libexec, how do they interoperate > with such utilities in /usr/bin ? Quite well. I have both in my system and only rarely notice a problem, but that's always because of path problems. Edit /etc/login.conf and setup aliases to your favorite kerberos utilities. Here are a few from my /etc/csh.cshrc file: alias telnet /usr/local/bin/telnet -axF alias rsh /usr/local/bin/rsh -xF alias ftp /usr/local/bin/ftp -xf alias rlogin /usr/local/bin/rlogin -x -F alias rcp /usr/local/bin/rcp -x alias kinit /usr/local/bin/kinit -5fp alias kdestroy /usr/local/bin/kdestroy -5 -4 alias klist /usr/local/bin/klist -5acf -- Sean Chittenden To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message