Thanks for your reply. Can you guide me a bit further. What I need is to hook into some kind of callback mechanism of Active Directory so that whenever a change occurs (like users added ,deleted or moved)I get some notifications in whose handler I can update my SQL DB. I want to write some kind of service that keeps running and and recieves notifications whenever changes to Active Directory occur (in terms of users & groups). Thanks & Regards Alok
-----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Ken Cornetet Sent: 05 March 2003 15:55 To: [EMAIL PROTECTED] Subject: RE: [ActiveDir] Recieving notifications for changes in Active Directory I use perl DBI, and Net::LDAP to do what you are describing, except in reverse (I update AD with a user directory in an Oracle table). -----Original Message----- From: Alok Dwivedi [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 05, 2003 10:43 AM To: [EMAIL PROTECTED] Subject: [ActiveDir] Recieving notifications for changes in Active Directory Hi All, I am quiet new to Active Directory.I want to do some thing like this. My cutsom application is user based client-server application. Every user has got some (or I should say VARIOUS attributes that are specific to application's business logic) attributes. This information is stored in a SQL DB. Now I want to intergrate my application with Active Directory. So now the users for my application will be picked from Active Directory. Becuase of the restrcitions of business logic I can not store different attributes of the users in Active Directory. Rather I want to still keep them in my application specifc SQL DB. So I want to write some kind of 'synchronization service' between my SQL DB holding various (business logic realted) attributes for various users existing in Active Directory. This synchronization should be such that all the users (& groups) in my SQL DB are mirror image of users (& groups) in Active Directory. So when ever a user is deleted or a new one added or when a user is moved from one group to another , that 'synchronization service' can update my SQL DB accordingly. Can anyone please advice me how to approach this. Regards Alok List info : http://www.activedir.org/mail_list.htm List FAQ : http://www.activedir.org/list_faq.htm List archive: http://www.mail-archive.com/activedir%40mail.activedir.org/ List info : http://www.activedir.org/mail_list.htm List FAQ : http://www.activedir.org/list_faq.htm List archive: http://www.mail-archive.com/activedir%40mail.activedir.org/
<<attachment: winmail.dat>>
