I've looked around in the menus and googled this, but I can't find a way to make the login require a username instead of just showing the available users to select from. Where do I change this? I'm using CentOS 6.5.
Thanks,
-wes
Switch to KDM instead of GDM as the default display manager. This will change the login screen and require typing a username which is much more secure. It will not change your desktop but you may have to select GNOME or KDE the first time you log in if you have both installed.
On 06/06/2014 10:34 AM, Wes James wrote:
I've looked around in the menus and googled this, but I can't find a way to make the login require a username instead of just showing the available users to select from. Where do I change this? I'm using CentOS 6.5.
Thanks,
-wes _______________________________________________ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
--
David P. Both, RHCE Millennium Technology Consulting LLC 919-389-8678
dboth@millennium-technology.com
www.millennium-technology.com www.databook.bz - Home of the DataBook for Linux DataBook is a Registered Trademark of David Both
This communication may be unlawfully collected and stored by the National Security Agency (NSA) in secret. The parties to this email do not consent to the retrieving or storing of this communication and any related metadata, as well as printing, copying, re-transmitting, disseminating, or otherwise using it. If you believe you have received this communication in error, please delete it immediately.
install configuration editor 2.28.0
yum install gconf-editor.x86_64
go to gdm in the tree view and expand
click simple-greeter
right click disable_user_list and choose set as default (enter root pw)
right click disable_user_list and choose set as mandatory (enter root pw)
logout
On 06/06/2014 10:39 AM, David Both wrote:
Switch to KDM instead of GDM as the default display manager. This will change the login screen and require typing a username which is much more secure. It will not change your desktop but you may have to select GNOME or KDE the first time you log in if you have both installed.
On 06/06/2014 10:34 AM, Wes James wrote:
I've looked around in the menus and googled this, but I can't find a way to make the login require a username instead of just showing the available users to select from. Where do I change this? I'm using CentOS 6.5.
Thanks,
-wes _______________________________________________ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
--
David P. Both, RHCE Millennium Technology Consulting LLC 919-389-8678
dboth@millennium-technology.com
www.millennium-technology.com www.databook.bz - Home of the DataBook for Linux DataBook is a Registered Trademark of David Both
This communication may be unlawfully collected and stored by the National Security Agency (NSA) in secret. The parties to this email do not consent to the retrieving or storing of this communication and any related metadata, as well as printing, copying, re-transmitting, disseminating, or otherwise using it. If you believe you have received this communication in error, please delete it immediately.
CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
Wes James writes:
I've looked around in the menus and googled this, but I can't find a way to make the login require a username instead of just showing the available users to select from. ??Where do I change this? ??I'm using CentOS 6.5.
I'm surprised you cannot find this. It's a very popular topic across all OSes and distros that run Gnome.
http://lists.centos.org/pipermail/centos/2011-July/115120.html
Alternatively, you can edit /etc/gconf/gconf.xml.defaults/%gconf-tree.xml directly.
Lars Hecking wrote:
Wes James writes:
I've looked around in the menus and googled this, but I can't find a way to make the login require a username instead of just showing the available users to select from. ??Where do I change this? ??I'm using CentOS 6.5.
I'm surprised you cannot find this. It's a very popular topic across all OSes and distros that run Gnome.
http://lists.centos.org/pipermail/centos/2011-July/115120.html
Alternatively, you can edit /etc/gconf/gconf.xml.defaults/%gconf-tree.xml directly.
Right, if the next release/subrelease doesn't change where the file is, and of course editing .xml files is sooo much better than, say, plain text files.
Or, as someone suggested, you could use kdm for login, and right *there* it offers you a choice of which window manager to use, as opposed to gnome, that wants to lock you in, like, say, someone north of Seattle....
mark "me? anti-gnome?"
On Fri, Jun 6, 2014 at 10:34 AM, Wes James comptekki@icloud.com wrote:
I've looked around in the menus and googled this, but I can't find a way to make the login require a username instead of just showing the available users to select from. Where do I change this? I'm using CentOS 6.5.
Thanks,
-wes _______________________________________________ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
We've added the following line to our postinstall scripts.
/usr/bin/gconftool-2 --direct --config-source \ xml:readwrite:/etc/gconf/gconf.xml.mandatory \ --type bool --set \ /apps/gdm/simple-greeter/disable_user_list true