Secret Server allows you to select users and groups when assigning permissions.
For small Secret Server environments (< 30 users + groups) a dropdown list will be shown on the Secret Share screen.
For larger Secret Server environments (> 30 users + groups) a user/group searcher will be shown on the Secret Share screen.
The searcher is used in larger environments to improve performance since very large dropdown lists are slow and difficult to use.
ADVANCED
If you prefer the dropdown list, you can force this option by adding the following XML value to your web-appSettings.config file.
(You will need to do an "iisreset" for this setting to take effect).
<add key="UserGroupSearchControlSize" value="100" />
This will change the limit from 30 items to 100. You can set the value really high if you always want to use the dropdown list.
Article ID: 205, Created On: 11/30/2011, Modified: 11/30/2011