Welcome to dbFreaks.com!
FAQFAQ    SearchSearch      ProfileProfile    Private MessagesPrivate Messages   Log inLog in

Linked Server/NT Group

 
   Database Help (Home) -> Security RSS
Next:  Simulate a cursor using recursive joins as follow..  
Author Message
pnorth

External


Since: Dec 17, 2008
Posts: 1



(Msg. 1) Posted: Wed Dec 17, 2008 7:11 am
Post subject: Linked Server/NT Group
Archived from groups: microsoft>public>sqlserver>security (more info?)

Why can't I used an NT Group as a local login on the security tab of the
linked server? Because I cannot, I have to add each NT login to the server
so that they will appear in the local login drop box and then add each
manually (as I am mapping them to a remote login). Then I must ensure that
no one in the dba group updates security on the individual nt logins rather
than the nt groups. Some of the groups have hundreds of users.

Doesn't this defeat the purpose of being able to use the NT group to ease
maintenance? Is there another way to do this that I am missing?

Paula

 >> Stay informed about: Linked Server/NT Group 
Back to top
Login to vote
Russell Fields

External


Since: Jan 10, 2008
Posts: 608



(Msg. 2) Posted: Wed Dec 17, 2008 4:33 pm
Post subject: Re: Linked Server/NT Group [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Paula,

By NT Group, I assume that you mean a Windows Domain Group. E.g.
GROUP: Domain\SpecialUsers
USERS: Domain\Fred
Domain\Sally

You would like to allow Domain\SpecialUsers through the linked server
without specifying Fred and Sally separately. However, mappings of rights
always need to be for singleton users. For example, SQL Agent jobs are
owned by Users not Groups, you can EXECUTE AS a User, not a Group, etc.

Assuming that Kerberos authentication is working on your domain and between
the servers, you could do the following. Rather than specifying anything in
the mappings of logins, why not simply choose the radio button: "Be made
using the login's current security context".

On the server being linked to, grant Domain\SpecialUsers the appropriate
rights in the remote server's database or databases. Then the user's
credentials pass forward through the link and only the group needs to be
defined.

This does mean that "anyone" could use the link, but they only get the
rights you have granted to them. If they have no rights granted, they
should get nothing that is not very public.

RLF

"pnorth" wrote in message

> Why can't I used an NT Group as a local login on the security tab of the
> linked server? Because I cannot, I have to add each NT login to the
> server
> so that they will appear in the local login drop box and then add each
> manually (as I am mapping them to a remote login). Then I must ensure
> that
> no one in the dba group updates security on the individual nt logins
> rather
> than the nt groups. Some of the groups have hundreds of users.
>
> Doesn't this defeat the purpose of being able to use the NT group to ease
> maintenance? Is there another way to do this that I am missing?
>
> Paula

 >> Stay informed about: Linked Server/NT Group 
Back to top
Login to vote
Display posts from previous:   
Related Topics:
Rights for Linked Server - SQL Server 2005 linked to DB2...... The queries are successful when procs that access data via the linked server are run by System Administrator. Standard users get the following...error code SQL1092N Access Denied. THKS

linked server : read only - I work on an MS Access project ( *.apd - file) that is linked with a SQL-express server 2005 (local installed). On this server are 2 databases x and y. I linked some tables of database x to y and here's the problem: the linked tables are read-only. My...

Linked Server - name not getting passed over? - I am trying to connect from ServerA to ServerB using linked server. Below is the setup script, but it's the basic linked server (RPC is on, Data Access is on, use login's permissions). Doing "test connection" works, and if I open catalogs I se...

Linked server only allow access to one database - Is it easy to add a linked server and only allow the linked server to use a single view in one database?

Linked Server Security Trouble - Hello, I am having trouble configuring a linked server on a Windows domain that does not have Active Directory. I would like to be able to use Windows Authentication for this Linked Server. We are building an app that needs to run from SERVER1 and....
   Database Help (Home) -> Security All times are: Pacific Time (US & Canada)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You can edit your posts in this forum
You can delete your posts in this forum
You can vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]