<table cellspacing="0" cellpadding="0" border="0" ><tr><td valign="top" style="font: inherit;"><br>Thanks so much Chris. :^)<br><br>- Jenni<br><br>--- On <b>Mon, 26/7/10, Christofer C. Bell <i>&lt;christofer.c.bell@gmail.com&gt;</i></b> wrote:<br><blockquote style="border-left: 2px solid rgb(16, 16, 255); margin-left: 5px; padding-left: 5px;"><br>From: Christofer C. Bell &lt;christofer.c.bell@gmail.com&gt;<br>Subject: Re: Users without GDM Login<br>To: "Community support for Fedora users" &lt;users@lists.fedoraproject.org&gt;<br>Date: Monday, 26 July, 2010, 8:03<br><br><div class="plainMail">On Mon, Jul 26, 2010 at 2:13 AM, Jeevani W. &lt;<a ymailto="mailto:jeevw19@yahoo.co.uk" href="/mc/compose?to=jeevw19@yahoo.co.uk">jeevw19@yahoo.co.uk</a>&gt; wrote:<br>&gt;<br>&gt; Hi,<br>&gt;<br>&gt; I need to create a number of internal Linux users for admin purposes.<br>&gt;<br>&gt; I do not want these users to appear on the initial console login page after Fedora
 boots up, as users who can attempt to log in, and I do not want to allow these users to log in directly.<br>&gt;<br>&gt; I merely want these users to be accessed via su, like the root user.<br>&gt;<br>&gt; How can I configure this please?<br><br><br>&nbsp;To remove these users from the greeter window, you can edit<br>/etc/gdm/gdm.schema and find the following section:<br><br>&nbsp;&nbsp;&nbsp; &lt;schema&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;key&gt;greeter/Exclude&lt;/key&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;signature&gt;s&lt;/signature&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;default&gt;bin,root,daemon,adm,lp,sync,shutdown,halt,mail,news,uucp,operato<br>r,nobody,nobody4,noaccess,postgres,pvm,rpm,nfsnobody,pcap&lt;/default&gt;<br>&nbsp;&nbsp;&nbsp; &lt;/schema&gt;<br><br>Simply add the usernames of the people you want to exclude there,<br>separated by commas.<br><br>Alternatively, right under that, there is another section where you<br>can
 disable the list entirely:<br><br>&nbsp;&nbsp;&nbsp; &lt;schema&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;key&gt;greeter/IncludeAll&lt;/key&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;signature&gt;b&lt;/signature&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;default&gt;true&lt;/default&gt;<br>&nbsp;&nbsp;&nbsp; &lt;/schema&gt;<br><br>Change the 'true' value to 'false' and any user sitting at the console<br>will be forced to actually type their username to login.<br><br>After making changes to this file, you will need to restart gdm.&nbsp; You<br>can do this very easily if logged in remotely:<br><br># init 3<br>(count to 10)<br># init 5<br><br>Note that if you keep the list, each new user you add will have to<br>have their username added to the exclusion list in that file to be<br>removed from the list you see in the greeter.<br><br>Good luck!<br><br>--<br>Chris<br>-- <br>users mailing list<br><a ymailto="mailto:users@lists.fedoraproject.org"
 href="/mc/compose?to=users@lists.fedoraproject.org">users@lists.fedoraproject.org</a><br>To unsubscribe or change subscription options:<br><a href="https://admin.fedoraproject.org/mailman/listinfo/users" target="_blank">https://admin.fedoraproject.org/mailman/listinfo/users</a><br>Guidelines: <a href="http://fedoraproject.org/wiki/Mailing_list_guidelines" target="_blank">http://fedoraproject.org/wiki/Mailing_list_guidelines</a><br></div></blockquote></td></tr></table><br>