Open GoogleCodeExporter opened 8 years ago
auth sufficient pam_face_authentication.so enableX
#%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
auth sufficient pam_succeed_if.so user ingroup nopasswdlogin
@include common-auth
auth optional pam_gnome_keyring.so
@include common-account
session [success=ok ignore=ignore module_unknown=ignore default=bad]
pam_selinux.so close
session required pam_limits.so
@include common-session
session [success=ok ignore=ignore module_unknown=ignore default=bad]
pam_selinux.so open
session optional pam_gnome_keyring.so auto_start
@include common-password
This is my gdm file.
I also tried to include common-pamkeyring but then I could not even login. Had
to boot in recovery mode to change all back to normal and make it work again.
Original comment by kristjan...@gmail.com
on 29 Sep 2010 at 7:53
i have the same problem, waiting for an answer
Original comment by manu.d...@gmail.com
on 29 Sep 2010 at 8:15
I dont think it is possible to make it work with gnome-keyring. keyring needs a
password. Maybe keyring module should add support other authentication but I
dont know how feasible that is - Maybe if pam supports someway of inter
pam-stack communication this could be done.
Original comment by rohan.a...@gmail.com
on 29 Sep 2010 at 8:24
The login keyring gets his password from the login window so i guess for now
the only solution not to get the message is to make the login keyring password
blank, but I wouldn't do that.
Original comment by kristjan...@gmail.com
on 29 Sep 2010 at 8:30
Yeap! Dont do that and probably should not use this type of authentication on
production systems.
Original comment by rohan.a...@gmail.com
on 29 Sep 2010 at 8:35
Well...Hope this will sort out for the best. If you need any help just ask! :)
Original comment by kristjan...@gmail.com
on 29 Sep 2010 at 9:07
I have the same problem with my computer!
Original comment by qzg...@gmail.com
on 5 Oct 2010 at 10:43
Can i enter my password in a config file so i don't have to do it every time i
login? maybe in the face trainer
Original comment by cesar.rf...@gmail.com
on 20 Oct 2010 at 6:49
after actually reading the input-password window that appears after login, i
realized that it's not a login password what's been asked for, it's the
encription-key-manager (seahorse) password. I changed the pass in seahorse to a
"blank" pass and no more pass needed after face recognition, this doeesn't mean
i activated auto-login, it still needs password or face recog. to login, wich
is what i want
Original comment by cesar.rf...@gmail.com
on 20 Oct 2010 at 8:01
Original issue reported on code.google.com by
kristjan...@gmail.com
on 29 Sep 2010 at 7:04