mirror of
https://github.com/samba-team/samba.git
synced 2025-01-27 14:04:05 +03:00
s3-rpc_server request the DCE_STYLE feature in ntlmssp_server_auth_start
This is not used or honoured by NTLMSSP, but I hope to make this routine more generic in the future. Andrew Bartlett Signed-off-by: Stefan Metzmacher <metze@samba.org>
This commit is contained in:
parent
6765e7c2a6
commit
0b7bc1c45c
@ -53,6 +53,10 @@ NTSTATUS ntlmssp_server_auth_start(TALLOC_CTX *mem_ctx,
|
||||
gensec_want_feature(a->gensec_security, GENSEC_FEATURE_SEAL);
|
||||
}
|
||||
|
||||
if (is_dcerpc) {
|
||||
gensec_want_feature(a->gensec_security, GENSEC_FEATURE_DCE_STYLE);
|
||||
}
|
||||
|
||||
status = auth_ntlmssp_start(a);
|
||||
if (!NT_STATUS_IS_OK(status)) {
|
||||
DEBUG(0, (__location__ ": auth_ntlmssp_start failed: %s\n",
|
||||
|
Loading…
x
Reference in New Issue
Block a user