View previous topic :: View next topic |
Author |
Message |
jeffc Guest
|
Posted: Tue Apr 23, 2002 2:01 pm Post subject: |
|
|
Since the topic of adding users has come up, I was wondering what is considered to be needed groups to assign new users? Do you need to have different groups for trusted users who log in locally (wheel?) and for users who are so-so trusted but only log in remotely? |
|
Back to top |
|
|
klieber Bodhisattva
Joined: 17 Apr 2002 Posts: 3657 Location: San Francisco, CA
|
Posted: Tue Apr 23, 2002 2:36 pm Post subject: |
|
|
I moved this post to its own topic area. _________________ The problem with political jokes is that they get elected |
|
Back to top |
|
|
klieber Bodhisattva
Joined: 17 Apr 2002 Posts: 3657 Location: San Francisco, CA
|
Posted: Wed Apr 24, 2002 1:37 am Post subject: |
|
|
jeffc wrote: | Since the topic of adding users has come up, I was wondering what is considered to be needed groups to assign new users? Do you need to have different groups for trusted users who log in locally (wheel?) and for users who are so-so trusted but only log in remotely? |
Since no one else has tackled this...
The short answer is; it depends. The wheel group, specifically, is designed to control who can su on your system. Regarding other groups, the whole purpose of groups is to control access to different parts of your system. So, you might want some people to be part of the 'audio' or 'cdrom' group. Etc. It all depends on how you want your system to be configured, as well as what it's going to be used for.
So, basically, there's no textbook answer to your question.
--kurt _________________ The problem with political jokes is that they get elected |
|
Back to top |
|
|
ed_hunter n00b
Joined: 09 May 2002 Posts: 4
|
Posted: Thu May 09, 2002 7:09 pm Post subject: I can't use the "su" command! it says"autenti |
|
|
i've tried everything to put the "su" command to work, he asks for the pass, and i insert the pass then gives that error - autentication failure. i'm getting nuts just to put this to work, because it's the last thing to configure on my gentoo. i've already added the user to the wheel group and the root group, but it just won't work , i've also changed somethings in the "/etc/pam.d/su" but nothing has worked. can anyone help me?
Tnkx in advance for the one who try to help me |
|
Back to top |
|
|
klieber Bodhisattva
Joined: 17 Apr 2002 Posts: 3657 Location: San Francisco, CA
|
Posted: Thu May 09, 2002 7:26 pm Post subject: Re: I can't use the "su" command! it says"aut |
|
|
ed_hunter wrote: | i've tried everything to put the "su" command to work |
What does the "wheel" line look like in your /etc/group file? Also, after adding it to the group, did you log out and log back in again? You have to re-login in order for a user account to pick up new permissions.
Finally, the only thing you need to do to enable "su" is to add the user account to the wheel group. So, if you've done other stuff (such as modifiying /etc/pam.d/su) undo it as that may be causing part of your problem.
--kurt _________________ The problem with political jokes is that they get elected |
|
Back to top |
|
|
ed_hunter n00b
Joined: 09 May 2002 Posts: 4
|
Posted: Fri May 10, 2002 11:32 am Post subject: su and the wheel group |
|
|
the command su started to work, when i made a simple thing "chmod u+s /bin/su". and yes, when i added my user to wthe wheel group i logout and the tried, the only thing to do was that simple command.
tnkx, my problem is solved =) |
|
Back to top |
|
|
|