summaryrefslogtreecommitdiffstats
path: root/source/ldap_server
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2004-10-10 00:17:05 +0000
committerStefan Metzmacher <metze@samba.org>2004-10-10 00:17:05 +0000
commit254661602b8c9cd37f0fc0aafe53b9cb2f612b63 (patch)
tree3c5ba03ddbfb47d6de6e3a4dbd0ab8c6639d3868 /source/ldap_server
parent7b4475564cee9562a65c42f576c39c7561707862 (diff)
downloadsamba-254661602b8c9cd37f0fc0aafe53b9cb2f612b63.tar.gz
samba-254661602b8c9cd37f0fc0aafe53b9cb2f612b63.tar.xz
samba-254661602b8c9cd37f0fc0aafe53b9cb2f612b63.zip
r2885: windows doesn't try to do sign or seal by default
metze
Diffstat (limited to 'source/ldap_server')
-rw-r--r--source/ldap_server/ldap_bind.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/ldap_server/ldap_bind.c b/source/ldap_server/ldap_bind.c
index 3d9cd4b984c..2febc46b3da 100644
--- a/source/ldap_server/ldap_bind.c
+++ b/source/ldap_server/ldap_bind.c
@@ -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)) {