Peoplepicker-searchadforests : propriété Stsadm (Office SharePoint Server)
Mise à jour : 2010-07-08
Permits a user to search from a second one-way trusted forest or domain.
All servers in a farm need to be within one domain. Users in the forest that the server is in (that is, a resource forest) are displayed automatically. Forests that have at least a one-way trust to that forest can be searched for users to add.
When a Web application uses Windows authentication, People Picker searches all two-way trusted forests and all two-way trusted domains. However, if you want to search from a one-way trusted forest or a one-way trusted domain, you must run the setapppassword operation, and then run the peoplepicker-searchadforests property.
The peoplepicker-searchadforests property allows you to search multiple values when users are selected. You also can add multiple forests, domains, accounts, and even specific property searches.
Remarque : |
---|
By default, Microsoft Office SharePoint Server 2007 talks to the domain controller for the domain in which Office SharePoint Server 2007 was installed and all trusted domains for two-way trusted domains. |
Syntax
The syntax for the setproperty operation is:
stsadm -o setproperty
-propertyname peoplepicker-searchadforests
-propertyvalue <valid list of forests or domains>
[-url] <URL>
The syntax for the getproperty operation is:
stsadm -o getproperty
** propertyname peoplepicker-searchadforests**
[-url] <URL>
Remarque : |
---|
You can substitute -pn for -propertyname and -pv for -propertyvalue. |
Values
The following table shows possible values.
Name | Value |
---|---|
propertyname |
Gets or sets the name of the property. |
propertyvalue |
A valid list of forests or domains. The format of the list of forests or domains value includes the following:
|
url |
Typically, a path to the URL of the Web application, in the form http://*server_name*. |
Examples
Search additional domains or forests
To enumerate a list of users by using People Picker from a second forest or domain, use the following syntax:
stsadm –o setproperty –pn peoplepicker-searchadforests –pv <list of forests or domains> -url <WebApp>
Specify user account and password from a one way trust
To specify the user name and password from a one-way trust, so that People Picker can look up this information, use the following syntax:
stsadm -o setproperty -url http://<server:port> -pn peoplepicker-searchadforests -pv "forest:contoso.corp.com, <LoginName>,<Password>;domain:bar.contoso.corp.com, <LoginName>,<Password>"
Related properties and operations
You can include additional users and groups from multiple forests. For more information about how to select and add users, see Sélectionner des utilisateurs dans plusieurs domaines de la forêt and Ajouter des utilisateurs à partir de plusieurs domaines de la forêt.