Peoplepicker-activedirectorysearchtimeout: Stsadm property (Office SharePoint Server)
Applies To: Office SharePoint Server 2007
This Office product will reach end of support on October 10, 2017. To stay supported, you will need to upgrade. For more information, see , Resources to help you upgrade your Office 2007 servers and clients.
Topic Last Modified: 2015-03-09
Configures the timeout when a query is issued to Active Directory. The default timeout value is 30.
Syntax
The syntax for the setproperty operation is:
stsadm -o setproperty
-propertyname peoplepicker-activedirectorysearchtimeout
-propertyvalue <valid integer>
**\[-url\]** *\<URL\>*
The syntax for the getproperty operation is:
stsadm -o getproperty
propertyname peoplepicker-activedirectorysearchtimeout
**\[-url\]** *\<URL\>*
Note
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 integer that represents seconds, such as 30. |
url |
Typically, a path to the URL of the Web application, in the form http://server_name. |
Examples
Change the Active Directory search timeout
If you have ten Active Directory directories to search and you do not want to let the user to wait too long, you can configure the timeout to be ten seconds per Active Directory. To do this, use the following syntax:
stsadm -o setproperty -pn peoplepicker-activedirectorysearchtimeout –pv 10
To view the current setting for the activedirectorysearchtimeout property, use the following syntax:
stsadm -o getproperty -pn peoplepicker-activedirectorysearchtimeout