python-simpleldap icon indicating copy to clipboard operation
python-simpleldap copied to clipboard

A module that makes simple LDAP usage simple.

Results 6 python-simpleldap issues
Sort by recently updated
recently updated
newest added

#5 * keeps py26 support * moves to pycodestyle (new name for pep8 lib) * pins pytest

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...

By switching from python-ldap to pyldap (which is a fork compatible with Python 2/3 that is well maintained, and offers nearly the exact same API as `python-ldap`), I was able...

I've run into a number of occasions where the exceptions raised are actually from the ldap module, and not from simpleldap ``` Traceback (most recent call last): File "ldap_experiments.py", line...

Most LDAP servers do have server side limits regarding the number of entries they do return to the clients, and this limits cannot be changed by the client (it's not...

Hi, would it be feasible to include Python3 compatibility (through 2to3 at least). Installing via pip breaks in Py3: print name + ': ' + cfg.get('_ldap', name) ``` ^ ```...