From owner-freebsd-questions Thu Oct 22 07:10:49 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA04981 for freebsd-questions-outgoing; Thu, 22 Oct 1998 07:10:49 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from mail.symmetron.com (mail.symmetron.com [206.239.186.2]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA04976 for ; Thu, 22 Oct 1998 07:10:46 -0700 (PDT) (envelope-from FreeBSD.lists@symmetron.com) Received: from mail (mail.symmetron.com [127.0.0.1]) by mail.symmetron.com (Netscape Mail Server v2.02) with SMTP id AAA398; Thu, 22 Oct 1998 10:10:14 -0400 Reply-To: From: FreeBSD.lists@symmetron.com (FreeBSD Mailing Lists) To: "Michael Brown" , "q's" Subject: RE: SU -K Date: Thu, 22 Oct 1998 10:10:13 -0400 Keywords: FreeBSDemail Message-ID: <008001bdfdc5$b01913a0$02baefce@mail.symmetron.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook 8.5, Build 4.71.2377.0 In-reply-to: <36308CAD.2BEBAF65@netscope.net> X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3155.0 Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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) -john --------------- John A. Shue 4000 Legato Road, Suite 600 Fairfax, VA 22033 (703) 591-5559 (703) 591-6337 FAX -----Original Message----- From: owner-freebsd-questions@FreeBSD.ORG [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of Michael Brown Sent: Friday, October 23, 1998 10:04 AM To: q's Subject: SU -K The su -K worked. How do I fix this problem so that I can type su without typing su -K. I understand some about kerberos but not a lot. Michael Brown To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message