Forum Discussion
VichareRohan
May 14, 2020Copper Contributor
Issue while Setting people picker for SharePoint 2019
hello All, I have working on building SharePoint 2019 environment and have requirement to set peoplepicker to set to get limited users only from Active directory. I am using below script to set ...
dmorlo
Oct 26, 2020Copper Contributor
VichareRohan hi, try to start wireshark with monitoring LDAP traffic on your WFE server, then try to find some user through peoplepicker, stop monitoring in Wireshark.
Look to the LDAP query, and DomainController that response on your query. In my case was, that my queries went to wrong DC(domain orgname.com instead corp.orgname.com).
After I've added peoplepicker property to look to specific domain, filters start to work fine.