autologin di ubuntu 9.10

Solusi autologin bagi yang menggunakan ubuntu 9.10, yg masi ada bugs di fitur autologinnya :

1.) Add the following line to /etc/pam.d/gdm just before the line @include common-auth:
auth sufficient pam_listfile.so item=user sense=allow file=/usr/local/etc/nopassusers onerr=fail
You need to either be root or run a text editor as root to do this. Since you’re using Ubuntu, you’d probably use the command sudo gedit /etc/pam.d/gdm to open /etc/pam.d/gdm with gedit.
2.) Create a file called nopassusers in /usr/local/etc/.
Again, you need to be root, so use sudo gedit /usr/local/etc/nopassusers.
3.) Type the names of the users who will not need a password to login, one to a line, and save. That should do the trick.

1.) Add the following line to /etc/pam.d/gdm just before the line @include common-auth:
auth sufficient pam_listfile.so item=user sense=allow file=/usr/local/etc/nopassusers onerr=fail
You need to either be root or run a text editor as root to do this. Since you’re using Ubuntu, you’d probably use the command sudo gedit /etc/pam.d/gdm to open /etc/pam.d/gdm with gedit.

2.) Create a file called nopassusers in /usr/local/etc/.
Again, you need to be root, so use sudo gedit /usr/local/etc/nopassusers.

3.) Type the names of the users who will not need a password to login, one to a line, and save. That should do the trick.


Leave a Reply

Your email address will not be published. Required fields are marked *