From owner-freebsd-questions Thu Oct 22 07:20:23 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA06129 for freebsd-questions-outgoing; Thu, 22 Oct 1998 07:20:23 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from laker.net (jet.laker.net [205.245.74.2]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA06124 for ; Thu, 22 Oct 1998 07:20:21 -0700 (PDT) (envelope-from sfriedri@laker.net) Received: from nt (digital-pbi-121.laker.net [208.0.233.21]) by laker.net (8.9.0/8.9.LAKERNET.NO-SPAM.SPAMMERS.AND.RELAYS.WILL.BE.TRACKED.AND.PROSECUTED.) with SMTP id KAA04836; Thu, 22 Oct 1998 10:19:24 -0400 Message-Id: <199810221419.KAA04836@laker.net> From: "Steve Friedrich" To: "FreeBSD.lists@symmetron.com" , "Michael Brown" , "q's" Date: Thu, 22 Oct 1998 10:17:32 -0400 Reply-To: "Steve Friedrich" X-Mailer: PMMail 98 Professional (2.01.1600) For Windows NT (4.0.1381;3) MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Subject: RE: SU -K Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, 22 Oct 1998 10:10:13 -0400, FreeBSD Mailing Lists wrote: >you could alias su to include the -K argument. > >try: > >alias su su -K -m > >in your .cshrc (if you use csh as your shell) > >or > >alias su='su -K -m' > >in your .shrc (if you use sh as your shell) The best bet is to remove kerberos from your system. I'm not sure how, but you should be able to find it in the ports (in /usr/ports/somewhere) and do a make deinstall (or something to that effect). If you "more" the Makefile, you can find the "targets". Some targets that I know will be in there will be "install" and "clean". You could also see if /stand/sysinstall has any mechanism to de-install it... If you try and fail, write back and I'll figure it out. But try it yourself first, please... Unix systems measure "uptime" in years, Winblows measures it in minutes. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message