Specifically, how does an LDAP server distinguish a TCP packet containing a SearchRequestOp from an authenticated user, from a TCP packet containing a SearchRequestOp from an unauthenticated user?
I understand how the BindRequest and BindResponse operations work but what I want to know is what in the TCP packet or LDAP PDU is used by the server to know that the SearchRequest is indeed coming from a client/channel which has already performed a successful BindRequest? And Is it something I can see in a Wireshark capture?