People Picker Bug

When adding new User in the Site Collection administrator, you cannot find the user ” cannot find mached ” from another domain , and you have one way trust between these domains

Solution

Run the two commands

1 Stsadm.exe -o setapppassword -password <password>
2 stsadm.exe -o setproperty -pn “peoplepicker-searchadforests” -pv “domain:yourdomain.local;domain:trusted domain.local”,username,password -url “http://serverip:port&#8221;

Leave a comment