I guess you should logon to the ActiveDirectory sth like
System.DirectoryServices.DirectoryEntry d = new System.DirectoryServices.DirectoryEntry("", "", "", System.DirectoryServices.AuthenticationTypes.None);
http://www.codeproject.com/KB/system/everythingInAD.aspx