MSSQL and Windows Authentication

Questions about the MySQL, PostgreSQL, and most other databases, as well as using it with PHP can be asked here.

Moderator: General Moderators

Post Reply
jftuga
Forum Newbie
Posts: 9
Joined: Tue Feb 14, 2006 1:13 pm
Location: Athens, GA

MSSQL and Windows Authentication

Post 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
Post Reply