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 text was updated successfully, but these errors were encountered:
shashanksriva
changed the title
Error on connection bing pyasn1 version 0.4.8 and 0.4.6
Error on connection bind pyasn1 version 0.4.8 and 0.4.6
Mar 31, 2022
Below error is seen in the logs while connection binding. I am using ldap3 module to establish connection with LDAP server.
raise error.PyAsn1Error('Attempted "%s" operation on ASN.1 schema object' % name)
pyasn1.error.PyAsn1Error: Attempted "index" operation on ASN.1 schema object
Code snippet:
ldap_client = Server(ldap_server, get_info=ALL)
conn = Connection(ldap_client, user=ldap_username, password=ldap_password)
conn.bind()
The text was updated successfully, but these errors were encountered: