From ef9f089b156a1712f30dde34f69b6aa189603bb9 Mon Sep 17 00:00:00 2001 From: Thorsten Spille Date: Tue, 13 Apr 2021 00:16:50 +0200 Subject: [PATCH] Fixed password fields in zamba.conf --- zamba.conf | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/zamba.conf b/zamba.conf index 75882c4..4350deb 100644 --- a/zamba.conf +++ b/zamba.conf @@ -54,8 +54,8 @@ LXC_BRIDGE="vmbr80" # Optional VLAN number for this container LXC_VLAN="" -# root password - take care to delete from this file -LXC_PWD="S3cr3tp@ssw0rd" +# root password - take care to delete from this file. Please use 'single quatation marks' to avoid unexpected behaviour. +LXC_PWD='S3cr3tp@ssw0rd' # SSH-Key to add to authorized_keys LXC_AUTHORIZED_KEY="ssh-rsa xxxxxxxx" @@ -80,7 +80,8 @@ ZMB_DNS_BACKEND="SAMBA_INTERNAL" # The Domain-Admin and password for zamba installation ZMB_ADMIN_USER="Administrator" -ZMB_ADMIN_PASS="MYPASSWORD" +# The Domain admin password for zamba installation. Please use 'single quatation marks' to avoid unexpected behaviour. +ZMB_ADMIN_PASS='MYPASSWORD' ZMB_DOMAIN_ADMINS_GROUP="domain admins" # Name of the Zamba Share