
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-13-2013 12:06 PM
please add the possibility to add a single user to a role (domain\user) like it was in v4.
i have some users who need access but are in groups which i cannot allow.
and i cannot put them in groups which are allowed.
i have some users who need access but are in groups which i cannot allow.
and i cannot put them in groups which are allowed.
Labels:
- Labels:
-
Product Feedback
5 REPLIES 5

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-13-2013 02:40 PM
This shouldn't work. You were never meant to submit individual users.

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-13-2013 02:36 PM
Maybe your documentation says that, but i've tried it with users and it worked.

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-13-2013 02:24 PM
You could only add user groups here, not individual users.

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-13-2013 01:30 PM
It existed in v4.2 and worked flawlessly.
Just added following code to web.config file (this was from one of your v4.2 kb-articles):
<authentication mode="Windows"/>
<identity impersonate="true" />
<authorization>
<allow roles="domain\group,domain\user" />
<deny users="*" />
</authorization>
Just added following code to web.config file (this was from one of your v4.2 kb-articles):
<authentication mode="Windows"/>
<identity impersonate="true" />
<authorization>
<allow roles="domain\group,domain\user" />
<deny users="*" />
</authorization>

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-13-2013 12:11 PM
This option never existed in 4.2 either. You have always had to submit user groups, not individual users. We have added your feature request to our customer wish list, but this will most likely not be implemented.
