From owner-freebsd-hackers@FreeBSD.ORG Sat Jul 16 17:21:58 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 BA9FE16A41C for ; Sat, 16 Jul 2005 17:21:58 +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 BDE8843D46 for ; Sat, 16 Jul 2005 17:21:57 +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 4E6BE3418C; Sat, 16 Jul 2005 19:21:56 +0200 (CEST) Received: from sun-fish.com (fs.cmotd.com [192.168.3.253]) by blah.sun-fish.com (Postfix) with ESMTP id 1797B34170; Sat, 16 Jul 2005 19:21:56 +0200 (CEST) Received: from sun-fish.com (localhost.cmotd.com [127.0.0.1]) by sun-fish.com (Postfix) with ESMTP id B586D38406; Sat, 16 Jul 2005 19:21:55 +0200 (CEST) Received: from daemon.cmotd.com (daemon.cmotd.com [192.168.3.104]) by sun-fish.com (Postfix) with SMTP id 7D9E738404; Sat, 16 Jul 2005 19:21:55 +0200 (CEST) Date: Sat, 16 Jul 2005 20:21:55 +0300 From: Vladimir Terziev To: Dominic Marks Message-Id: <20050716202155.1d808565.vlady@sun-fish.com> In-Reply-To: <200507161756.58334.dom@goodforbusiness.co.uk> References: <20050716194319.4375451a.vlady@sun-fish.com> <200507161756.58334.dom@goodforbusiness.co.uk> 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 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: Sat, 16 Jul 2005 17:21:58 -0000 Thanks, for the suggestion. I hope it will help me. Why exactly Heimdal Kerberos had been incorporated into the base system? Why not MIT Kerberos ? Vladimir On Sat, 16 Jul 2005 17:56:57 +0100 Dominic Marks wrote: > On Saturday 16 July 2005 17:43, Vladimir Terziev wrote: > > Hi, > > > > i've just installed a fresh FreeBSD 5.4 on my PC i saw i have > > Heimdal Kerberos installed on it. I don't want Heimdal Kerberos on my > > syetem! Could someone point me to a easy way to remove it and rebuild > > all software (telnet, ssh, etc) which depends on it? > > In /etc/make.conf put > > NO_KERBEROS=yes > > Then build a new world. That should do the trick. > > I think freebsd-questions@freebsd.org would have been a more > appropriate place to ask this question. > > > Thanks in advance! > > > > Vladimir > > _______________________________________________ > > freebsd-hackers@freebsd.org mailing list > > http://lists.freebsd.org/mailman/listinfo/freebsd-hackers > > To unsubscribe, send any mail to > > "freebsd-hackers-unsubscribe@freebsd.org" > > -- > Dominic Marks