Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 8 Oct 1997 04:41:02 -0500 (CDT)
From:      Alec Kloss <alec@d2si.com>
To:        wweng@stevens-tech.edu (Wei Weng)
Cc:        freebsd-questions@FreeBSD.ORG
Subject:   Re: su problem
Message-ID:  <199710080941.EAA08374@d2si.com>
In-Reply-To: <Pine.SGI.3.96.971007093117.14662A-100000@attila.stevens-tech.edu> from Wei Weng at "Oct 7, 97 09:32:23 am"

next in thread | previous in thread | raw e-mail | index | archive | help
Wei Weng said:

> Hi.
> It seems like I can't use su command. When I am a normal user, if I use su
> command, it gives me error:
> 
> su: kerberos: not in root's ACL.
> su: you are not in the correct group to su root
> 
> how can I fix that?
> 
> thanks in advance
> 
> ja ne
> 

Add yourself explicitly to the group wheel in /etc/group like this:

        wheel:*:0:your_user_id_here

You'll probably want to edit /root/.klogin to get rid of the message
from kerberos.  It should read something like:

        your_user_id_here.root@KERBEROS-REALM-HERE

Typically a Kerberos realm is just your DNS domain.  




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199710080941.EAA08374>