]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
s4:ldap_server: don't log Unbind and Abandon requests.
authorStefan Metzmacher <metze@samba.org>
Sat, 13 May 2017 06:20:00 +0000 (08:20 +0200)
committerAndrew Bartlett <abartlet@samba.org>
Thu, 15 Jun 2017 07:13:22 +0000 (09:13 +0200)
Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
source4/ldap_server/ldap_backend.c

index 5e8ce6482339725d4cb8bf24597a23f3794c306f..d4e9030b31943c58bb850f03be2af539a93e898f 100644 (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: {