s3-ntlmssp Remove calls to auth_ntlmssp_and_flags from the server
[metze/samba-autobuild/.git] / source3 / libsmb / ntlmssp.c
index 87362c284070eb3d29457ed231bec14140a45218..9436ca1c3f8f0088edfaa7e0c3742c9567f734d7 100644 (file)
@@ -333,9 +333,7 @@ NTSTATUS ntlmssp_server_start(TALLOC_CTX *mem_ctx,
                NTLMSSP_NEGOTIATE_ALWAYS_SIGN |
                NTLMSSP_NEGOTIATE_NTLM |
                NTLMSSP_NEGOTIATE_NTLM2 |
-               NTLMSSP_NEGOTIATE_KEY_EXCH |
-               NTLMSSP_NEGOTIATE_SIGN |
-               NTLMSSP_NEGOTIATE_SEAL;
+               NTLMSSP_NEGOTIATE_KEY_EXCH;
 
        ntlmssp_state->server.netbios_name = talloc_strdup(ntlmssp_state, netbios_name);
        if (!ntlmssp_state->server.netbios_name) {