From 507dcd6b7dbb93b7a9b150514a6fc1bd22ad32bb Mon Sep 17 00:00:00 2001 From: stroeder Date: Wed, 9 Dec 2015 17:57:18 +0000 Subject: [PATCH] Removed OpenLDAP version number, better links for I-Ds --- Doc/ldap-controls.rst | 8 ++++---- Doc/ldap.rst | 23 +++++++++++++++-------- 2 files changed, 19 insertions(+), 12 deletions(-) diff --git a/Doc/ldap-controls.rst b/Doc/ldap-controls.rst index 00266e6..f006bae 100644 --- a/Doc/ldap-controls.rst +++ b/Doc/ldap-controls.rst @@ -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:: - http://tools.ietf.org/draft/draft-zeilenga-ldap-relax/ + `draft-zeilenga-ldap-relax `_ .. autoclass:: ldap.controls.simple.ProxyAuthzControl :members: @@ -165,7 +165,7 @@ search. .. seealso:: - http://tools.ietf.org/html/draft-ietf-ldapext-psearch + `draft-ietf-ldapext-psearch `_ .. autoclass:: ldap.controls.psearch.PersistentSearchControl @@ -183,7 +183,7 @@ search. .. seealso:: - http://tools.ietf.org/html/draft-wahl-ldap-session + `draft-wahl-ldap-session `_ .. autoclass:: ldap.controls.sessiontrack.SessionTrackingControl diff --git a/Doc/ldap.rst b/Doc/ldap.rst index 4d6068e..70f15d3 100644 --- a/Doc/ldap.rst +++ b/Doc/ldap.rst @@ -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 @@ -10,13 +10,20 @@ .. moduleauthor:: python-ldap project (see http://www.python-ldap.org/) -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 -the notable differences that lists are manipulated via Python list operations -and errors appear as exceptions. For far more detailed information on the C -interface, please see the (expired) draft-ietf-ldapext-ldap-c-api-04. This -documentation is current for the Python LDAP module, version |release|. Source -and binaries are available from http://www.python-ldap.org/. +This module provides access to the LDAP (Lightweight Directory Access Protocol) +C API implemented in OpenLDAP. It is similar to the C API, with +the notable differences that lists are manipulated via Python list operations +and errors appear as exceptions. + + .. seealso:: + + For more detailed information on the C interface, please see the (expired) + `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