cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
stiwa
Champion Sweeper
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.
5 REPLIES 5
Hemoco
Lansweeper Alumni
This shouldn't work. You were never meant to submit individual users.
stiwa
Champion Sweeper
Maybe your documentation says that, but i've tried it with users and it worked.
Hemoco
Lansweeper Alumni
You could only add user groups here, not individual users.
stiwa
Champion Sweeper
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>
Hemoco
Lansweeper Alumni
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.