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:
committed by
Andrew Bartlett
parent
82929a4bdd
commit
4c9eeb0d3e
@ -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: {
|
||||
|
Reference in New Issue
Block a user