1
0
mirror of https://github.com/samba-team/samba.git synced 2025-08-04 08:22:08 +03:00

s4:ldap_server: don't log Unbind and Abandon requests.

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
Stefan Metzmacher
2017-05-13 08:20:00 +02:00
committed by Andrew Bartlett
parent 82929a4bdd
commit 4c9eeb0d3e

View File

@ -1257,6 +1257,8 @@ NTSTATUS ldapsrv_do_call(struct ldapsrv_call *call)
switch(call->request->type) {
case LDAP_TAG_BindRequest:
case LDAP_TAG_UnbindRequest:
case LDAP_TAG_AbandonRequest:
log = false;
break;
case LDAP_TAG_ExtendedResponse: {