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

WIP: Set sssd use_fully_qualified_names False for AD #136

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

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. Forcing this option to False makes all three behave more alike.

Resolves: #135

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.
Forcing this option to False makes all three behave more alike.

Resolves: freeipa#135
Signed-off-by: Scott Poore <[email protected]>
@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
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
1 participant