Bug 2260445
| Summary: | how to set up proxy provider for local smart card authentication? | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Martin Pitt <mpitt> | ||||
| Component: | sssd | Assignee: | jstephen | ||||
| Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
| Severity: | high | Docs Contact: | |||||
| Priority: | unspecified | ||||||
| Version: | rawhide | CC: | abokovoy, atikhono, lslebodn, mzidek, pbrezina, sbose, ssorce, sssd-maintainers | ||||
| Target Milestone: | --- | Keywords: | Regression | ||||
| Target Release: | --- | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Linux | ||||||
| URL: | https://artifacts.dev.testing-farm.io/64496df8-0c7b-4454-9349-dc22f69f4a24/ | ||||||
| Whiteboard: | CockpitTest | ||||||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2024-02-06 14:28:16 UTC | Type: | --- | ||||
| Regression: | --- | Mount Type: | --- | ||||
| Documentation: | --- | CRM: | |||||
| Verified Versions: | Category: | --- | |||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||
| Embargoed: | |||||||
| Bug Depends On: | |||||||
| Bug Blocks: | 2252765 | ||||||
| Attachments: |
|
||||||
|
Description
Martin Pitt
2024-01-26 09:33:20 UTC
Created attachment 2010692 [details]
sssd_local.log
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 reply for https://github.com/SSSD/sssd.io/pull/78#issuecomment-1908453476 Thanks! Alexey's recipe in #2 works well, but I suppose I'll stick to the "official" documentation from https://github.com/SSSD/sssd.io/pull/78 which also works -- thanks for adding that. So I suppose you can close this once the PR lands and the docs get shipped? Document was published: https://sssd.io/docs/files-provider-deprecation.html |