Hi,
I have a vb.net winform app that periodically syncronizes a number of
active
directory groups with the contents of a database. This application does
this
using the currently logged in users context and needs to as the
activedirectory groups are owned by the individuals using the application.
(XP Clients)
This works great until the user shutsdown their system (laptop) and takes
it
home. This syncronization process runs every few hours while they are
connected to the network.
So, I would like to move the syncronization process to a server but have
the
server impersonate the owner of the group without having to ask for their
login details. This would allow the sync process to function independantly
from the client availability.
Can you tell me if this is even possible?? I was thinking of storing the
users security token and using that from a Windows service if it were
possible??
Any assistance would be very much appreciated..
Thanks
Jason