05 September, 2009

Auto login without password on Fedora 11

In case you want to automate your user login in Fedora, just follow these simple instructions.
Add the following text to /etc/gdm/custom.conf(replace 'indro' with your user)

[daemon]
TimedLoginEnable=true
AutomaticLoginEnable=true
AutomaticLogin=indro
TimedLogin=indro
TimedLoginDelay=0


And in case you also have a Wi-Fi network connection, just execute the following additional commands.

#rm /home/indro/.gnome2/keyrings/login.keyring
#reboot

2 comments:

  1. Wow! This is a very helpful post you have. Thank you for sharing the code. I know this will help me so much.

    ReplyDelete
  2. How generous of you. Thanks for sharing the codes, glad was able to find your post!

    ReplyDelete