0

Is there a way that I can host a light weight version of LDAP on my developer box, so I can test out scenarios like creating a new domain account when a new employee is hired.

I am building an IT Service using NServiceBus that subscribes to a "NewEmployeeHired" message. When an employee is hired I need to be able to create a domain account for that employee that is activated on their start date.

I have very little experience with creating domain accounts via c#, so I would like to have a light weight environment where I can learn to do this.

4

1 に答える 1

1

Active Directoryライトウェイトディレクトリサービス(またはAD-LDS)は、以前はADAM(Active Directoryアプリケーションモード)と呼ばれていましたが、まさにこの種の状況(そしてもちろんそれ以上)のために存在します。

于 2010-11-11T21:03:32.893 に答える