diff --git a/Doc/index.rst b/Doc/index.rst index 2338eb2..592bb26 100644 --- a/Doc/index.rst +++ b/Doc/index.rst @@ -2,7 +2,7 @@ python-ldap Documentation ########################## -.. % $Id: index.rst,v 1.9 2015/10/24 12:49:41 stroeder Exp $ +.. % $Id: index.rst,v 1.10 2017/08/01 17:50:24 stroeder Exp $ .. topic:: Abstract @@ -34,6 +34,7 @@ Contents ldif.rst ldapurl.rst dsml.rst + slapdtest.rst ****************** diff --git a/Doc/slapdtest.rst b/Doc/slapdtest.rst new file mode 100644 index 0000000..b353402 --- /dev/null +++ b/Doc/slapdtest.rst @@ -0,0 +1,25 @@ +.. % $Id: slapdtest.rst,v 1.1 2017/08/01 17:50:24 stroeder Exp $ + +##################################### +:mod:`slapdtest` Spawning test instances of OpenLDAP's slapd server +##################################### + +.. py:module:: slapdtest + :synopsis: Spawning test instances of OpenLDAP's slapd server +.. moduleauthor:: python-ldap project (see https://www.python-ldap.org/) + + +The module is used for testing python-ldap itself but can be used for +automatically testing any OpenLDAP-based configuration setup. + +This module is pure Python and does not rely on any non-standard modules. +Therefore it can be used stand-alone without the rest of the python-ldap +package. + +Functions +^^^^^^^^^ + + +Classes +^^^^^^^ +