Hi,
I have an application which communicates with various LDAP data sources. I
am facing a problem with Microsoft Active Directory Server Application Mode
ADAM when I perform delete operation. I register for notifications using
LDAP_SCOPE_SUBTREE constant.
The server gives me Insert/Update notifications correctly for a child OU of
a given Base DN. But the server does not throw any notification for Delete
operation. I register for subtree notifications of
OU=MUser,O=Microsoft,C=US
And delete an object from a child OU
OU=MUser,O=Microsoft,C=US,OU=SUser
Regards
Aamir Ali Shah