Re: LDAP Content Sync

2005-11-14 Thread Alexey Kravchuk
> > Maybe it would be reasonable to add register() functionality to > > Net::LDAP::Search > > (like in Net::LDAP::Control), so that one could assign > > a custom response-message processor (decoder) for a particular protocolOp > > for example? > > (IntermediateResponse with responseName = '1.3.6.1.

Re: LDAP Content Sync

2005-11-13 Thread Peter Marschall
Hi Alexey, On Wednesday, 9. November 2005 11:54, Alexey Kravchuk wrote: > I need to make Net::LDAP to understand LDAP Content Sync of OpenLDAP. > This technology uses LDAP Intermediate Response (RFC 3771) > > Appropriate ASN.1 definition has been added to Net/LDAP/ASN.pm as suggeste

LDAP Content Sync

2005-11-09 Thread Alexey Kravchuk
Hi, I need to make Net::LDAP to understand LDAP Content Sync of OpenLDAP. This technology uses LDAP Intermediate Response (RFC 3771) Appropriate ASN.1 definition has been added to Net/LDAP/ASN.pm as suggested by Chris Ridd (http://www.nntp.perl.org/group/perl.ldap/1393) Then the Net::LDAP