Hello,
I tried to search any info about this but no results. I'm using Audit Trail and Windows Authentication in my project. It works fine, but there is no user in audit trail table. As in topic description I use SQL 2005 + IIS7 + PHP5.2 + PGPRunner5.3.
Variable $_SERVER["REMOTE_USER"] is populated ok.
Is there any other way to save a user name in audit trail table?
Brgds
Mariusz
Btw. I tried to use an SQL triggers, it also works fine but detected user is SQL user used in connection string to SQL DB.