Added ZMB_DNS_BACKEND to support native and bind9

This commit is contained in:
Thorsten Spille
2021-04-12 22:35:03 +02:00
parent b2aebcc80e
commit ad31e85feb
3 changed files with 22 additions and 8 deletions

View File

@@ -75,6 +75,9 @@ LXC_LOCALE="de_DE.utf8"
ZMB_REALM="ZMB.ROCKS"
ZMB_DOMAIN="ZMB"
# Select the Zamba AD DNS backend, supported are INTERNAL_DNS or BIND9_DLZ
ZMB_DNS_BACKEND="INTERNAL_DNS"
# The Domain-Admin and password for zamba installation
ZMB_ADMIN_USER="Administrator"
ZMB_ADMIN_PASS="MYPASSWORD"