Active Directory Notification
-
Has anyone every done anything with Active Directory Notification. I need to write a service that listens to LDAP and lets me know when things change such password changes, etc. I found the sample code on MSDN (http://msdn.microsoft.com/library/default.asp?url=/library/en-us/netdir/ad/example\_code\_for\_receiving\_change\_notifications.asp), however I'm unable to get the code to compile. I seem to be missing all of the header files. -Any thoughts? Thanks
-
Has anyone every done anything with Active Directory Notification. I need to write a service that listens to LDAP and lets me know when things change such password changes, etc. I found the sample code on MSDN (http://msdn.microsoft.com/library/default.asp?url=/library/en-us/netdir/ad/example\_code\_for\_receiving\_change\_notifications.asp), however I'm unable to get the code to compile. I seem to be missing all of the header files. -Any thoughts? Thanks
-
hi did u try to install the active directory SDK?? it contains all the header files u need. good luck The music in my heart I bore Long after it was heard no more. - William Wordsworth
Thank you very much. I will try that.