Skip to content
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

Remove use_fully_qualified_names from sssd config #136

Merged
merged 1 commit into from
Nov 6, 2024

Conversation

spoore1
Copy link
Collaborator

@spoore1 spoore1 commented Sep 18, 2024

After a realm join, the sssd.conf by default has this option set to
True. This causes AD behavior to differ slightly from IPA and LDAP by
requiring AD users be fully qualified with a domain in the username.
Removing the use_fully_qualified_names option sets behavior to match
IPA.

In order to standardize across all DC types, we need to also remove
where the option was set for LDAP.

Resolves: #135

@spoore1 spoore1 added the wip label Sep 18, 2024
@spoore1 spoore1 changed the title Set sssd use_fully_qualified_names False for AD WIP: Set sssd use_fully_qualified_names False for AD Sep 18, 2024
After a realm join, the sssd.conf by default has this option set to
True.  This causes AD behavior to differ slightly from IPA and LDAP by
requiring AD users be fully qualified with a domain in the username.
Removing the use_fully_qualified_names option sets behavior to match
IPA.

In order to standardize across all DC types, we need to also remove
where the option was set for LDAP.

Resolves: freeipa#135
Signed-off-by: Scott Poore <[email protected]>
@spoore1 spoore1 changed the title WIP: Set sssd use_fully_qualified_names False for AD Remove use_fully_qualified_names from sssd config Nov 5, 2024
@f-trivino f-trivino self-requested a review November 6, 2024 10:09
Copy link
Collaborator

@f-trivino f-trivino left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!, the change only applies to the AD use case where sssd.conf uses use_fully_qualified_names as default.

@f-trivino f-trivino merged commit 097465d into freeipa:main Nov 6, 2024
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ipa-tuura treats AD users differently due to sssd config
2 participants