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

s3:param: set Globals.bWinbindSealedPipes = true

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
Stefan Metzmacher 2013-10-17 19:01:28 +02:00
parent dc96b1ddcc
commit 99d8653d83

View 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;