File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -49,6 +49,8 @@ This module defines the following functions:
49
49
and explicitly closed after the :class: `~ldap.ldapobject.LDAPObject ` is
50
50
unbound. The internal connection type is determined from the URI, ``TCP ``
51
51
for ``ldap:// `` / ``ldaps:// ``, ``IPC `` (``AF_UNIX ``) for ``ldapi:// ``.
52
+ The is not available on macOS when python-ldap is compiled with system
53
+ libldap, see :py:const: `INIT_FD_AVAIL `.
52
54
53
55
Note that internally the OpenLDAP function
54
56
`ldap_initialize(3) <https://www.openldap.org/software/man.cgi?query=ldap_init&sektion=3 >`_
@@ -135,6 +137,12 @@ General
135
137
Integer where a non-zero value indicates that python-ldap was built with
136
138
support for SSL/TLS (OpenSSL or similar libs).
137
139
140
+ .. py :data :: INIT_FD_AVAIL
141
+
142
+ Integer where a non-zero value indicates that python-ldap supports
143
+ :py:func: `initialize ` from a file descriptor. The feature is generally
144
+ available except on macOS when python-ldap is compiled with system libldap.
145
+
138
146
139
147
.. _ldap-options :
140
148
You can’t perform that action at this time.
0 commit comments