Re: Managing SQL database rights using AD
- From: "Uri Dimant" <urid@xxxxxxxxxxx>
- Date: Sun, 12 Feb 2006 12:04:00 +0200
Anthony
http://vyaskn.tripod.com/sql_server_security_best_practices.htm --------security
best practices
Also , you may want to look into a database role to manage users rights
"Anthony" <Anthony@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:BEDEB701-EF66-4827-8D3A-F79F6C7EA284@xxxxxxxxxxxxxxxx
I?m new to SQL so maybe there is an obvious reference that I have
overlooked
that someone can point me to.
The problem I am trying to solve is managing SQL database rights using AD.
To simplify my problem imagine I have a single SQL server (SQL 2000). I
also
have an app that can be accessed by two different organizations. Within
each
organization I have two sets of users: Casual-users that can see a limited
number of tables and then Power-users that can see all tables for their
organization.
The structure can be conceptualized as something like this in AD:
- MyDomain
- Org1
--- Org1 admins
--- Org1 Power-Users
--- Org1 Casual-Users
- Org2
--- Org2 admins
--- Org2 Power-Users
--- Org2 Casual-Users
I can use AD to set up the structure I need. However, I would like to use
this AD structure to manage the user?s database access rights. Ideally I
could add a new user somewhere in my AD defined Domain and they would
automatically have the correct database rights.
Questions:
- Is the scenario that I am describing possible to implement?
- If so is there a source of information someone can point me at?
Thanks,
-Anthony
.
- Follow-Ups:
- Re: Managing SQL database rights using AD
- From: Anthony
- Re: Managing SQL database rights using AD
- Prev by Date: Re: Deny access to all users (including Administrator and DomainAdmins) except SA?
- Next by Date: Re: Who is using MSMQ?
- Previous by thread: Re: Login failed for user 'sa'
- Next by thread: Re: Managing SQL database rights using AD
- Index(es):
Relevant Pages
|
|