On 2/3/05 10:38 am, Alexey Kravchuk <[EMAIL PROTECTED]> 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
