-
Notifications
You must be signed in to change notification settings - Fork 12
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
ISSUE: IPA domain needs ldap_user_extra_attrs in sssd.conf #40
Comments
@f-trivino I ran a test with the latest updates and I'm still seeing this issue. This is what I'm doing to reproduce this (using containers from this PR):
This should start dns, ipa, ipa-tuura, and keycloak containers
Should add IPA Integration Domain which runs ipa-client-install on ipa-tuura
Expected results should look something like:
Actual results:
Fix seems to just be adding this line to domain section of sssd.conf on ipa-tuura system:
After that, if I add a new IPA user and search from Keycloak, I can see it. Hence the working ipauser2 entry above that I saw after the fix. |
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 <[email protected]>
The option `ldap_user_extra_attrs = mail:mail, sn:sn, givenname:givenname` in IPA domain is needed for correct functioning. Resolves: #40 Signed-off-by: Antonio Torres <[email protected]>
When an IPA Integration Domain is enabled and setup, the sssd.conf file is missing the
ldap_user_extra_attrs
setting in the domain section.When the setting is missing, I'm unable to see IPA users reflected in Keycloak. To resolve the issue, I'm adding the following after setting up an IPA Integration Domain:
The text was updated successfully, but these errors were encountered: