Le 25/05/2016 13:23, Gustavo Castelo a écrit : >* Hi, *>>* I'm using asyncLdapService with AD, which is working well for modified *>* fields but doesn't receive delete notifications. I can see in *>* wireshark that nothing comes through from AD when an object is *>* deleted, so I'm wondering if it's a problem in AD or the way the *>* listener is registered? *>>* Using LSC 2.1. *>>* This is my configuration: *>>>* <asyncLdapSourceService> *>* ... *>* <baseDn>CN=Users,dc=windows,dc=acrossgadget,dc=com</baseDn> *>* .. *>* <pivotAttributes> *>* <string>mail</string> *>* </pivotAttributes> *>* <fetchedAttributes> *>* <string>mail</string> *>* <string>memberOf</string> *>* <string>userAccountControl</string> *>* </fetchedAttributes> *>* <getAllFilter><![CDATA[ (objectClass=*) ]]></getAllFilter> *>* ... *>* <synchronizingAllWhenStarting>false</synchronizingAllWhenStarting> *>* <serverType>ActiveDirectory</serverType> *>* </asyncLdapSourceService> *>>* Thank you *
>> Hi, >> delete is not managed by the async phase (-a), you need to run the clean >> >> phase (-c) to delete entries. It means that deletions will not be pushed >> >> directly to your destination, you need to run the clean phase as a cron job. >> -- >> Clément OUDOT>> Consultant en logiciels libres, Expert infrastructure >> et sécurité>> Savoir-faire Linux>> 87, rue de Turbigo - 75003 PARIS>> Blog: >> http://sflx.ca/coudot I see, that might work. But are you considering to support this in async mode in a near future, as well as create event, as it would allow to have full realtime synchronization? I've seen the code but still don't understand why it wouldn't receive these events since AD sends them by default. It might have to do it the way the listener is registered, using Subtree scope, but I haven't been able to confirm this. Thank you
_______________________________________________________________ Ldap Synchronization Connector (LSC) - http://lsc-project.org lsc-users mailing list [email protected] http://lists.lsc-project.org/listinfo/lsc-users

