Page 1 of 1

MSSQL and Windows Authentication

Posted: Fri Feb 17, 2006 2:38 pm
by jftuga
I am trying to use mssql_connect(host, user, pw) and have the user & pw authenticate against Active Directory instead of a user account stored in the database. From what I can tell, if you decide to use Windows authentication it will use the credentials of the logged in person and not what you pass in as the 2nd & 3rd argument.

Is there any way to have mssql_connect() authenticate against AD instead of database accounts?

Thanks,
-John