Skip to content

Commit

Permalink
Removed OpenLDAP version number, better links for I-Ds
Browse files Browse the repository at this point in the history
  • Loading branch information
stroeder committed Dec 9, 2015
1 parent 634079e commit 507dcd6
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 12 deletions.
8 changes: 4 additions & 4 deletions Doc/ldap-controls.rst
Original file line number Diff line number Diff line change
@@ -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 $
*********************************************************************
Expand Down Expand Up @@ -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 <https://tools.ietf.org/html/draft-zeilenga-ldap-relax>`_

.. autoclass:: ldap.controls.simple.ProxyAuthzControl
:members:
Expand Down Expand Up @@ -165,7 +165,7 @@ search.

.. 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
Expand All @@ -183,7 +183,7 @@ search.

.. 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
Expand Down
23 changes: 15 additions & 8 deletions Doc/ldap.rst
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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 <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
Expand Down

0 comments on commit 507dcd6

Please sign in to comment.