How to fake Active Directory?

前端 未结 4 1237
星月不相逢
星月不相逢 2020-12-16 01:48

I am developing an application in C# that needs to authenticate against Active Directory. I have Windows 7 and can\'t install Active Directory locally. I don\'t have access

4条回答
  •  挽巷
    挽巷 (楼主)
    2020-12-16 02:09

    I found the ldap-test-server project on GitHub and started it successfully in a docker container. Then I was able to list the users via https://directory.apache.org/studio/

提交回复
热议问题