Is there a managed API(C#) available for managing users and groups (CRUD operations) on Active Directory (AD) ?
(edit) I will give some more info why I asked this here. I am participating in a project where employee data in flat files (multiple .dat files) are written to a folder during 1 night scheduled job. These .dat files must be consolidated into 1 xml per employee. Each xml has enough information in it to perform CRUD operations on AD to get the AD in sync.
I was attentioned by a collegae that Microsoft Identity Integration Server (MISS) or the light-weight variant IILF can also be used for this.... is that possible in this scenario ?
(edit) Working with Visual Studio 2005 / .NET 2.0