File: control

package info (click to toggle)
ldap2dns 0.3.1-3.2
  • links: PTS
  • area: main
  • in suites: bullseye, buster, stretch
  • size: 364 kB
  • ctags: 239
  • sloc: ansic: 1,525; php: 781; perl: 206; sh: 84; makefile: 81
file content (24 lines) | stat: -rw-r--r-- 990 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
Source: ldap2dns
Section: admin
Priority: optional
Maintainer: Igor Stroh <jenner@debian.org>
Build-Depends: debhelper (>= 10), libldap2-dev (>= 2.1.22-1), links (>=0.98-3)
Standards-Version: 3.9.8

Package: ldap2dns
Architecture: any
Depends: bind | bind9 | djbdns | djbdns-installer,
         ${misc:Depends},
         ${shlibs:Depends}
Recommends: ldap-utils (>= 2.1.22-1)
Description: LDAP based DNS management system
 ldap2dns is a program to create DNS (Domain Name Service) records directly
 from a LDAP directory. It can and should be used to replace the secondary
 name-server by a second primary one. ldap2dns reduces all kind of
 administration overhead: No more flat file editing, no more zone file
 editing. After having installed ldap2dns, the administrator only has to
 access the LDAP directory.
 .
 ldap2dns is designed to write ASCII data files used by tinydns from the
 djbdns package, but also may be used to write .db-files used by named as
 found in the BIND package.