From owner-freebsd-questions Thu Jan 14 05:11:47 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA05692 for freebsd-questions-outgoing; Thu, 14 Jan 1999 05:11:47 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from alcatel.fr (gatekeeper.alcatel.fr [194.133.58.131]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id FAA05687 for ; Thu, 14 Jan 1999 05:11:45 -0800 (PST) (envelope-from Thierry.Herbelot@alcatel.fr) Received: from alcatel.fr (gatekeeper-ssn.alcatel.fr [155.132.180.244]) by mailgate.alcatel.fr (ALCANET/SMTP) with ESMTP id OAA26762; Thu, 14 Jan 1999 14:08:54 +0100 Received: from lune.telspace.alcatel.fr (lune.telspace.alcatel.fr [155.132.144.65]) by aifhs2.alcatel.fr (ALCANET/SMTP2) with ESMTP id OAA18806; Thu, 14 Jan 1999 14:07:49 +0100 (MET) Received: from telss1 (telss1.telspace.alcatel.fr [155.132.51.4]) by lune.telspace.alcatel.fr (8.9.1a/8.9.1) with SMTP id NAA25056; Thu, 14 Jan 1999 13:51:24 +0100 (MET) Received: from telspace.alcatel.fr (nairobi.telspace.alcatel.fr) by telss1 (4.1/SMI-4.1) id AA28355; Thu, 14 Jan 99 13:55:49 +0100 Message-Id: <369DEAE6.F87C7275@telspace.alcatel.fr> Date: Thu, 14 Jan 1999 14:02:30 +0100 From: HERBELOT Thierry Organization: Alcatel Telspace X-Mailer: Mozilla 4.5 [en] (X11; I; SunOS 5.5.1 sun4m) X-Accept-Language: en Mime-Version: 1.0 To: Guenther Biebl Cc: freebsd-questions@FreeBSD.ORG Subject: Re: getting rid of Kerberos References: <199901141053.CAA22193@hub.freebsd.org> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Guenther Biebl wrote: > > Hi there, > > I "accidently" installed Kerberos on my FreeBSD 2.2.8 machine during > install. I did nothing more with that (I understand that the installation > procedure is not completed at that point) The only way Kerberos ist showing > up is, when I use the "su" command. > > Q: How can I get rid of Kerberos? > > Yours, > > Guenther Biebl > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message quick hack : su -K more interesting way out of Kerberos : make world (see the handbook : keeping stable with FreeBSD) with the right option in /etc/make.conf : # # Kerberos IV # If you want KerberosIV (KTH eBones), define this: # #MAKE_KERBEROS4= yes Leave the variable commented TfH To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message