5.109 IsUPNInTrustedForest
-
prodecure IsUPNInTrustedForest(upn: unicodestring): boolean
The IsUPNInTrustedForest procedure returns true if the domain containing the account identified by upn is in a forest trusted by the caller's forest, as determined by the FOREST_TRUST_INFORMATION state of the caller's forest, and false otherwise. The upn parameter is the UPN of an account in a domain.
See section 5.64 for the specification of this procedure.