Files
samba-member/smb.conf.j2
Roman Vanicek 2fe02c34f8
All checks were successful
continuous-integration/drone/push Build is passing
Clustered samba
2026-02-24 17:25:46 +00:00

44 lines
1.1 KiB
Django/Jinja

# Generated by entrypoint.sh. Add customizations under /etc/samba/conf.d.
# DO NOT EDIT THIS FILE.
[printers]
path = /var/tmp/
printable = yes
cups options = "raw"
[print$]
comment = Printer drivers
path = {{ PRINTERDRIVERS_DIR }}
read only = no
[global]
netbios name = {{ NETBIOS_NAME }}
realm = {{ REALM }}
server role = member server
security = ads
local master = no
dedicated keytab file = {{ KEYTAB_PATH }}
kerberos method = secrets and keytab
workgroup = {{ WORKGROUP }}
add machine script = /usr/sbin/adduser -D -H -G users -s /bin/false %u
bind interfaces only = {{ BIND_INTERFACES_ONLY }}
interfaces = {{ INTERFACES }}
log level = {{ LOG_LEVEL }}
winbind refresh tickets = Yes
winbind use default domain = {{ WINBIND_USE_DEFAULT_DOMAIN }}
winbind expand groups = 4
apply group policies = yes
guest account = guest
# disable usershares creating, when set empty no error log messages.
usershare path =
rpc start on demand helpers = false
printing = cups
load printers = yes
server services = +spoolss
dcerpc endpoint servers = +spoolss
rpcd_spoolss:idle_seconds=300