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