ldap2zone
Extract DNS zones from LDAP trees
Install
- All systems
-
curl cmd.cat/ldap2zone.sh
- Debian
-
apt-get install ldap2zone
- Ubuntu
-
apt-get install ldap2zone
- Kali Linux
-
apt-get install ldap2zone
- CentOS
-
yum install ldap2zone
- Fedora
-
dnf install ldap2zone
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install ldap2zone
- Raspbian
-
apt-get install ldap2zone
- Dockerfile
- dockerfile.run/ldap2zone
ldap2zone
Extract DNS zones from LDAP trees
This is a tool that reads info for a zone from LDAP and constructs a standard plain ascii zone file. The LDAP information has to be stored using the dnszone schema.
bind-sdb
BIND (Berkeley Internet Name Domain) is an implementation of the
DNS (Domain Name System) protocols. BIND includes a DNS server (named-sdb) which has compiled-in SDB (Simplified Database Backend) which includes support for using alternative Zone Databases stored in an LDAP server (ldapdb), a postgreSQL database (pgsqldb), an sqlite database (sqlitedb), or in the filesystem (dirdb), in addition to the standard in-memory RBT (Red Black Tree) zone database. It also includes support for DLZ (Dynamic Loadable Zones)