in reply to Re: Re: Re: Re: remote_user not identifing user
in thread remote_user not identifing user
my $user = $ENV{"REMOTE_USER"}; should be picking up the username if the diagnostic script shows that it's there. When you set $user yourself, are you using exactly the same username that the diagnostic script prints?
Were this me, I would do
to verify what I'm getting. Then I'd focus on the query logic.print $query->header(), $query->start_html (-title=>"Volunteer List Form ($user)", ...
|
|---|