s3:param: set Globals.bRequireStrongKey = true
authorStefan Metzmacher <metze@samba.org>
Thu, 17 Oct 2013 17:01:47 +0000 (19:01 +0200)
committerAndrew Bartlett <abartlet@samba.org>
Tue, 10 Dec 2013 22:29:08 +0000 (11:29 +1300)
Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
source3/param/loadparm.c

index be9bb8549c087dc6e14d26502754364af363eac0..66d77048692e28be66e5c4822edcb9789d0649ca 100644 (file)
@@ -833,6 +833,7 @@ static void init_globals(bool reinit_globals)
        Globals.bEncryptPasswords = true;
        Globals.clientSchannel = Auto;
        Globals.bWinbindSealedPipes = true;
+       Globals.bRequireStrongKey = true;
        Globals.serverSchannel = Auto;
        Globals.bReadRaw = true;
        Globals.bWriteRaw = true;