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
MSSQL and Windows Authentication
Moderator: General Moderators