python-simpleldap
python-simpleldap copied to clipboard
SimpleLDAPObject has no attribute '_l'
I'm periodically getting this error from my Python script, mostly when I'm trying to unbind the LDAP connection:
ldap_connection.unbind()
Any suggestions on why this is happening and what I need to do to fix it?