Removed OpenLDAP version number, better links for I-Ds

This commit is contained in:
stroeder
2015-12-09 17:57:18 +00:00
parent 634079e79b
commit 507dcd6b7d
2 changed files with 19 additions and 12 deletions

View File

@@ -1,4 +1,4 @@
.. % $Id: ldap-controls.rst,v 1.11 2012/08/09 07:19:30 stroeder Exp $ .. % $Id: ldap-controls.rst,v 1.12 2015/12/09 17:57:18 stroeder Exp $
********************************************************************* *********************************************************************
@@ -91,7 +91,7 @@ RFC or Internet-Draft is very helpful to understand the API.
.. seealso:: .. seealso::
http://tools.ietf.org/draft/draft-zeilenga-ldap-relax/ `draft-zeilenga-ldap-relax <https://tools.ietf.org/html/draft-zeilenga-ldap-relax>`_
.. autoclass:: ldap.controls.simple.ProxyAuthzControl .. autoclass:: ldap.controls.simple.ProxyAuthzControl
:members: :members:
@@ -165,7 +165,7 @@ search.
.. seealso:: .. seealso::
http://tools.ietf.org/html/draft-ietf-ldapext-psearch `draft-ietf-ldapext-psearch <https://tools.ietf.org/html/draft-ietf-ldapext-psearch>`_
.. autoclass:: ldap.controls.psearch.PersistentSearchControl .. autoclass:: ldap.controls.psearch.PersistentSearchControl
@@ -183,7 +183,7 @@ search.
.. seealso:: .. seealso::
http://tools.ietf.org/html/draft-wahl-ldap-session `draft-wahl-ldap-session <https://tools.ietf.org/html/draft-wahl-ldap-session>`_
.. autoclass:: ldap.controls.sessiontrack.SessionTrackingControl .. autoclass:: ldap.controls.sessiontrack.SessionTrackingControl

View File

@@ -1,4 +1,4 @@
.. % $Id: ldap.rst,v 1.30 2015/12/09 17:12:02 stroeder Exp $ .. % $Id: ldap.rst,v 1.31 2015/12/09 17:57:18 stroeder Exp $
******************************************** ********************************************
:py:mod:`ldap` LDAP library interface module :py:mod:`ldap` LDAP library interface module
@@ -10,13 +10,20 @@
.. moduleauthor:: python-ldap project (see http://www.python-ldap.org/) .. moduleauthor:: python-ldap project (see http://www.python-ldap.org/)
This module provides access to the LDAP (Lightweight Directory Access Protocol) This module provides access to the LDAP (Lightweight Directory Access Protocol)
C API implemented in OpenLDAP 2.3 or newer. It is similar to the C API, with C API implemented in OpenLDAP. It is similar to the C API, with
the notable differences that lists are manipulated via Python list operations the notable differences that lists are manipulated via Python list operations
and errors appear as exceptions. For far more detailed information on the C and errors appear as exceptions.
interface, please see the (expired) draft-ietf-ldapext-ldap-c-api-04. This
documentation is current for the Python LDAP module, version |release|. Source .. seealso::
and binaries are available from http://www.python-ldap.org/.
For more detailed information on the C interface, please see the (expired)
`draft-ietf-ldapext-ldap-c-api <https://tools.ietf.org/html/draft-ietf-ldapext-ldap-c-api>`_
This documentation is current for the Python LDAP module, version
|release|. Source and binaries are available from
http://www.python-ldap.org/.
Functions Functions