-
Notifications
You must be signed in to change notification settings - Fork 15
Closed
Description
After adding a SCIM plugin with the LDAP integration domain, I needed to change in sssd.conf as it was 'dn=ldap, dn=test'
ldap_search_base = dc=ldap, dc=test
and also add
ldap_default_authtok = Password
This allowed me to id
the user, but infopipe will not find the correct user attributes if the default user LDAP schema does not contain sn
or givenName
.
ldap_user_extra_attrs = mail:mail, sn:sn, givenname:givenname
A solution should be investigated, which requires consideration for different LDAP schemas that SSSD can work with.
Metadata
Metadata
Assignees
Labels
No labels