The problem we run into is that I was able to find the users from the "domainA" domain on which the moss server is located. I found out that by default People Picker can only find people in the resource domain - the domain that MOSS servers are in. For other domains/forests, you'll need to run the following command:
Stsadm.exe –o setproperty –pn peoplepicker-searchadforests –pv
- -url
The format of
- is a list of
forest:DnsName,LoginName,Password
or
domain:DnsName,LoginName,Password
separated by semicolon.
If they are trusted domains/forests, then it is not necessary to pass in the LoginName or Password, just in the format of
forest:DnsName
or
domain:DnsName
If the Password is specified in the forest:DnsName,LoginName,Password or domain:DnsName,LoginName,Password,
please run the below:
stsadm.exe -o setapppassword -password
We will use
Also, please use the same

0 comments:
Post a Comment