1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
|
Source: volatildap
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Pierre-Elliott Bécue <peb@debian.org>
Homepage: https://github.com/rbarrois/volatildap/
Section: python
Priority: optional
Build-Depends: debhelper-compat (= 13),
dh-python,
python3-all,
python3-setuptools
Standards-Version: 4.5.1
Vcs-Git: https://salsa.debian.org/python-team/packages/volatildap.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/volatildap
Package: python3-volatildap
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
Recommends: slapd, ldapscripts
Description: Temporary slapd launcher for testing purposes
volatildap provides simple helpers for testing code against a LDAP database.
.
Its main features include:
.
* Simple configuration: Don’t provide anything the LDAP server will start
with sane defaults
* Built-in cleanup: As soon as the test ends / the test process exits, the
server is instantly removed
* Cross-distribution setup: Automatically discover system paths for
OpenLDAP binaries, schemas, etc.
.
This package provides the Python3 version of volatildap
|