We recently moved from one domain to another and now I am trying to figure out how to tell SQL Server to authenticate the users in the new domain to log onto our SQL database. We use SQL Server 2005.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
In Enterprise manager, on the server name, you right click properties, and authentication (or security – it’s been a while since I’ve managed SQL Server), and set authentication modes to “mixed”.
Note that you can only add users to the database from Domains that are trusted/accessible by whatever domain the SQL server is a member of.
Once you’ve done that, you can add users by DOMAIN\Username in the Add Users collection. Simply specify their domain username instead of a custom SQL name.