mirror of
https://github.com/bashclub/zamba-lxc-toolbox.git
synced 2024-11-07 19:31:58 +01:00
Fixed password fields in zamba.conf
This commit is contained in:
parent
1b267e33d1
commit
ef9f089b15
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user