Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I just installed a new instance of SQL Server 2012. The server is a member of the domain (Windows 2008 R2 domain). I have an AD security group - global that's called SQL sysadmins and has users that should have sysadmin privileges in SQL Server.

I've added a windows authentication login DOMAIN\SQL sysadmins to the login collection and have assigned the login the role of sysadmin.

However, none of my users can login. Here's the error message in the log:

Login failed for user 'DOMAIN\someUser'. Reason: Could not find a login matching the name provided. [CLIENT: ]
Error: 18456, Severity: 14, State: 5.

Am I missing something. It seems as if SQL Server cannot connect back to AD to find the user? Or, it doesn't see users in the group.

Thanks, Joshua

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.