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

Add ldap_user_extra_attrs option in sssd.conf for IPA domain #61

Merged
merged 1 commit into from
Sep 7, 2023

Conversation

antoniotorresm
Copy link
Collaborator

The option ldap_user_extra_attrs = mail:mail, sn:sn, givenname:givenname in IPA domain is needed for correct functioning.

Resolves: #40

The option `ldap_user_extra_attrs = mail:mail, sn:sn,
givenname:givenname` in IPA domain is needed for correct functioning.

Resolves: freeipa#40
Signed-off-by: Antonio Torres <antorres@redhat.com>
@spoore1
Copy link
Collaborator

spoore1 commented Sep 7, 2023

I ran a test with this code added to the ipa-tuura container on a system and it added the following to the sssd.conf for IPA as expected:

ldap_user_extra_attrs = mail:mail, sn:sn, givenname:givenname

@f-trivino f-trivino self-requested a review September 7, 2023 13:31
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.

@antoniotorresm thanks for the patch, LGTM!!

@f-trivino
Copy link
Collaborator

I ran a test with this code added to the ipa-tuura container on a system and it added the following to the sssd.conf for IPA as expected:

ldap_user_extra_attrs = mail:mail, sn:sn, givenname:givenname

@spoore1 thanks for testing

@f-trivino f-trivino merged commit ab37d36 into freeipa:main Sep 7, 2023
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ISSUE: IPA domain needs ldap_user_extra_attrs in sssd.conf
3 participants