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 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55
|
Third-party documentation
=========================
The following documents referenced are not written by python-ldap project
members. Therefore some information might be outdated or links might be broken.
*Python LDAP Applications* articles by Matt Butcher
---------------------------------------------------
* `Part 1 - Installing and Configuring the Python-LDAP Library and Binding to an LDAP Directory <https://hub.packtpub.com/python-ldap-applications-part-1-installing-and-configuring-python-ldap-library-and-bin/>`_
This also covers SASL.
* `Part 2 - LDAP Operations <https://hub.packtpub.com/configuring-and-securing-python-ldap-applications-part-2/>`_
* `Part 3 - More LDAP Operations and the LDAP URL Library <https://hub.packtpub.com/python-ldap-applications-extra-ldap-operations-and-ldap-url-library/>`_
* `Part 4 - LDAP Schema <https://hub.packtpub.com/python-ldap-applications-part-4-ldap-schema/>`_
Gee, someone waded through the badly documented mysteries of module
:mod:`ldap.schema`.
`LDAP Programming in Python <https://www.linuxjournal.com/article/6988>`_
-------------------------------------------------------------------------
Another article for getting started with python-ldap.
`RFC 1823 <https://tools.ietf.org/html/rfc1823>`_
-------------------------------------------------
The LDAP Application Program Interface, mainly for LDAPv2.
`LDAPEXT draft <https://tools.ietf.org/html/draft-ietf-ldapext-ldap-c-api>`_
----------------------------------------------------------------------------
The Internet draft of the discontinued IETF working group LDAPEXT is of
interest here since the OpenLDAP 2 libs implement this (expired) draft.
`OpenLDAP <https://www.openldap.org/>`_
---------------------------------------
It's worth to have a look at the
`manual pages <https://www.openldap.org/software/man.cgi?query=ldap>`_ and the
`Developer's FAQ <https://www.openldap.org/faq/data/cache/4.html>`_.
`VSLDAP <https://www.opengroup.org/openbrand/testing/checklist/guide/config_base.html>`_
----------------------------------------------------------------------------------------
VSLDAP Interoperability Test Suite.
|