-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
IPA IPA Trust WIP #69
base: master
Are you sure you want to change the base?
Commits on Sep 19, 2024
-
Configuration menu - View commit details
-
Copy full SHA for ff4fb77 - Browse repository at this point
Copy the full SHA ff4fb77View commit details -
Configuration menu - View commit details
-
Copy full SHA for 11d25af - Browse repository at this point
Copy the full SHA 11d25afView commit details -
ipa: Make ipa_service_init() like ad_failover_init()
Similar to AD server/service discovery initialization, Allows callers to provide a service, and not just use "IPA"
Configuration menu - View commit details
-
Copy full SHA for facb20d - Browse repository at this point
Copy the full SHA facb20dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4baa4ad - Browse repository at this point
Copy the full SHA 4baa4adView commit details -
ipa: Make ipa server subdomain functions generic
ipa_srv_* functions will handle IPA and AD subdomains, not only AD.
Configuration menu - View commit details
-
Copy full SHA for 5f674fe - Browse repository at this point
Copy the full SHA 5f674feView commit details -
Configuration menu - View commit details
-
Copy full SHA for f214b4d - Browse repository at this point
Copy the full SHA f214b4dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6ff46ec - Browse repository at this point
Copy the full SHA 6ff46ecView commit details -
ipa s2n: Remove check for SYSDB_UPN
After b3d7a4f we no longer use the 'upn' variable. During certain codepaths to ipa_s2n_save_objects() SYSDB_UPN is expected to be missing, so no need to check for it.
Configuration menu - View commit details
-
Copy full SHA for 4dd48e5 - Browse repository at this point
Copy the full SHA 4dd48e5View commit details -
ipa: Rename ipa_create_ad_1way_trust_ctx()
This gets executed when a one-way or two-way trust ipa is added. Rename this to avoid confusion.
Configuration menu - View commit details
-
Copy full SHA for 4dfa8e3 - Browse repository at this point
Copy the full SHA 4dfa8e3View commit details -
Handle missing SID for user private group
SSSD goes offline in IPA trusted user look due to the IPA user private group: [ipa_get_ad_acct_ad_part_done] (0x0020): [RID#7] Cannot find a SID. In IPA-IPA trust, user private groups do not contain a SID. Lookup the equivalent user object of the same name in IPA and use this SID instead.
Configuration menu - View commit details
-
Copy full SHA for 6de1cf5 - Browse repository at this point
Copy the full SHA 6de1cf5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5822b6d - Browse repository at this point
Copy the full SHA 5822b6dView commit details -
ipa s2n: Ignore trusted IPA user private group
Don't fail when processing the IPA user private group retrieved from the IPA server in a trusted user lookup. It is expected this object will have no SID.
Configuration menu - View commit details
-
Copy full SHA for 311d708 - Browse repository at this point
Copy the full SHA 311d708View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8eb6d9d - Browse repository at this point
Copy the full SHA 8eb6d9dView commit details