RE: [users@httpd] Retrieve the username which got authenticated by the apache

2014-07-08 Thread Brian Gaber
“more better” ☺ Did you try $ENV{REMOTE_USER} From: Rahul R [mailto:rahul.ra...@gmail.com] Sent: Tuesday, July 08, 2014 7:49 AM To: users@httpd.apache.org Subject: [users@httpd] Retrieve the username which got authenticated by the apache Not sure this is the right place to ask this question

[users@httpd] Retrieve the username which got authenticated by the apache

2014-07-08 Thread Rahul R
Not sure this is the right place to ask this question or not. I have an apache 2.2 setup with LDAP auth enabled. The html form in the front end takes some values and processes them using perl script in the background. Is there a way I can get the username which is submitting the values in that per