@@ -15,8 +15,8 @@ use the same one you plan to use python-ldap with.
15
15
16
16
See further instructions for using DistUtils here: https://docs.python.org/2.7/install/index.html
17
17
18
- Prerequisites
19
- =============
18
+ Build prerequisites
19
+ ===================
20
20
21
21
The following software packages are required to be installed
22
22
on the local system when building python-ldap:
@@ -28,11 +28,18 @@ on the local system when building python-ldap:
28
28
- cyrus-sasl (optional): https://www.cyrusimap.org/sasl/
29
29
- Kerberos libs, MIT or heimdal (optional)
30
30
31
- Furthermore some sub-modules of :py:mod: `ldap.controls ` and :py:mod: `ldap.extop `
32
- require :py:mod: `pyasn1 ` and :py:mod: `pyasn1_modules ` to be installed.
31
+ Installation prerequisites
32
+ ==========================
33
+
34
+ Furthermore it is required that modules
35
+ :py:mod: `pyasn1 ` and :py:mod: `pyasn1_modules `
36
+ are installed.
33
37
34
38
https://github.com/etingof/pyasn1
35
39
40
+ https://pypi.python.org/pypi/pyasn1
41
+
42
+ https://pypi.python.org/pypi/pyasn1-modules
36
43
37
44
setup.cfg
38
45
=========
@@ -66,25 +73,25 @@ documentation of Python's DistUtils.
66
73
Libs used
67
74
---------
68
75
69
- .. data :: ldap
70
- .. data :: ldap_r
76
+ .. data:noindex : ldap
77
+ .. data:noindex : ldap_r
71
78
72
79
The LDAP protocol library of OpenLDAP. ldap_r is the reentrant version
73
80
and should be preferred.
74
81
75
- .. data :: lber
82
+ .. data:noindex : lber
76
83
77
84
The BER encoder/decoder library of OpenLDAP.
78
85
79
- .. data :: sasl2
86
+ .. data:noindex : sasl2
80
87
81
88
The Cyrus-SASL library if needed and present during build
82
89
83
- .. data :: ssl
90
+ .. data:noindex : ssl
84
91
85
92
The SSL/TLS library of OpenSSL if needed and present during build
86
93
87
- .. data :: crypto
94
+ .. data:noindex : crypto
88
95
89
96
The basic cryptographic library of OpenSSL if needed and present during build
90
97
0 commit comments