Quantcast
Channel: RSS feed of new entries in Active directory - Stack Overflow
Viewing all articles
Browse latest Browse all 3

RSS feed of new entries in Active directory

$
0
0

tldr: if details are changed or new accounts added in active directory we want to update an RSS feed.

Our organisation has a good deal of staff changes so it can be slightly crazy to keep track of who's in what role and new staff that have joined us.

I'm currently interested in setting up a feed which will show staff changes which I could then have show up on our intranet site (internal only so no privacy issues there). Something like: Jane Doe has started working for CompanyName in DepartmentName, here's a link to her staff profile [LINK]. Or Bill from accounting now works in building management.

Basically person x now works for us, or person y has changed roles.

We handle our login authentication with active directory (which I don't know heaps about), any time someone comes to work for us they get a login; when they change roles they would have their details changed in active directory.

What I want is an RSS feed which would have new items added to it dynamically any time that a new user is added or a staffmember's details are changed on AD.

a particular item in the feed would look something like this

<item>
    <title>[username] [now works here / has changed roles]</title>
    <link>.../staff.aspx?uid=[username]</link>
    <description> follow the link to see their staff profile</description>
</item>

how can I get the feed xml file automatically updated when one of those changes is made in active directory?

Thanks for your time.


Viewing all articles
Browse latest Browse all 3

Latest Images

Trending Articles





Latest Images