JrK wrote:
> created with htpasswd2. The webserver is apache2 with mod_perl-1.29
>
> The environment variable REMOTE_USER hasn't any value, so may there are
> any other recommendations on how to identify users easyly with perl ?
Since you're using mod_perl -
my $user = Apache->request()->connection()->user();
Or, as another posted mentioned, if you're using CGI.pm you could use its
remote_user() method.
sherm--
--
Cocoa programming in Perl:
http://camelbones.sourceforge.net
Hire me! My resume:
http://www.dot-app.org