Re: NT Autentication for Windows groups
From: Mark Allison (mark_at_no.tinned.meat.mvps.org)
Date: 02/02/05
- Next message: Mark Allison: "Re: registering servers"
- Previous message: Mark Allison: "Re: SQL Data Encrytpion"
- In reply to: Gayanga Alagiyawanna: "NT Autentication for Windows groups"
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 02 Feb 2005 10:57:10 +0000
Gayanga,
Create a database role for each group of users. It would be great and
easier to manage if the group of users were in a Windows Group.
So, for your example, create a Database Role called Managers (or
whatever) in your database. Then grant appropriate permissions to this
role - SELECT, INSERT, etc. Then add the appropriate database users to
the Managers role. These would be mydomain\managers if you have a
windows group (I'm assuming you have already created a mydomain\managers
login and allowed this login access to your database). The owners of all
the objects in the database should be dbo.
All the above can be done in Mixed mode and Windows Only authentication.
-- Mark Allison, SQL Server MVP http://www.markallison.co.uk Looking for a SQL Server replication book? http://www.nwsu.com/0974973602m.html Gayanga Alagiyawanna wrote: > Does any one know how to use NT authentication with SQLServer 2000 for > windows group users. > > I want to create one set of tables for a given group in the same > database and want to give access to the members of that group only. > > If my domain is mydomain and > windows group is managers > > does the table owner have to be mydomain\managers ? > > is it possible for all the users in this windows group to access > the tables without giving mydomain\managers prefix for the tables? > > wht are the settings in the server that needs to be done > inorder to do this? > > Can this be done in Mixed mode authentication? > > > > > > > > > >
- Next message: Mark Allison: "Re: registering servers"
- Previous message: Mark Allison: "Re: SQL Data Encrytpion"
- In reply to: Gayanga Alagiyawanna: "NT Autentication for Windows groups"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|