# Configuration file for automatic deployment of ldap2zone generated zones to bind.
# Example file adapted for use with Debian Edu.

# Should we run the cronjob, make sure to set to something other than "false" for enabling ldap2bind.
# DEFAULT: "false"
RUN_DEPLOY="true"

# How the LDAP server can be accessed
# If empty, nothing ldap2bind won't do anything...
# DEFAULT: ""
LDAP_URI="ldap://localhost"

# Where the bind config is stored
# DEFAULT: "/etc/bind"
BIND_DIR="/etc/bind"

# Where the zonefiles are located
# DEFAULT: "/var/cache/bind"
BIND_DATA="/etc/bind"

# Time to live value for a and ptr records
# DEFAULT: 500 Seconds
TTL="500"

# Prefix for zone definition files
# DEFAULT: "db."
# The zone definition file for 0.168.192.in-addr.arpa is stored as 'db.0.168.192.in-addr.arpa'
PREFIX="db."

# Allow Updates from these networks (semicolon separated and ended)
# DEFAULT: Don't allow updates
#ALLOW_UPDATE="192.168.0.0/24;"

# Allow Transfer to zones (semicolon separated and ended)
# DEFAULT: Dont allow zone transfer
#ALLOW_TRANSFER="192.168.0.1;"

# Allow notify to slaves (semicolon separated and ended)
# DEFAULT: Dont allow notify
#ALLOW_NOTIFY="notify yes;"
