| From | Sent On | Attachments |
|---|---|---|
| Alexey Kravchuk | Mar 2, 2005 2:38 am | |
| Chris Ridd | Mar 2, 2005 10:56 pm | |
| Alexey Kravchuk | Mar 3, 2005 2:52 am | |
| Mike Jackson | Mar 3, 2005 3:20 am |
| Subject: | Net::LDAP (DirSync control) | |
|---|---|---|
| From: | Alexey Kravchuk (ak...@smr.ru) | |
| Date: | Mar 2, 2005 2:38:30 am | |
| List: | org.perl.perl-ldap | |
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





