Sql Server 2008, Active Directory Groups, and Failed Logins

Posted by Ryan Michela on Server Fault See other posts from Server Fault or by Ryan Michela
Published on 2009-11-17T20:57:49Z Indexed on 2010/04/14 15:13 UTC
Read the original article Hit count: 378

I keep getting a Login Failed error in my ASP.net application when connecting to my SQL Server 2008 database. I am trying to login with the user domain\foo.

When I grant a database login (server and database level) for domain\foo, my application can connect.

When I put domain\foo in a group called domain/goo and give domain\goo a database login, the user domain\foo cannot authenticate.

This does not make any sense. Am I doing something wrong? domain\foo and domain\goo are configured identically. The only difference is that on is a user and one is a group containing a user. Adding active directory groups as users to SQL Server 2008 is supposed to work.

© Server Fault or respective owner

Related posts about sql-server-2008

Related posts about active-directory