-
Notifications
You must be signed in to change notification settings - Fork 275
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
Performance improvement querying Active Directory #1147
Comments
dict_response = self.decode_response_fast(ldap_resp) , get config and checked_attributes too long
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@cannatag #909
I used ldap3 to query the Active Directory
ldap_resp = decode_message_fast(response)
dict_response = self.decode_response_fast(ldap_resp)
Decode_message takes too long
The text was updated successfully, but these errors were encountered: