How to get the changed group name from active directory
IT & Infrastructure
1
Posts
1
Posters
0
Views
1
Watching
-
Hi, I wrote a code that will poll with active directory for the changed user attributes. If my code find that there is any change (say for ex: change is for telephone number for one user), my code will fetch the latest attributes from active directory and update my application datanbase with it. This I am achieving based on the LDAP DN for all users in my app database. So here I want to know, if I change the CN for a group in active directory, how can I get this update. My code doesnt able to fetch this CN itself (as my app dtabase is having old CN). How can I acheive this? Thanks in advance! -Yoyo