London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!
AI OnAI Off
London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!
I haven't verified it, but I think you can configure SearchAdmins as a virtual role - add AD groups to the role.
See: http://world.episerver.com/Documentation/Items/Developers-Guide/EPiServer-CMS/7/Security/Virtual-Roles/
Configuring SearchAdmins as a virtual role and adding the AD groups to it did the trick.
<add name="SearchAdmins"
type="EPiServer.Security.MappedRole, EPiServer"
roles="<Domain>\<GroupName>" mode="Any" />
Thanks for the help :)
Hi everyone,
I am trying to grant AD groups/users access to the Find tab. The documentation states that a user has to be a member of one of the following groups in order to have access to it:
- Administrators
- WebAdmins
- SearchAdmins
It is not possible to add AD users to the WebAdmins and SearchAdmins groups, and adding the AD users to the Administrators group on the local server is not a good solution.
Would appreciate suggestions on how to solve granting specific AD groups the right to access the Find tab.