Comment # 12 on bug 1207788 from
(In reply to Martin Wilck from comment #11)
> Repeated, problem again did not occur.
> 
> current /etc/pam.d/gdm looks like this:
> 
> #%PAM-1.0
> # GDM PAM standard configuration (with passwords)
> auth     requisite      pam_nologin.so
> auth     include        common-auth
> account  include        common-account
> password include        common-password
> session  required       pam_loginuid.so
> session  optional       pam_keyinit.so force revoke
> session  include        common-session
> 
> 
> And common-auth looks like this:
> 
> auth	required	pam_env.so	
> auth	sufficient	pam_fprintd.so	
> auth	optional	pam_gnome_keyring.so
> auth	required	pam_unix.so	try_first_pass 
> 
> /etc/pam.d/fingerprint is from comment 2.
> 
> 
> Fingerprint auth worked, but the password input field did not.

Could you please try my package in
<https://bugzilla.suse.com/show_bug.cgi?id=1207788#c10>? It enables
split-authentication, and should make both fingerprint and password entry work.

> If I removed "pam_fprintd.so" from common-auth, I wouldn't be able to use
> fprint for console login. How should I set up "gdm"?

Well, I only know about gdm's pam config, I am not sure how to make tty and gdm
both have fingerprint login, but anyway let's try to make GDM work first.


You are receiving this mail because: