Fedora Linux Support Community & Resources Center

Go Back   FedoraForum.org > Fedora 17/18 > Using Fedora
FedoraForum Search

Forgot Password? Join Us!

Using Fedora General support for current versions. Ask questions about Fedora and it's software that do not belong in any other forum.

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 11th July 2008, 04:04 AM
ajamison's Avatar
ajamison Offline
Registered User
 
Join Date: Sep 2006
Location: Dundee, Michigan
Age: 34
Posts: 1,207
GDM configuration to hide a specific user group from Login Screen

I have searched till I am blue int he face and can not find out how to restrict users in a specific group from not showing up on the login screen. I have a few user accounts i created for a few various reasons and I would like to add these users to a group called loginhide and have that group be exempt from the users showing up on the login screen.

in Fedora 8 I could do this via the login configuration panel however I cannot find this in Fedora 9 anyone have any suggestions
__________________
Andrew Jamison
IRC:ajamison5579
Linux Counter # 435228
-----------------
Wiki page helping to show appropriate Fedora versions of Ubuntu commands [url=https://fedoraproject.org/wiki/FedorianDictionary]Fedora Dictionary[/url <--- Outdated been very busy looking to update it soon
Reply With Quote
  #2  
Old 11th July 2008, 04:06 AM
marcrblevins's Avatar
marcrblevins Offline
Registered User
 
Join Date: Jun 2006
Location: Texas
Age: 42
Posts: 4,168
Heard gdm sucks now, they changed alot! Moved on to kdm.
Reply With Quote
  #3  
Old 11th July 2008, 04:08 AM
Wayne
Guest
 
Posts: n/a
As has been mentioned many times in other threads, GDM is being rewritten and is not yet complete, so several features are still missing I think Leigh wrote a guide to backlevel GDM to the Fedora 8 version.

Wayne
Reply With Quote
  #4  
Old 11th July 2008, 04:14 AM
ajamison's Avatar
ajamison Offline
Registered User
 
Join Date: Sep 2006
Location: Dundee, Michigan
Age: 34
Posts: 1,207
Wow so one more incomplete thing shipped with Fedora 9 that makes 2 so far. I am seriously wondering why it was even included prior to completion.
__________________
Andrew Jamison
IRC:ajamison5579
Linux Counter # 435228
-----------------
Wiki page helping to show appropriate Fedora versions of Ubuntu commands [url=https://fedoraproject.org/wiki/FedorianDictionary]Fedora Dictionary[/url <--- Outdated been very busy looking to update it soon
Reply With Quote
  #5  
Old 11th July 2008, 04:43 AM
Dies Offline
Registered User
 
Join Date: Oct 2006
Posts: 4,752
Quote:
Originally Posted by ajamison
in Fedora 8 I could do this via the login configuration panel however I cannot find this in Fedora 9 anyone have any suggestions
Aside from re-compiling the source rpm ? no.

But if you're up for it let me know and I'll point you to the right file.
Reply With Quote
  #6  
Old 14th June 2009, 06:08 AM
joe.pelayo's Avatar
joe.pelayo Offline
An ape descendant
 
Join Date: Dec 2006
Location: Mexico City
Age: 29
Posts: 3,101
Any ideas of how to hide specific users in F11's GDM?

Thanks.
Joe.
__________________
Notebook: Acer Aspire 5536-5112.
AMD Athlon X2 QL64 @ 2.1GHz, 4GB DDR2 PC2-5300, ATI Radeon HD3200 (256MB), 250GB Toshiba HDD, HL-DT-ST DVDRAM GT20N
Fedora 16 x86_64

Netbook: Acer Aspire One A150
Intel Atom N270 @ 1.6GHz, 1.5 GB DDR2 PC2-4200, Intel Graphics (8MB?), 160GB Seagate HDD
Fedora 15 i686
Reply With Quote
  #7  
Old 14th June 2009, 06:40 AM
andrewfossey's Avatar
andrewfossey Offline
Registered User
 
Join Date: Sep 2008
Location: HQ
Posts: 10
Exclamation

Quote:
Originally Posted by joe.pelayo View Post
Any ideas of how to hide specific users in F11's GDM?

Thanks.
Joe.
Try KDM instead as others have indicated GDM has been busted since F9 was released.
Reply With Quote
  #8  
Old 14th June 2009, 09:17 AM
stevea's Avatar
stevea Offline
Registered User
 
Join Date: Apr 2006
Location: Ohio, USA
Posts: 8,302
AFAIK there is no intention for return functionality to gdm. You can read the 2.26 docs at the gnome/gdw webpage.
__________________
None are more hopelessly enslaved than those who falsely believe they are free.
Johann Wolfgang von Goethe
Reply With Quote
  #9  
Old 17th March 2010, 06:53 PM
nckuhuahua Offline
Registered User
 
Join Date: Mar 2010
Posts: 1
linuxubuntufirefox
Re: GDM configuration to hide a specific user group from Login Screen

You simply change the user's id to make it smaller than 1000

usermod -u UID username

ex

usermod -u 700 username
Reply With Quote
  #10  
Old 17th March 2010, 07:01 PM
Dangermouse's Avatar
Dangermouse Offline
Administrator
 
Join Date: Aug 2007
Location: London Postbox (the red one)
Age: 47
Posts: 3,848
linuxfedorafirefox
Re: GDM configuration to hide a specific user group from Login Screen

This isnt what you wanted but close
to hide all users
Quote:
su
gconftool-2 --config-source xml:readwrite:/etc/gconf/gconf.xml.defaults --direct --type bool --set /apps/gdm/simple-greeter/disable_user_list true
to undo it
Quote:
su
gconftool-2 --config-source xml:readwrite:/etc/gconf/gconf.xml.defaults --direct --type bool --set /apps/gdm/simple-greeter/disable_user_list false
It used to work by putting a users with a uid/gid below 500 and above 100 , this will only work now if you disable selinux before making the user.

Last edited by Dangermouse; 17th March 2010 at 07:08 PM.
Reply With Quote
  #11  
Old 18th March 2010, 04:51 AM
ajamison's Avatar
ajamison Offline
Registered User
 
Join Date: Sep 2006
Location: Dundee, Michigan
Age: 34
Posts: 1,207
linuxubuntufirefox
Re: GDM configuration to hide a specific user group from Login Screen

Is it possible to use KDM to login to GNOME then?
__________________
Andrew Jamison
IRC:ajamison5579
Linux Counter # 435228
-----------------
Wiki page helping to show appropriate Fedora versions of Ubuntu commands [url=https://fedoraproject.org/wiki/FedorianDictionary]Fedora Dictionary[/url <--- Outdated been very busy looking to update it soon
Reply With Quote
  #12  
Old 7th April 2010, 07:16 AM
blueflame Offline
Registered User
 
Join Date: Oct 2009
Location: Singapore
Posts: 20
linuxgentoofirefox
Re: GDM configuration to hide a specific user group from Login Screen

Perhaps another useful piece of information that will help somebody, is that if you change the user's login shell to /sbin/nologin it will not appear in the GDM list.

It helped me after installing Oracle Database XE and the install created a user named 'oracle' which showed up in the GDM list.
Reply With Quote
  #13  
Old 7th April 2010, 08:16 AM
aleph's Avatar
aleph Offline
Banned (for/from) behaving just like everybody else!
 
Join Date: Jul 2007
Location: Beijing, China
Posts: 1,307
linuxfedorafirefox
Re: GDM configuration to hide a specific user group from Login Screen

Quote:
Originally Posted by blueflame View Post
Perhaps another useful piece of information that will help somebody, is that if you change the user's login shell to /sbin/nologin it will not appear in the GDM list.

It helped me after installing Oracle Database XE and the install created a user named 'oracle' which showed up in the GDM list.
Not only that, but the user won't be able to do anything useful as a human user either. The "nologin" shell is for "bot" users rather than humans (unless as a punishment).
__________________
I believe in nerditarianism. I read FedoraForum for the Fedora-related posts.
Reply With Quote
Reply

Tags
configuration, gdm, group, hide, login, screen, specific, user

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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 On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Hide username in login screen (GDM) todor Security and Privacy 5 30th July 2009 09:45 AM
Gnome has no user names in login screen dewittds Using Fedora 3 11th March 2009 01:47 AM
[Question] How to set a user icon at the login screen? sbjaved Using Fedora 8 18th January 2009 05:06 AM
Default user in Login Screen sgarrity Using Fedora 2 19th June 2008 05:58 PM
My screen was black before user login screen pxingg Hardware & Laptops 4 22nd May 2006 04:22 PM


Current GMT-time: 02:05 (Friday, 24-05-2013)

TopSubscribe to XML RSS for all Threads in all ForumsFedoraForumDotOrg Archive
logo

All trademarks, and forum posts in this site are property of their respective owner(s).
FedoraForum.org is privately owned and is not directly sponsored by the Fedora Project or Red Hat, Inc.

Privacy Policy | Term of Use | Posting Guidelines | Archive | Contact Us | Founding Members

Powered by vBulletin® Copyright ©2000 - 2012, vBulletin Solutions, Inc.

FedoraForum is Powered by RedHat