forked from python-ldap/python-ldap
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathINSTALL
More file actions
26 lines (17 loc) · 712 Bytes
/
INSTALL
File metadata and controls
26 lines (17 loc) · 712 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
------------------------------
Installing python-ldap
------------------------------
Prerequisites:
Required:
- Python 2.3 or newer (see http://www.python.org)
- OpenLDAP 2.4.11+ client libs (see http://www.openldap.org)
It is not possible and not supported
by the python-ldap project to build with prior versions.
Optional dependencies of OpenLDAP libs:
- Cyrus SASL 2.1.x or newer (see http://asg.web.cmu.edu/sasl/sasl-library.html)
- OpenSSL 0.9.7 or newer (see http://www.openssl.org)
- MIT Kerberos or heimdal libs
Quick build instructions:
edit setup.cfg (see Build/ for platform-specific examples)
python setup.py build
python setup.py install