From 503b092e1fb8e240484e44ae5c013cc38b61e98f Mon Sep 17 00:00:00 2001 From: Hinrikus Wolf <hinrikus@fsmpi.rwth-aachen.de> Date: Sun, 14 May 2017 14:58:35 +0200 Subject: [PATCH] ad-server: remove dns backend from smd.conf --- ad-server/templates/smb.conf.j2 | 1 - 1 file changed, 1 deletion(-) diff --git a/ad-server/templates/smb.conf.j2 b/ad-server/templates/smb.conf.j2 index 31fb326..13b4c8d 100644 --- a/ad-server/templates/smb.conf.j2 +++ b/ad-server/templates/smb.conf.j2 @@ -11,7 +11,6 @@ template shell = /bin/bash template homedir = /home/%U registry shares = no - dns forwarder = {{ dns_forward }} username map = /etc/samba/usermap.map -- GitLab