Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Public Active directory for testing

I need to write some .NET code for listing user and groups. I am planing to use LINQ. I do not have access to the Active directory for testing. I do not have a server and can not set up my own Active directory. Are there any public Active directory that I could use for testing. The code is only reading data from the Active directory and not writing any data.

like image 271
dlb Avatar asked Dec 09 '09 15:12

dlb


2 Answers

I don't think AD is the sort of thing you would find a public server to develop against.

Best would be to run either ADAM or AD as a virtual machine on your dev box. Neither require much processor or RAM.

like image 143
Andrew Strong Avatar answered Nov 06 '22 18:11

Andrew Strong


Maybe you can install a local ADAM instead of a full-blown AD.

like image 36
Klaus Byskov Pedersen Avatar answered Nov 06 '22 20:11

Klaus Byskov Pedersen