From owner-freebsd-hackers@FreeBSD.ORG Sun Jul 17 12:46:53 2005 Return-Path: X-Original-To: freebsd-hackers@freebsd.org Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A385616A41C for ; Sun, 17 Jul 2005 12:46:53 +0000 (GMT) (envelope-from vladimir.terziev@sun-fish.com) Received: from blah.sun-fish.com (blah.sun-fish.com [62.176.125.194]) by mx1.FreeBSD.org (Postfix) with ESMTP id DC51043D45 for ; Sun, 17 Jul 2005 12:46:52 +0000 (GMT) (envelope-from vladimir.terziev@sun-fish.com) Received: from blah.sun-fish.com (localhost [127.0.0.1]) by blah.sun-fish.com (Postfix) with ESMTP id 2D9CB34164; Sun, 17 Jul 2005 14:46:50 +0200 (CEST) Received: from sun-fish.com (fs.cmotd.com [192.168.3.253]) by blah.sun-fish.com (Postfix) with ESMTP id ECBC834162; Sun, 17 Jul 2005 14:46:49 +0200 (CEST) Received: from sun-fish.com (localhost.cmotd.com [127.0.0.1]) by sun-fish.com (Postfix) with ESMTP id 716E238406; Sun, 17 Jul 2005 14:46:49 +0200 (CEST) Received: from daemon.cmotd.com (daemon.cmotd.com [192.168.3.104]) by sun-fish.com (Postfix) with SMTP id 3AD2C38404; Sun, 17 Jul 2005 14:46:49 +0200 (CEST) Date: Sun, 17 Jul 2005 15:46:49 +0300 From: Vladimir Terziev To: "Daniel O'Connor" Message-Id: <20050717154649.3d0a5520.vlady@sun-fish.com> In-Reply-To: <200507172202.18757.doconnor@gsoft.com.au> References: <20050716194319.4375451a.vlady@sun-fish.com> <200507161756.58334.dom@goodforbusiness.co.uk> <200507172202.18757.doconnor@gsoft.com.au> Organization: SunFish Ltd., Sofia X-Mailer: Sylpheed version 1.9.12 (GTK+ 2.4.0; i386-unknown-freebsd4.10) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-AV-Checked: ClamAV X-AV-Checked: ClamAV SF1 Cc: freebsd-hackers@freebsd.org, dom@goodforbusiness.co.uk Subject: Re: Remove Heimdal Kerberos from my FreeBSD X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Jul 2005 12:46:53 -0000 Yes, i deleted it along with all libs related to it. This caused telnet/ssh/etc to stop working. So i rebuilt the world with NO_KERBEROS=yes and now all is like a charm -- no Heimdal Kerberos and no software depending on it. I think making the Heimdal Kerberos part of the base FreeBSD OS is bad idea, but linking base software (like telnet, ssh), which is part of the base FreeBSD OS, against it, is very very bad idea. Vladimir On Sun, 17 Jul 2005 22:02:04 +0930 "Daniel O'Connor" wrote: > On Sunday 17 July 2005 02:26, Dominic Marks wrote: > > In /etc/make.conf put > > > > NO_KERBEROS=yes > > > > Then build a new world. That should do the trick. > > This won't remove it, it will just not update it. > You would have to delete it by hand. > > Telnet/ssh/etc don't have to depend on Kerberos and if you use the above > option they will be built without Kerb support. > > -- > Daniel O'Connor software and network engineer > for Genesis Software - http://www.gsoft.com.au > "The nice thing about standards is that there > are so many of them to choose from." > -- Andrew Tanenbaum > GPG Fingerprint - 5596 B766 97C0 0E94 4347 295E E593 DC20 7B3F CE8C >