View Single Post
Old June 3rd, 2007   #1
bishop9226
Gee! These Aren't Roasted!
 
Join Date: May 2007
Beans: 155
Stop having to enter keyring over and over again

Just making this so other people having this problem won't have to hunt around. keywords: keyring wifi wireless e1505 password internet

Append the following to the end of /etc/pam.d/gdm:
@include common-pamkeyring

steps -

open terminal -

# to install libpam-keyring enter:
Quote:
sudo apt-get install libpam-keyring
# and to modify the gdm login file do:
Quote:
sudo gedit /etc/pam.d/gdm
then it will open the file in a text editor. add the line -

Quote:
@include common-pamkeyring
to the end of the file w/o erasing the stuff above it. save it and close.

this only works if your keyring pw is the same as your login pw. if it isnt, before doing any of this just delete your keyring -

Quote:
rm $HOME/.gnome2/keyrings/default.keyring
then reboot and connect to your wifi, it will have you reset your keyring, make it the same as your login pw. then do the steps above. now you shouldnt have to enter your keyring each time you connect to a wifi and if you turned on auto-login then you shouldnt have to enter anything at all, just enjoy

Last edited by bishop9226; June 3rd, 2007 at 10:12 PM..
bishop9226 is offline   Reply With Quote