diff options
author | Stefan Metzmacher <metze@samba.org> | 2005-12-31 11:57:15 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:49:34 -0500 |
commit | 0283bd7bf718513825abe4479b8cea4d08a3a456 (patch) | |
tree | 2b9efbef3cfee80b88770db19cdb793d0c733d74 | |
parent | c4d0b5729abe8c61f0a8aa23a310b5c301024689 (diff) | |
download | samba-0283bd7bf718513825abe4479b8cea4d08a3a456.tar.gz samba-0283bd7bf718513825abe4479b8cea4d08a3a456.tar.bz2 samba-0283bd7bf718513825abe4479b8cea4d08a3a456.zip |
r12649: use the same default('yes') for 'dns proxy' as samba3
metze
(This used to be commit d430fc278b8782f625cfafbff2a4efb936fdea36)
-rw-r--r-- | source4/param/loadparm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/param/loadparm.c b/source4/param/loadparm.c index e6b4b95500..72eb1d83cd 100644 --- a/source4/param/loadparm.c +++ b/source4/param/loadparm.c @@ -675,7 +675,7 @@ static void init_globals(void) do_parameter("LocalMaster", "True", NULL); do_parameter("wins support", "False", NULL); - do_parameter("dns proxy", "False", NULL); + do_parameter("dns proxy", "True", NULL); do_parameter("winbind separator", "\\", NULL); do_parameter("winbind sealed pipes", "True", NULL); |