You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Same issue here!
I am using OpenLDAP with schema iNetOrgPerson and memberOf overlay. I changed it to data = ldap_connection.search_s(base=conf['base'], scope=ldap.SCOPE_SUBTREE, filterstr='(uid=' + user + '))')
Currently, the search base is hardcoded:
data = ldap_connection.search_s([...], filterstr='(&(objectClass=user)(sAMAccountName=' + user + '))')
This may be fine for Active Directory, but unusable on standard LDAP schemas like iNetOrgPerson, account, etc.
The text was updated successfully, but these errors were encountered: