This is the command ldap2zone that can be run in the OnWorks free hosting provider using one of our multiple free online workstations such as Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator
PROGRAM:
NAME
ldap2zone - convert zones saved inside the LDAP to bind9 zone files
SYNOPSIS
ldap2zone zone-name LDAP-URL default-ttl [serial]
DESCRIPTION
Convert zones saved in LDAP to ordinary zones files via ldap2zone in order to avoid
dependencies from LDAP to bind.
OPTIONS
zone-name
name of the zone to be extracted from LDAP. This can be a forward or a reverse
zone.
LDAP-URL
URL to access the LDAP server in the format ldap[s]://server-ip/base.
default-ttl
Zone TTL in seconds
serial Zone serial number.
RETURN VALUE
The script return zero values on success.
EXAMPLES
ldap2zone example.net ldap://ldap.example.net/dc=example,dc=net 1200 200708291528
Use ldap2zone online using onworks.net services