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:
parent
dc96b1ddcc
commit
99d8653d83
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user