You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
28 lines
768 B
28 lines
768 B
------------------------------ |
|
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 |
|
|
|
$Id: INSTALL,v 1.10 2011/04/02 22:30:55 stroeder Exp $
|
|
|