Nope, very very simple program, code below:
string strUsername = @"DOMAIN\Username";
NTAccount account = new NTAccount(strUsername);
SecurityIdentifier sid = (SecurityIdentifier)accoun
The reason I am researching this is because my Team Foundation Server (MS Source Control Stuff) is not able to lookup users in our US domain because I believe there is a problem with the trust between the EUROPE and US domains.
However, when I go and "validate" the trust, I am told it works. The trust works for Exchange, and files etc, but on two of our other servers, I get the above error message with regard to the trust, why would it not work on these two, but work ok on an exchange server, and the DC's ?
Andrew
Main Topics
Browse All Topics





by: AicoPosted on 2007-12-04 at 01:16:16ID: 20401700
What kind of program is it? Does it use AD to read the SID? Is there some configuration needed in the Program like defining your DC's?