You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@directory.apache.org by Marc Boorshtein <mb...@yahoo.com> on 2005/05/22 15:41:28 UTC

Binary LDAP Encoding from JNDI?

I was curiose if anyone knew if it was possible to get
the binary encoding of an ldap request?  IE if i go
through the motions of creating a search request, is
there a way to get the binary encoding of that
request?

marc


Re: Binary LDAP Encoding from JNDI?

Posted by Emmanuel Lecharny <el...@apache.org>.
> I was curiose if anyone knew if it was possible to get
> the binary encoding of an ldap request?  IE if i go
> through the motions of creating a search request, is
> there a way to get the binary encoding of that
> request?

It is possible ! Use ethereal - I don't know if it works on Windows -
and you'll be able to get the binary encoding of your request.

This is what I do when I want to be sure that the ASN.1 encoder/decoder
works well.

Emmanuel Lécharny.