Closed bplaxco closed 3 years ago
It seems that l.unbind_s() was closing the connection before the app was done using it.
l.unbind_s()
This fixes this error on my local Splunk instance:
LDAPError at "/opt/splunk/etc/apps/TA-pyLDAP/bin/ldap/ldapobject.py", line 106 : LDAP connection invalid
It seems that
l.unbind_s()
was closing the connection before the app was done using it.This fixes this error on my local Splunk instance: