docs-xml: deprecate "client schannel" and change the default to "yes"
[samba.git] / source3 / param / loadparm.c
index f8f76a66ebc30a597c48c60349e6f764d4645308..9f79f132def3d087292f6294cd6779a86207cf24 100644 (file)
@@ -651,7 +651,7 @@ static void init_globals(struct loadparm_context *lp_ctx, bool reinit_globals)
        Globals._client_ipc_min_protocol = PROTOCOL_DEFAULT;
        Globals._security = SEC_AUTO;
        Globals.encrypt_passwords = true;
-       Globals.client_schannel = Auto;
+       Globals.client_schannel = true;
        Globals.winbind_sealed_pipes = true;
        Globals.require_strong_key = true;
        Globals.server_schannel = Auto;