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...@gmail.com> on 2005/07/16 01:04:57 UTC

[server] Where is LDAP decoded?

I'm trying to track down where the ldap messages are decoded from
binary into the objects that are used and passed into the protocol
handlers.  Could someone point me in the right direction?

Thanks
Marc

Re: [server] Where is LDAP decoded?

Posted by Marc Boorshtein <mb...@gmail.com>.
great, thx!


On 7/16/05, Alex Karasulu <ao...@bellsouth.net> wrote:
> Marc Boorshtein wrote:
> 
> >I'm trying to track down where the ldap messages are decoded from
> >binary into the objects that are used and passed into the protocol
> >handlers.  Could someone point me in the right direction?
> >
> >
> That would be within the directory/shared/ldap/trunk/apache-provider.
> We have a provider architecture for decoding LDAP messages.  The Snacc4J
> provider was recently replaced by the apache-provider with minimal
> changes to the message framework within the ldap-common jar because of
> this pluggable provider design.
> 
> HTH,
> Alex
> 
>

Re: [server] Where is LDAP decoded?

Posted by Alex Karasulu <ao...@bellsouth.net>.
Marc Boorshtein wrote:

>I'm trying to track down where the ldap messages are decoded from
>binary into the objects that are used and passed into the protocol
>handlers.  Could someone point me in the right direction?
>  
>
That would be within the directory/shared/ldap/trunk/apache-provider.  
We have a provider architecture for decoding LDAP messages.  The Snacc4J 
provider was recently replaced by the apache-provider with minimal 
changes to the message framework within the ldap-common jar because of 
this pluggable provider design.

HTH,
Alex