From: Andreas Schneider Date: Wed, 10 Jun 2020 10:48:18 +0000 (+0200) Subject: s3:utils: Remove obsolete force encryption from mdfind X-Git-Tag: talloc-2.3.2~778 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=85e2660b94cc066b7f0deeec2a72d4fddc3463e7;p=thirdparty%2Fsamba.git s3:utils: Remove obsolete force encryption from mdfind Signed-off-by: Andreas Schneider Reviewed-by: Stefan Metzmacher --- diff --git a/source3/utils/mdfind.c b/source3/utils/mdfind.c index 2ac4fde7daf..ef2657e4fa5 100644 --- a/source3/utils/mdfind.c +++ b/source3/utils/mdfind.c @@ -159,13 +159,6 @@ int main(int argc, char **argv) goto fail; } - if (get_cmdline_auth_info_smb_encrypt(auth)) { - status = cli_cm_force_encryption_creds(cli, creds, "IPC$"); - if (!NT_STATUS_IS_OK(status)) { - goto fail; - } - } - status = cli_rpc_pipe_open_noauth_transport(cli, NCACN_NP, &ndr_table_mdssvc,