I have CakePHP connecting to a SQL Server database using standard SQL Server authentication. If I want to connect via Windows Authentication instead has anyone tried this?
Firstly I think it requires using the SQL Server drivers i.e. not the standard MSSQL PHP drivers so that PHP itself can use Windows Authentication. Then its the issue of replacing all the places in CakePHP where it assumes that its using the /app/core/database.php config file.
Has anyone tried either using the SQL Server drivers with CakePHP or better yet tried Windows Authentication? Or simply maybe its just not worth the hassle.