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
The ldap user search I think is actually using subtree by default (python ldap3 default) and there is an issue with one of my test accounts in the test OpenLDAP instance in a particular OU, which I'm trying to get to the bottom of.
Description
It appears the ldap search scope is
one
, it would be useful if it could besub
.Component
Other
Additional information
No response
The text was updated successfully, but these errors were encountered: