Add support for {CRYPT} and {SSHA} passwords.
Thanks to Dmitri Bogomolov.
mockldap now provides experimental Python 3 support. Python 2.5 was dropped.
To sum up, mockldap works with Python 2.6, 2.7, 3.3 and 3.4.
Since python-ldap still isn’t making progress toward Python 3, if you’re using Python 3, you need to install a fork:
$ pip install git+https://github.com/rbarrois/python-ldap.git@py3
Thanks to Aymeric Augustin for making this happen.
Warning
mockldap wil no longer raise ldap.UNDEFINED_TYPE. mockldap has no schema support, so it assumes that all attributes are valid.
mockldap is now compatible with Python 2.5.
Since python-ldap doesn’t seem to be making progress toward Python 3, there’s no need to drop Python 2.5 support here yet.
Minor fixes for packaging, installation, and testing.
Initial release.