LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 02-17-2011, 09:30 AM   #1
vintage2010
Member
 
Registered: Nov 2010
Location: Ohio
Distribution: RHEL 5
Posts: 52

Rep: Reputation: 0
User Manager GUI


I have two RHEL conputers that are causing me a bit grief in the user manager gui.

One computer is kernel is 2.6.18-194.8.1.el5 and the other is 2.6.18-194.11.1.el5

I don't think that matters much but wanted to give you all the onfo I had.

SO the probelm ---

> All the users on the these two computers do not have root access/rights
> When a standard user access the user manager they are not prompted for the root password and cannot open the User Manager.

Is there a package I need to install?
 
Old 02-17-2011, 10:48 AM   #2
TB0ne
LQ Guru
 
Registered: Jul 2003
Location: Birmingham, Alabama
Distribution: SuSE, RedHat, Slack,CentOS
Posts: 26,689

Rep: Reputation: 7972Reputation: 7972Reputation: 7972Reputation: 7972Reputation: 7972Reputation: 7972Reputation: 7972Reputation: 7972Reputation: 7972Reputation: 7972Reputation: 7972
Quote:
Originally Posted by vintage2010 View Post
I have two RHEL conputers that are causing me a bit grief in the user manager gui.
One computer is kernel is 2.6.18-194.8.1.el5 and the other is 2.6.18-194.11.1.el5

I don't think that matters much but wanted to give you all the onfo I had.

SO the probelm ---
> All the users on the these two computers do not have root access/rights
> When a standard user access the user manager they are not prompted for the root password and cannot open the User Manager.
Is there a package I need to install?
Not exactly sure what you're talking about. First, all 'regular' users should NOT have root access/rights at all. Root is a special user, and can damage quite a bit, if not used cautiously. You can set up 'regular' users in SUDO'ers, and grant them rights that way, or if you're feeling brave, give away the root password as you see fit. But, you should never just 'give away' root rights. There has to be a good reason to, otherwise you're just inviting trouble.

Your second question is confusing. You first say a standard users accesses the user manager, then say they cannot access the user manager. Do you mean after they log in they run the systems-administration tools to manage users? Are they doing it from a console GUI, or over the network? Have they tried running "sudo <command name>" at a terminal, or just SU'ing to root, then running it?

And since you're using RHEL...have you contacted them for help, since you're paying for it with your RHEL subscription?
 
Old 02-17-2011, 01:17 PM   #3
MTK358
LQ 5k Club
 
Registered: Sep 2009
Posts: 6,443
Blog Entries: 3

Rep: Reputation: 723Reputation: 723Reputation: 723Reputation: 723Reputation: 723Reputation: 723Reputation: 723
Quote:
Originally Posted by vintage2010 View Post
> When a standard user access the user manager they are not prompted for the root password and cannot open the User Manager.
I think you mean that if you start the user manager as a normal user, it should ask for the root password instead of quitting. Is that right?
 
Old 02-17-2011, 03:15 PM   #4
vintage2010
Member
 
Registered: Nov 2010
Location: Ohio
Distribution: RHEL 5
Posts: 52

Original Poster
Rep: Reputation: 0
you got it
 
Old 02-17-2011, 03:31 PM   #5
MTK358
LQ 5k Club
 
Registered: Sep 2009
Posts: 6,443
Blog Entries: 3

Rep: Reputation: 723Reputation: 723Reputation: 723Reputation: 723Reputation: 723Reputation: 723Reputation: 723
What user manager program is it? How is it called?

(The only GUI user manager I've used was KUser, but I usually use the command line tools)
 
Old 02-18-2011, 07:24 AM   #6
vintage2010
Member
 
Registered: Nov 2010
Location: Ohio
Distribution: RHEL 5
Posts: 52

Original Poster
Rep: Reputation: 0
I'm using Gnome ---

The Users and Groups calls the system-config-users.
 
Old 02-18-2011, 07:30 AM   #7
MTK358
LQ 5k Club
 
Registered: Sep 2009
Posts: 6,443
Blog Entries: 3

Rep: Reputation: 723Reputation: 723Reputation: 723Reputation: 723Reputation: 723Reputation: 723Reputation: 723
I have a virtual machine running CentOS 5, and it does ask for the root password when you open the user manager.
 
Old 02-21-2011, 11:00 AM   #8
vintage2010
Member
 
Registered: Nov 2010
Location: Ohio
Distribution: RHEL 5
Posts: 52

Original Poster
Rep: Reputation: 0
MTK358 -- thanks for you response but I am still having a problem.

Does anyone else know what else I could try? I really think it has something to do with the kernel version --- my other linux computers prompt me for the root password.....
 
Old 02-21-2011, 12:09 PM   #9
TB0ne
LQ Guru
 
Registered: Jul 2003
Location: Birmingham, Alabama
Distribution: SuSE, RedHat, Slack,CentOS
Posts: 26,689

Rep: Reputation: 7972Reputation: 7972Reputation: 7972Reputation: 7972Reputation: 7972Reputation: 7972Reputation: 7972Reputation: 7972Reputation: 7972Reputation: 7972Reputation: 7972
Quote:
Originally Posted by vintage2010 View Post
MTK358 -- thanks for you response but I am still having a problem.

Does anyone else know what else I could try? I really think it has something to do with the kernel version --- my other linux computers prompt me for the root password.....
No, it doesn't have anything to do with the kernel.

The only reason it shouldn't prompt you for the root password, is if you're already running with root-equivalent rights. So if you set up a user as a group-0 (essentially, root-equivalent) user, you won't get prompted. Did you add the user to the "root" group when you set them up? Are they running that command via a root-equivalent shell, or a SUDO?
 
Old 02-21-2011, 02:16 PM   #10
vintage2010
Member
 
Registered: Nov 2010
Location: Ohio
Distribution: RHEL 5
Posts: 52

Original Poster
Rep: Reputation: 0
Cool -- good to know that it's not kernel related. Although at this point by be the easiest answer

I have a group called "xyz" that is assigned a manually GID of 501. Users are added to that group. The users do not have root access.

When I create a user via the GUI, I uncheck "Create a private group for the user"
AND THEN -- I Check "Specify user ID manually" Assign the specific UID to the user as all users have a unique ID in our workgroup
I edit the user by click the last tab "Groups" and changing the group from user to jedi.

All the interfacing is done via the menu toolbar not through the command prompt.
 
Old 02-21-2011, 04:07 PM   #11
TB0ne
LQ Guru
 
Registered: Jul 2003
Location: Birmingham, Alabama
Distribution: SuSE, RedHat, Slack,CentOS
Posts: 26,689

Rep: Reputation: 7972Reputation: 7972Reputation: 7972Reputation: 7972Reputation: 7972Reputation: 7972Reputation: 7972Reputation: 7972Reputation: 7972Reputation: 7972Reputation: 7972
Quote:
Originally Posted by vintage2010 View Post
Cool -- good to know that it's not kernel related. Although at this point by be the easiest answer

I have a group called "xyz" that is assigned a manually GID of 501. Users are added to that group. The users do not have root access.

When I create a user via the GUI, I uncheck "Create a private group for the user"
AND THEN -- I Check "Specify user ID manually" Assign the specific UID to the user as all users have a unique ID in our workgroup
I edit the user by click the last tab "Groups" and changing the group from user to jedi.

All the interfacing is done via the menu toolbar not through the command prompt.
What rights do the "jedi" and "xyz" groups have? Have you tried creating a user you don't put in those groups, to see what happens?
 
Old 02-22-2011, 10:50 AM   #12
vintage2010
Member
 
Registered: Nov 2010
Location: Ohio
Distribution: RHEL 5
Posts: 52

Original Poster
Rep: Reputation: 0
under /etc/groups -- jedi is listed as "jedi:x:501:"list of users" -- Foret about group "xyz" I used that as an example becasue I didn't want to give out the name but I did ---

I took a user out of the "jedi" group and just added it to the users groups. Did the same thing ----
 
Old 02-22-2011, 01:40 PM   #13
TB0ne
LQ Guru
 
Registered: Jul 2003
Location: Birmingham, Alabama
Distribution: SuSE, RedHat, Slack,CentOS
Posts: 26,689

Rep: Reputation: 7972Reputation: 7972Reputation: 7972Reputation: 7972Reputation: 7972Reputation: 7972Reputation: 7972Reputation: 7972Reputation: 7972Reputation: 7972Reputation: 7972
Quote:
Originally Posted by vintage2010 View Post
under /etc/groups -- jedi is listed as "jedi:x:501:"list of users" -- Foret about group "xyz" I used that as an example becasue I didn't want to give out the name but I did ---

I took a user out of the "jedi" group and just added it to the users groups. Did the same thing ----
Ok...try to create a brand-new user, and don't move them around group-wise, and see if it still does it.
 
Old 02-24-2011, 07:16 AM   #14
vintage2010
Member
 
Registered: Nov 2010
Location: Ohio
Distribution: RHEL 5
Posts: 52

Original Poster
Rep: Reputation: 0
I thought that this posted yesterday but I don't see it....

I added a new user and didn't add it to anything. Still getting the same problem ;( GRRR >>
 
Old 03-02-2011, 11:25 AM   #15
vintage2010
Member
 
Registered: Nov 2010
Location: Ohio
Distribution: RHEL 5
Posts: 52

Original Poster
Rep: Reputation: 0
Another option I tried was taking a look in the sudoers file -- compared it with the others and they are all the same.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Gui Rpm Manager nick2005 Red Hat 1 10-07-2009 12:23 PM
GUI file Manager for RH 7.3 rebible Linux - Newbie 3 03-05-2009 07:07 PM
Help! Cannot Add a User to User Manager or Change Root Password lennysokol Linux - General 2 06-25-2005 09:59 AM
I need a GUI RPM Manager for RH 9 Bigun Linux - General 22 06-17-2003 10:43 AM
rpm manager GUI glennp Linux - General 3 11-14-2002 01:16 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 08:45 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration