Address issues #206, #146, #115#207
Open
nick-markowski wants to merge 1 commit into
Open
Conversation
This was
linked to
issues
Jun 11, 2026
- Rename ldap provider parameter `ldap_user_cert` to `ldap_user_certificate` so the value is emitted under the correct sssd-ldap(5) key, and add the same parameter to the ad provider (simp#206). The ldap rename is a breaking change for any caller that sets `ldap_user_cert`. - Add `sssd::certificate_verification`, written to the `[sssd]` section so smartcard OCSP/CRL behavior can be tuned via the module (simp#146). - Add `sssd::force_ipa_domain`, `sssd::ipa_domain_name`, and `sssd::ipa_servers` so the IPA domain can be pre-staged before the host has joined the realm (simp#115). When forced, missing fields in the `ipa` fact are filled from the new parameters. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
nick-markowski
force-pushed
the
fix_206_146_115
branch
from
July 16, 2026 16:36
0105381 to
6161594
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
ldap_user_certtoldap_user_certificateso the value is emitted under the correct sssd-ldap(5) key, and add the same parameter to the ad provider (ldap_user_cert should be ldap_user_certificate, and it should be supported in the ad provider as well #206). The ldap rename is a breaking change for any caller that setsldap_user_cert.sssd::certificate_verification, written to the[sssd]section so smartcard OCSP/CRL behavior can be tuned via the module (Support certificate_verification parameter in sssd::config #146).sssd::force_ipa_domain,sssd::ipa_domain_name, andsssd::ipa_serversso the IPA domain can be pre-staged before the host has joined the realm (Allow users to force auto connect to ipa domains #115). When forced, missing fields in theipafact are filled from the new parameters.