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:


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?


Besides additions to Net::LDAP::Constant, Net::LDAP::Control and
Net::LDAP::ASN for supporting DirSync
there are also some constants for other controls regarding AD data
synchronization, but not requiring separate
wrapper modules.
They are
LDAP_CONTROL_EXTDN (1.2.840.113556.1.4.529)
LDAP_CONTROL_SHOWDELETED (1.2.840.113556.1.4.417)
LDAP_CONTROL_CHGNOTIFICATION (1.2.840.113556.1.4.528)
(http://msdn.microsoft.com/library/default.asp?url=/library/en-us/ad/ ad/chan
ge_notifications_in_active_directory.asp)



Best regards, Alexey Kravchuk






Reply via email to