An object-oriented API to access LDAP directory servers
Go to file
Christian Heimes 8b78abd6ef Accommodate changed pyasn1 behaviour
pyasn1 versions prior to 0.2.3 indicate absent value by returning `None` object, later pyasn1 versions use
the `noValue` sentinel object which is the basis for the `.hasValue()` method call (and .isValue property).

This fix makes the code compatible with both `None` sentinel and the `.hasValue()` test call thus making it
compatible with all reasonable pyasn1 versions in circulation.

Fixes RHBZ#1489184
Original patch by Ilya Etingof <etingof@gmail.com>

Signed-off-by: Christian Heimes <cheimes@redhat.com>
2017-11-07 16:03:26 +01:00
.gitignore Check in python-ldap version 2.4.25 2016-04-20 12:48:26 +02:00
accommodate-changed-pyasn1-behaviour.patch Accommodate changed pyasn1 behaviour 2017-11-07 16:03:26 +01:00
python-ldap-2.4.16-dirs.patch Check in python-ldap version 2.4.25 2016-04-20 12:48:26 +02:00
python-ldap.spec Accommodate changed pyasn1 behaviour 2017-11-07 16:03:26 +01:00
sources Check in python-ldap version 2.4.25 2016-04-20 12:48:26 +02:00