Python Forum

Full Version: Python-Ldap
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi,

First of all i am writing a code in python for connecting LDAP and authenticate user who will be login in.
i was importing ldap
but now i found that there was bno python-ldaprpm.
So the go through google but cannot find any package for rhel.
i.e python-ldap.rpm for rhel7


Thanks and Regards
Amit Samanta
https://www.python-ldap.org/en/latest/in...-from-pypi Wrote:The preferred point for downloading the “official” source distribution is the PyPI repository which supports installing via pip. For example:

$ python -m pip install python-ldap