Use ldap3 instead of python-ldap
In order to support Python 3 (and other python implementation like PyPy), I think we should replace python-ldap by ldap3 [1]. It is written in pure Python but I don't think it is a problem because we don' do an extensive usage of the LDAP connection.
[1] https://pypi.python.org/pypi/ldap3