s3:param: set Globals.bWinbindSealedPipes = true
authorStefan Metzmacher <metze@samba.org>
Thu, 17 Oct 2013 17:01:28 +0000 (19:01 +0200)
committerStefan Metzmacher <metze@samba.org>
Tue, 7 Jan 2014 11:47:04 +0000 (12:47 +0100)
Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
source3/param/loadparm.c

index 1396a344459f7306876a1ba13ee67d3060361813..be9bb8549c087dc6e14d26502754364af363eac0 100644 (file)
@@ -832,6 +832,7 @@ static void init_globals(bool reinit_globals)
        Globals.security = SEC_USER;
        Globals.bEncryptPasswords = true;
        Globals.clientSchannel = Auto;
+       Globals.bWinbindSealedPipes = true;
        Globals.serverSchannel = Auto;
        Globals.bReadRaw = true;
        Globals.bWriteRaw = true;