Auto Logon Centos 6
You need to edit the file at /etc/gdm/custom.conf
su –
vi /etc/gdm/custom.conf
You need to edit the daemon section of the file and add or change these:
[daemon]
AutomaticLoginEnable=true
AutomaticLogin=username
Where username is the name of the user you want to auto logon as
Just reboot your computer and you will automatically login.