Python Forum
Python-Ldap - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: General (https://python-forum.io/forum-1.html)
+--- Forum: News and Discussions (https://python-forum.io/forum-31.html)
+--- Thread: Python-Ldap (/thread-20528.html)



Python-Ldap - amitsamanta - Aug-16-2019

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


RE: Python-Ldap - nilamo - Aug-20-2019

https://www.python-ldap.org/en/latest/installing.html#installing-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