Wednesday, January 13, 2016

[NIS Server/Client] Tips : HowTo: Disable User List on RHEL6 / CentOS6 Login Window

How To: Disable User List on RHEL6 / CentOS6 Login Window


Quick bit of code to disable the user list on the RHEL6 / CentOS6 login screen. 

# gconftool-2 --direct --config-source=xml:readwrite:/etc/gconf/gconf.xml.defaults --type bool --set /apps/gdm/simple-greeter/disable_user_list true


Quick bit of code to enable the user list on the RHEL6 / CentOS6 login screen.

# gconftool-2 --direct --config-source=xml:readwrite:/etc/gconf/gconf.xml.defaults --type bool --set /apps/gdm/simple-greeter/disable_user_list false




Useful Gconf References:

No comments: