I am attempting to do the user queries, but I am ending up with an issue when I gets to foreign security principles. Does looking up these groups require being in a trusted domain? What can you tell us to help get us past doing the user lookups in these groups? Any help would be greatly appreciated. Dev Environment: C#
FSPs represent objects in another forest or in an NT4 domain. You need to take the FSP SID and resolve to the object in the remote environment and then chase into it there. If you don't know if the other environment is NT4 or AD you have to be careful how you do the enumeration. -- Joe Richards Microsoft MVP Windows Server Directory Services Author of O'Reilly Active Directory Third Edition www.joeware.net ---O'Reilly Active Directory Third Edition now available--- http://www.joeware.net/win/ad3e.htm sriman wrote: > I am attempting to do the user queries, but I am ending up with an issue > when I gets to foreign security principles. Does looking up these groups > require being in a trusted domain? What can you tell us to help get us past > doing the user lookups in these groups? Any help would be greatly > appreciated. > > Dev Environment: C#