atom feed4 messages in org.perl.perl-ldapRe: Net::LDAP (DirSync control)
FromSent OnAttachments
Alexey KravchukMar 2, 2005 2:38 am 
Chris RiddMar 2, 2005 10:56 pm 
Alexey KravchukMar 3, 2005 2:52 am 
Mike JacksonMar 3, 2005 3:20 am 
Subject:Re: Net::LDAP (DirSync control)
From:Chris Ridd (chri@mac.com)
Date:Mar 2, 2005 10:56:51 pm
List:org.perl.perl-ldap

On 2/3/05 10:38 am, Alexey Kravchuk <ak@smr.ru> wrote:

Hi,

Based on the Net::LDAP::Control::Paged, I created a module for DirSync control, allowing to synchronize application data with MS Active Directory via an incremental search:

Good work :-)

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/ldap/ ldap/l dap_server_dirsync_oid.asp http://msdn.microsoft.com/library/default.asp?url=/library/en-us/ad/ad/ polli ng_for_changes_using_the_dirsync_control.asp

Is it possible to include this module (Net::LDAP::Control::ADDirSync) into the Net::LDAP bundle?

The only objection I'd have to this is that they're non-standard and proprietary controls. All the other ones we include are from RFCs, or from Internet drafts that are intended to become RFCs.

So I'd personally prefer if they were in a separate CPAN module for that reason. Maybe there are other CPAN modules for MAD?

Cheers,

Chris