From: Michael Adam Date: Wed, 4 Jan 2012 23:45:12 +0000 (+0100) Subject: s4:provision: add a server services line to the smb.conf template for the dc X-Git-Tag: tevent-0.9.15~449 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=83c149de4d7ba91f799959bc411516fd163917df;p=thirdparty%2Fsamba.git s4:provision: add a server services line to the smb.conf template for the dc Signed-off-by: Kai Blin --- diff --git a/source4/setup/provision.smb.conf.dc b/source4/setup/provision.smb.conf.dc index fd1ffd36343..ba8555f0b8b 100644 --- a/source4/setup/provision.smb.conf.dc +++ b/source4/setup/provision.smb.conf.dc @@ -3,6 +3,8 @@ workgroup = ${DOMAIN} realm = ${REALM} server role = ${SERVERROLE} + ${SERVER_SERVICES_LINE} + ${PRIVATEDIR_LINE} ${LOCKDIR_LINE} ${STATEDIR_LINE}