Is there a way to delegate session from Kerberos authentication on Apache + PHP to a SQL server connection? We want to accomplish user based connection to SQL Server.
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.
No, the PHP MSSQL and ODBC extensions do not provide kerberos authentication.
What could work is running PHP in IIS and using the PHP COM extension to use ADODB.Connection and follow the steps explained here: http://support.microsoft.com/kb/319723