I have a variable coming in to Apache called "MELLON_NAME_ID" as part of mod_auth_mellon for SSO. It populates the variable with "DOMAIN\Username", and I need to populate the REMOTE_USER variable with just the "Username" portion of that. Is this possible?
Edit: It's also populating REMOTE_USER with the same value, so all I really need is to remove the "DOMAIN\" portion.
Thanks!