-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
stroeder
committed
Aug 1, 2017
1 parent
83e2ec0
commit e17b11e
Showing
2 changed files
with
27 additions
and
1 deletion.
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -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 | ||
| ^^^^^^^ | ||
|
|