xadahiya / pam-face-authentication

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

Problem with "unlock login keyring" popup #88

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Restart my computer
2. use pam face authentification
3. the popup "unlock login keyring" opens just after

What is the expected output? What do you see instead?
I hoped that after using pam face authentification I could have only my desktop

What version of the product are you using? On what operating system?
PAM face authentification 0.3 on Ubuntu 10.10 Maverick Meerkat

Please provide any additional information below.

My gdm file : 

#%PAM-1.0
auth    sufficient  pam_face_authentication.so enableX
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

Original issue reported on code.google.com by Phoenix4...@gmail.com on 1 Apr 2011 at 8:17

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
I am seeing the same problem with version 0.3 on Debian Squeeze (6.02)

/etc/pam.d/gdm3
#%PAM-1.0
auth    sufficient      pam_face_authentication.so enableX
auth    requisite       pam_nologin.so
auth    required        pam_env.so readenv=1
auth    required        pam_env.so readenv=1 envfile=/etc/default/locale
auth    required        pam_succeed_if.so user != root quiet_success
@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

Original comment by thomasam...@gmail.com on 3 Sep 2011 at 2:41