Re : Database security
From: vijay (vijay_at_ebay.com)
Date: 06/20/03
- Next message: chaiyun: "backup media / set - password protection"
- Previous message: Vijay: "Re : Active Directory and SQL Server NT Authentication problem"
- Next in thread: James Miller: "Re : Database security"
- Reply: James Miller: "Re : Database security"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Thu, 19 Jun 2003 15:10:06 -0700
I am using SQL Server NT Authentication in an application.
I have two NT groups 'GroupAdmin' and 'GroupUser' (these
names can change and I don't want to hard code them in
application). Both these groups access same database but
with slightly different grants. I have two applications -
Administration and User applications using the same
database and NT authentication.
a) How can I prevent a 'GroupUser' from accessing the
Administration application. Basically, I need to know
based on NT Authentication to which group the user belongs
and what grants the group has on different database
objects to validate.
b) Only one adminstrator can access 'Administration'
application at a time and reject others.
I am using 'sp_who' to screen who is accessing the
database but I need to know who is in 'GroupAdmin'
- Next message: chaiyun: "backup media / set - password protection"
- Previous message: Vijay: "Re : Active Directory and SQL Server NT Authentication problem"
- Next in thread: James Miller: "Re : Database security"
- Reply: James Miller: "Re : Database security"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|