Re: troubles adding domain group as database role member
From: Jasper Smith (jasper_smith9_at_hotmail.com)
Date: 02/23/04
- Next message: Peter Cwik: "DTS Permissions"
- Previous message: John Jakus: "Re: Security Connection Problem"
- In reply to: Timo: "troubles adding domain group as database role member"
- Next in thread: Timo: "Re: troubles adding domain group as database role member"
- Reply: Timo: "Re: troubles adding domain group as database role member"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Mon, 23 Feb 2004 19:13:16 -0000
In Enterprise Manager, if you view the users folder of the database in
question - does the domain group show up as "via group membership" or as
"Permit" in the Database Access column. If you explicitly grant access to
the database to the domain group using sp_grantdbaccess before then using
sp_addrolemember does it work ?
-- HTH Jasper Smith (SQL Server MVP) I support PASS - the definitive, global community for SQL Server professionals - http://www.sqlpass.org "Timo" <t@anonymous.com> wrote in message news:MPG.1aa2a4e2886e58799896b6@msnews.microsoft.com... > We're having no trouble setting up Windows Authentication on a SQL > Server 2000 server running under Windows 2003 Server as long as we use > individual domain users, but we cannot get things working with domain > groups. We're using ActiveDirectory. > > We create the domain group, add domain users to it, grant login to the > group, and then add the domain group to a role using sp_addrolemember > (rolename, domaingroupname). However, the role's object-permissions are > not being conferred upon the individual members of the domain group. > > I'd be grateful for a link to some step-by-step instructions, to make > sure we're doing everything required. Anything special we need to do to > make SQLServer aware of the domain groups under ActiveDirectory? > Thanks! > Timo > > >
- Next message: Peter Cwik: "DTS Permissions"
- Previous message: John Jakus: "Re: Security Connection Problem"
- In reply to: Timo: "troubles adding domain group as database role member"
- Next in thread: Timo: "Re: troubles adding domain group as database role member"
- Reply: Timo: "Re: troubles adding domain group as database role member"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|