Hello all,
I just started using mod_auth_mysql instead of .htpasswd, .htgroup files for authenticating my users. But now my remote_user environment variable is not getting set. Any idea how I can use mod_auth_mysql to set this variable.
I am currently encrypting my passwords in the mysql data base with the mysql password() function. Is it possiblie that I have to use standard UNIX_DES encryption for the HTTP authentication to work?