i'm using the mod_auth_kerb module for kerberos authentication in apache.
Usernames have the format "User.Name" like here:
[authz_core:error] AH01631: user User.Name: authorization failure for "/site/":
I need the full Username in lowercase. The variable is %{LA-U:REMOTE_USER}
How can I rewrite the variable to lowercase with mod_rewrite? Or is there a better way?
Thanks for your help.