-
Hello, I got AAD authd broker working and users login into the systems creating a local password. Seems that AAD users cannot use or set up fingerprint authentication even if it's on the PAM config. This tested on a non AAD user works and they can set up fingerprint authentication.
`` |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
In order to get it working you need to give the fingerprint authentication some higher priority so that it gets added before of authd. Maybe we should consider having authd a lower priority so that it doesn't override pam_fprintd.so |
Beta Was this translation helpful? Give feedback.
It's worth mentioning that changing
common-auth
will only affect command line utilities though, while on GDM side the fingerprint should work already, even if with some UI limitations (see #709)