On 7/8/10 12:17 PM, Peter Popov wrote:
Hi all,

I need to log all requests that pass through a proxy but the protocol is
binary (LDAP) so I can't just dump the bytestream as in the sample provided
in the documentation. Besides, I want to be able to replay it later so I
need to transform it to a standard form (DSMLv2 in this case). Can someone
point to an example of a higher level protocol proxy that also does some
basic message processing? It doesn't need to be a complete implementation,
just enough to get me started as I've been running around in circles for a
week now.
Go check Apache Directory Server project. It's based on MINA and encode/decode LDAP protocol.

In fact, MINA was initially developed for Directory :)


--
Regards,
Cordialement,
Emmanuel Lécharny
www.iktek.com

Reply via email to