forked from bashclub/zamba-lxc-toolbox
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
|
# Optional VLAN number for this container
|
||||||
LXC_VLAN=""
|
LXC_VLAN=""
|
||||||
|
|
||||||
# root password - take care to delete from this file
|
# root password - take care to delete from this file. Please use 'single quatation marks' to avoid unexpected behaviour.
|
||||||
LXC_PWD="S3cr3tp@ssw0rd"
|
LXC_PWD='S3cr3tp@ssw0rd'
|
||||||
|
|
||||||
# SSH-Key to add to authorized_keys
|
# SSH-Key to add to authorized_keys
|
||||||
LXC_AUTHORIZED_KEY="ssh-rsa xxxxxxxx"
|
LXC_AUTHORIZED_KEY="ssh-rsa xxxxxxxx"
|
||||||
@ -80,7 +80,8 @@ ZMB_DNS_BACKEND="SAMBA_INTERNAL"
|
|||||||
|
|
||||||
# The Domain-Admin and password for zamba installation
|
# The Domain-Admin and password for zamba installation
|
||||||
ZMB_ADMIN_USER="Administrator"
|
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"
|
ZMB_DOMAIN_ADMINS_GROUP="domain admins"
|
||||||
|
|
||||||
# Name of the Zamba Share
|
# Name of the Zamba Share
|
||||||
|
Loading…
Reference in New Issue
Block a user