https://bugzilla.redhat.com/show_bug.cgi?id=2260445
Alexey Tikhonov atikhono@redhat.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Flags| |needinfo?(sbose@redhat.com)
--- Comment #2 from Alexey Tikhonov atikhono@redhat.com --- Hi,
(In reply to Martin Pitt from comment #0)
The recent sssd-2.9.4-3.fc40.x86_64 rawhide update [1] disabled the "files" provider [2]. The Fedora changes page [3] promised "some document on sssd.io" that explains the migration, but I didn't find anything.
Sorry for the delay, it is being worked on in https://github.com/SSSD/sssd.io/pull/78
I tried with
[domain/local] id_provider = proxy auth_provider = proxy proxy_lib_name = files
I think this should work ``` [domain/local] id_provider = proxy local_auth_policy = enable:smartcard proxy_lib_name = files proxy_pam_target = sssd-shadowutils (<-- this probably can be skipped if local_auth_policy set explicitly) ``` but I'd wait @sbose@redhat.com reply for https://github.com/SSSD/sssd.io/pull/78#issuecomment-1908453476