I am working on a SQL Server 2005 server but I am not the network admin. Both my workstation - station1 and the SQL Server - SQL1 are in the same domain. A local user - user1 - is added to statation1 and SQL1 with same user name and password. I logged into station1 as user1 and found out that station1/user1 has access to SQL1.
As I understand, SQL1 knows that "station1/user1" is not a domain account and then basically validate the user name and password from "station1/user1" against its local accounts. This is how a user gets access to another machine in a Workgroup environment. But I am surprised to see that it also works in a domain.
Here is my questions.
What is the technical term for this kind of authentication - by matching the user name and passwords? Is this part of so-called "Integrated Authentication"?
Thanks in advance.
Seaport
As I understand, SQL1 knows that "station1/user1" is not a domain account and then basically validate the user name and password from "station1/user1" against its local accounts. This is how a user gets access to another machine in a Workgroup environment. But I am surprised to see that it also works in a domain.
Here is my questions.
What is the technical term for this kind of authentication - by matching the user name and passwords? Is this part of so-called "Integrated Authentication"?
Thanks in advance.
Seaport