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
I am using your script on CentOS 6. I got the following error when using your script more then once:
Error performing search: {'info': '00002024: LdapErr: DSID-0C060595, comment: No other operations may be performed on the connection while a bind is outstanding., data 0, v1772', 'desc': 'Server is busy'} It seems the binding is not released by your script. I added an unbind function. Since I'm unfamiliar with Bitbucket here are the relevant snippets.
# bind()defunbind(ldapobject):
ldapobject.unbind()
ifverbose:
print("Released binding to %s..."%url)
# unbind()
Cheers, Jasper
The text was updated successfully, but these errors were encountered:
I am using your script on CentOS 6. I got the following error when using your script more then once:
Error performing search:
{'info': '00002024: LdapErr: DSID-0C060595, comment: No other operations may be performed on the connection while a bind is outstanding., data 0, v1772', 'desc': 'Server is busy'}
It seems the binding is not released by your script. I added anunbind
function. Since I'm unfamiliar with Bitbucket here are the relevant snippets.Cheers, Jasper
The text was updated successfully, but these errors were encountered: