From aa87e3c181059dec36d38df8a887c823ad5af46b Mon Sep 17 00:00:00 2001 From: Thorsten Spille Date: Mon, 12 Apr 2021 23:13:35 +0200 Subject: [PATCH] Fixed dns backend, added password quotes warning --- zamba.conf | 4 ++-- zamba.conf.md | 10 +++++----- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/zamba.conf b/zamba.conf index b20c49d..75882c4 100644 --- a/zamba.conf +++ b/zamba.conf @@ -75,8 +75,8 @@ 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" +# Select the Zamba AD DNS backend, supported are SAMBA_INTERNAL or BIND9_DLZ +ZMB_DNS_BACKEND="SAMBA_INTERNAL" # The Domain-Admin and password for zamba installation ZMB_ADMIN_USER="Administrator" diff --git a/zamba.conf.md b/zamba.conf.md index a9671ff..c3b471a 100644 --- a/zamba.conf.md +++ b/zamba.conf.md @@ -90,7 +90,7 @@ Defines the vlan id of the LXC container's network interface, if the network ada LXC_VLAN="80" ``` ### LXC_PWD -Defines the `root` password of your LXC container +Defines the `root` password of your LXC container. Please use 'single quatation marks' to avoid unexpected behaviour. ```bash LXC_PWD="S3cr3tp@ssw0rd" ``` @@ -132,9 +132,9 @@ Defines the domain name in your Active Directory or Workgroup (AD DC, AD member, ZMB_DOMAIN="ZMB" ``` ### ZMB_DNS_BACKEND -Defines the desired DNS server backend, supported are `INTERNAL_DNS` and `BIND9_DLZ` for more advanced usage +Defines the desired DNS server backend, supported are `SAMBA_INTERNAL` and `BIND9_DLZ` for more advanced usage ```bash -ZMB_DNS_BACKEND="INTERNAL_DNS" +ZMB_DNS_BACKEND="SAMBA_INTERNAL" ``` ### ZMB_ADMIN_USER Defines the name of your domain administrator account (AD DC, AD member) @@ -142,9 +142,9 @@ Defines the name of your domain administrator account (AD DC, AD member) ZMB_ADMIN_USER="Administrator" ``` ### ZMB_ADMIN_PASS -Defines the domain administrator's password (AD DC, AD member) +Defines the domain administrator's password (AD DC, AD member). Please use 'single quatation marks' to avoid unexpected behaviour. ```bash -ZMB_ADMIN_PASS="1c@nd0@nyth1n9" +ZMB_ADMIN_PASS='1c@nd0@nyth1n9' ``` ### ZMB_DOMAIN_ADMINS_GROUP Defines the domain admins group of your active directory.