1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-24 21:34:56 +03:00

r12649: use the same default('yes') for 'dns proxy' as samba3

metze
(This used to be commit d430fc278b)
This commit is contained in:
Stefan Metzmacher 2005-12-31 11:57:15 +00:00 committed by Gerald (Jerry) Carter
parent c4d0b5729a
commit 0283bd7bf7

View File

@ -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);