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