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
|
Source: bdii
Section: net
Priority: optional
Maintainer: Mattias Ellert <mattias.ellert@physics.uu.se>
Build-Depends:
debhelper (>= 11),
python3,
dh-python
Standards-Version: 4.5.1
Homepage: https://github.com/EGI-Foundation/bdii
Vcs-Browser: https://salsa.debian.org/ellert/bdii
Vcs-Git: https://salsa.debian.org/ellert/bdii.git
Package: bdii
Architecture: all
Depends:
slapd,
ldap-utils,
glue-schema (>= 2.0.10),
whois,
ucf,
${misc:Depends},
${python3:Depends}
Suggests: logrotate
Description: Berkeley Database Information Index (BDII)
The Berkeley Database Information Index (BDII) consists of a standard
LDAP database which is updated by an external process. The update process
obtains LDIF from a number of sources and merges them. It then compares
this to the contents of the database and creates an LDIF file of the
differences. This is then used to update the database.
|