Install cifs-utils + rsync, add optional features

This commit is contained in:
thorstenspille
2023-01-30 19:41:32 +01:00
parent ae27f3697b
commit 8f59fa937b
2 changed files with 11 additions and 2 deletions

View File

@@ -19,6 +19,16 @@ LXC_UNPRIVILEGED="0"
# enable nesting feature
LXC_NESTING="1"
# add optional features to samba ad dc
# CURRENTLY SUPPORTED:
# wsdd = add windows service discovery
# splitdns = add nginx to redirect to website www.domain.tld in splitdns setup
# bind9dlz = Set ZMB_DNS_BACKEND to BIND9_DLZ
# Example:
# OPTIONAL_FEATURES=(wsdd)
# OPTIONAL_FEATURES=(wsdd splitdns)
OPTIONAL_FEATURES=(wsdd splitdns)
# service dependent meta tags