Use the People Picker feature to Search only for users with permissions whitin the site collection
Some times we're looking for specific tips or how-tos for certain things, now I'ld like to share one from technet about how to delimit the scope por a people picker used within a site. For more info: http://technet.microsoft.com/en-us/library/cc261988.aspx
Use the Stsadm command-line tool to configure the People Picker to display only users that are members of the site collection. In this configuration, you can add any user from the directory if you know the user name; however, only users that are already added to the site collection are displayed in the People Picker. This prevents partner users from browsing your user directory through the People Picker.
Use the following command to turn this configuration on;
Stsadm.exe -o setproperty –url http://server –pn “peoplepicker-onlysearchwithinsitecollection” –pv yes
Use the following command to turn this configuration off:
Stsadm.exe -o setproperty –url http://server –pn “peoplepicker-onlysearchwithinsitecollection” –pv no
This entry was posted
on Tuesday, March 18th, 2008 at 10:11 pm and is filed under Uncategorized.
You can follow any responses to this entry through the RSS 2.0 feed.
You can leave a response, or trackback from your own site.
Use the People Picker feature to Search only for users with permissions whitin the site collection
Some times we're looking for specific tips or how-tos for certain things, now I'ld like to share one from technet about how to delimit the scope por a people picker used within a site. For more info: http://technet.microsoft.com/en-us/library/cc261988.aspx
Use the Stsadm command-line tool to configure the People Picker to display only users that are members of the site collection. In this configuration, you can add any user from the directory if you know the user name; however, only users that are already added to the site collection are displayed in the People Picker. This prevents partner users from browsing your user directory through the People Picker.
Use the following command to turn this configuration on;
Stsadm.exe -o setproperty –url http://server –pn “peoplepicker-onlysearchwithinsitecollection” –pv yes
Use the following command to turn this configuration off:
Stsadm.exe -o setproperty –url http://server –pn “peoplepicker-onlysearchwithinsitecollection” –pv no
This entry was posted
on Tuesday, March 18th, 2008 at 10:11 pm and is filed under Uncategorized.
You can follow any responses to this entry through the RSS 2.0 feed.
You can leave a response, or trackback from your own site.