sssd.2.9.3-2 has dropped for centos9-stream and our smartcard authentication is now failing, downgrading to 2.9.2 corrected the issue.
Changing our current sssd.conf from
[domain/localDomain]
id_provider = files
to:
[domain/localDomain]
id_provider = files
local_auth_policy = only
Corrects the issue. Adding local_auth_policy to our current 2.9.1 configs in RHEL causes them to break. Assistance is necessary finding an sssd configuration that allows their smart card authentication to work and spans future and current versions of sssd.
- duplicates
-
RHEL-17495 New sssd.conf seems not to be backwards compatible (wrt SmartCard auth of local users using 'files provider')
- Closed