User rights administration
45 pts.
0
Q:
User rights administration
How can i Assign diffrenet rights to different users.

For example, My system have 2 types of users Internal and External. And i have to give View and Print rights to External users and Add,View,Update,Delete,View and Print rights to Internal users.

I am using .net 2.0 and working with windows application.
ASKED: Feb 25 2009  4:31 AM GMT
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
0
23535 pts.
0
A:
 RATE THIS ANSWER
0
Click to Vote:
  •   0
  •  0
  • AddThis Social Bookmark Button
For this application, you can use a system or Active Directory group. Add internal users to a certain group, and have the .net application check for that group. Then give them the extra priviledges. By default you can only give the View and Print priviledges to every user so you don't have to maintain two groups of users.
Last Answered: Feb 25 2009  6:51 PM GMT by Mshen   23535 pts.
0
0
Discuss This Answer:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _



_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

Technochic   40210 pts.  |   Feb 25 2009  4:06PM GMT

Are these network shares you are trying to give rights to? Or web pages? What is it exactly you are assigning rights for? Thanks.

 

ISMS   130 pts.  |   Mar 4 2009  10:09AM GMT

Please specify whether you are talking about rights on a single computer or a network with remote users. Also explain your setup a bit better.

 
0