By default, the application pool identity is used to search active directory. If the account does not have the correct permissions, you will need to encrypt the password for the account that will be used to search that domain. This account needs to be noted for password changes!
Set the encryption key (run on each WFE)
Set the domains that should be searched (run on one WFE per web application)stsadm -o setapppassword -password *********
stsadm -o setproperty -pn peoplepicker-searchadforests
-pv domain:domain1;domain:domain2,domain2\account,password
-url http://webappA more detailed discussion can be found here:http://blogs.msdn.com/b/joelo/archive/2007/03/08/cross-forest-multi-forest-configuration-additional-info.aspx
No comments:
Post a Comment