switchkiller / pam-face-authentication

Automatically exported from code.google.com/p/pam-face-authentication
0 stars 0 forks source link

Have to insert password after logging in #56

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Log out
2. Log in, verification works
3. Unlock login keyring window pops out

What is the expected output? What do you see instead?
Working without putting my keyring in i suppose.

What version of the product are you using? On what operating system?
0.3 on Ubuntu Maverick beta(updated)

Please provide any additional information below.
Is this normal or have i forgot to check something?
Great project by the way. :)

Original issue reported on code.google.com by kristjan...@gmail.com on 29 Sep 2010 at 7:04

GoogleCodeExporter commented 9 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

GoogleCodeExporter commented 9 years ago
i have the same problem, waiting for an answer

Original comment by manu.d...@gmail.com on 29 Sep 2010 at 8:15

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
I have the same problem with my computer!

Original comment by qzg...@gmail.com on 5 Oct 2010 at 10:43

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
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