mirror of
https://github.com/samba-team/samba.git
synced 2025-11-09 20:23:51 +03:00
r2885: windows doesn't try to do sign or seal by default
metze
This commit is contained in:
committed by
Gerald (Jerry) Carter
parent
e23dcb1887
commit
0f5267c29c
@@ -66,7 +66,7 @@ static NTSTATUS ldapsrv_BindSASL(struct ldapsrv_call *call)
|
||||
return status;
|
||||
}
|
||||
|
||||
gensec_want_feature(call->conn->gensec, GENSEC_WANT_SIGN|GENSEC_WANT_SEAL);
|
||||
/*gensec_want_feature(call->conn->gensec, GENSEC_WANT_SIGN|GENSEC_WANT_SEAL);*/
|
||||
|
||||
status = gensec_start_mech_by_sasl_name(call->conn->gensec, req->creds.SASL.mechanism);
|
||||
if (!NT_STATUS_IS_OK(status)) {
|
||||
|
||||
Reference in New Issue
Block a user