人员选择器如何识别具有信任关系的 2 个域的用户和组?
How the people picker recognizing users and groups for 2 domains with confidence relationship?
我有一个域A和另一个域B。两者都有信任关系。
然后我认为我的 Sharepoint 站点在域 A 中并添加了一个 PeoplePicker 字段。详细信息是,当我在 PeoplePicker 字段中搜索域 B 的用户(用户按用户)时,如果它识别出他们,但是当我在域 B(用户组)中搜索组时,我收到一条错误消息 "This user does not exist or is not unique" .
我希望能够从 PeoplePicker 字段添加来自域 B 的用户组。
您需要配置人员选择器才能搜索其他域。
STSADM.exe -o setproperty -pn peoplepicker-searchadforests -pv domain:DnsName,user,password -url http:// webapp
查看线程了解更多详情。
http://www.sharepointdoug.com/2014/06/how-to-configure-people-picker-in.html
我有一个域A和另一个域B。两者都有信任关系。 然后我认为我的 Sharepoint 站点在域 A 中并添加了一个 PeoplePicker 字段。详细信息是,当我在 PeoplePicker 字段中搜索域 B 的用户(用户按用户)时,如果它识别出他们,但是当我在域 B(用户组)中搜索组时,我收到一条错误消息 "This user does not exist or is not unique" .
我希望能够从 PeoplePicker 字段添加来自域 B 的用户组。
您需要配置人员选择器才能搜索其他域。
STSADM.exe -o setproperty -pn peoplepicker-searchadforests -pv domain:DnsName,user,password -url http:// webapp
查看线程了解更多详情。
http://www.sharepointdoug.com/2014/06/how-to-configure-people-picker-in.html