Does anybody have an example using .Net 2.0 for tracking changes within a ldap store? Specifically I want to monitor a branch for any changes - and get a callback into my application? Regards Robert
Hi Robert, I too have a similar need, but after reading some docs, I got to know that usnChanged is the parameter which tells whether any change has occurred on that DC. for more information I suggest you would get a doc if you would do a search something like "Tracking Change Notifications Active Directory" in the microsoft site. But have not figured out how would it be.Can you please tell me the same if you were successful. Regards.