Hi Folks,
can anybody help please ...
I am using a Apache webserver with some directories using a .htaccess file for user authentification. Now I am looking for a way, on how to obtain the current authentification username. Lets say my directory requires the users 'Miller' or 'Smith' according to the .htaccess file. When accessing the webpage within the directory the user get a login prompt. After entering a valid username and password a perl script will run on the server. Now I want to know, whether 'Miller' or 'Smith' have logged into the system, within my perl script. How can I do that. Any help, even a good link would be appreciated.
Best regards
OpenWater
can anybody help please ...
I am using a Apache webserver with some directories using a .htaccess file for user authentification. Now I am looking for a way, on how to obtain the current authentification username. Lets say my directory requires the users 'Miller' or 'Smith' according to the .htaccess file. When accessing the webpage within the directory the user get a login prompt. After entering a valid username and password a perl script will run on the server. Now I want to know, whether 'Miller' or 'Smith' have logged into the system, within my perl script. How can I do that. Any help, even a good link would be appreciated.
Best regards
OpenWater