PDA

View Full Version : [ubuntu] 8.10 nm-applet always ask for password


Stelmate
December 24th, 2008, 12:51 AM
Does anyone have a solution to get nm-applet to stop asking for a password? I have the following gdm file:
#%PAM-1.0
auth requisite pam_nologin.so
auth required pam_env.so readenv=1
auth required pam_env.so readenv=1 envfile=/etc/default/locale
@include common-auth
auth optional pam_gnome_keyring.so
@include common-account
session required pam_limits.so
@include common-session
session optional pam_gnome_keyring.so auto_start
@include common-password
@include common-pamkeyring
auth optional pam_keyring.so try_first_pass
session optional pam_keyring.so

Nepherte
December 24th, 2008, 11:55 AM
Change the gnome-keyring settings to reflect these settings:
/etc/pam.d/gdm

auth optional pam_gnome_keyring.so
session optional pam_gnome_keyring.so auto_start


/etc/pam.d/passwd

password optional pam_gnome_keyring.so

The next time you login, it shouldn't ask you for a password.

blackstripes
January 28th, 2009, 11:38 PM
Change the gnome-keyring settings to reflect these settings:
/etc/pam.d/gdm

auth optional pam_gnome_keyring.so
session optional pam_gnome_keyring.so auto_start


/etc/pam.d/passwd

password optional pam_gnome_keyring.so

The next time you login, it shouldn't ask you for a password.


I have tried this and nm-applet is still asking for my password after booting up. Anything else to try?

Nepherte
January 29th, 2009, 11:57 AM
Well it should normally ask the password one more time and it stores it in the gnome keyring afterwards. If it still asks for passwords afterwards, I have no clue what it is.