unlock keyring...

C

chimichurri

Guest
hi guys...

every start of my system(gentoo) I have to put the passwd on that window,it is annoyin ...

can I get rid of that ? talkin about NetworkManager !

 


I thought the Gentoo devs fixed this years ago. It seems PAM is not unlocking the GNOME Keyring. From the Gentoo forums: (An older post I have seen too many times)
http://forums.gentoo.org/viewtopic-t-647906-highlight-keyring.html
Modify these files, and make sure all of the options are enabled.

/etc/pam.d/system-auth
Code:
#%PAM-1.0
auth required pam_env.so
auth optional pam_gnome_keyring.so
auth sufficient pam_unix.so try_first_pass likeauth nullok
auth required pam_deny.so

account required pam_unix.so

password required pam_cracklib.so difok=2 minlen=8 dcredit=2 ocredit=2 try_first_pass retry=3
password optional pam_gnome_keyring.so
password sufficient pam_unix.so nullok md5 shadow use_authtok
password required pam_deny.so

session required pam_limits.so
session optional pam_gnome_keyring.so auto_start
session required pam_unix.so
/etc/pam.d/gdm
Code:
#%PAM-1.0
auth optional pam_env.so
auth optional pam_gnome_keyring.so
auth include system-auth
auth required pam_nologin.so
session optional pam_gnome_keyring.so auto_start
account include system-auth
password include system-auth
session include system-auth
/etc/pam.d/passwd
Code:
#%PAM-1.0
password optional pam_gnome_keyring.so
auth include system-auth
account include system-auth
password include system-auth
/etc/pam.d/gnome-screensaver
Code:
#%PAM-1.0
# Fedora Core
auth optional pam_gnome_keyring.so
auth include system-auth
account include system-auth
password include system-auth
session include system-auth

# SuSE/Novell
#auth include common-auth
#account include common-account
#password include common-password
#session include common-session
 
Thx pal for the feedback!

I could solve by changing to wicd and erasing gnome-keyring ...

now... I have to put on terminal
Code:
 pkill dhcpcd
before launch wicd ...

:rolleyes:
 
but what should i do when virus locked linux system?some body asked me for money!
 

Members online


Top