
30 Nov
2006
30 Nov
'06
10:27 a.m.
This # In case there is a leading domain in the REMOTE_USER, you can # replace it by the next config option. # $Self->{'AuthModule::HTTPBasicAuth::Replace'} = 'example_domain\\'; (and Customer::AuthModule::HTTPBasicAuth::Replace) would be useful to me if there weren't the constraint that 'Replace' has to occur at the beginning of REMOTE_USER. My REMOTE_USER has the form user@domain, so I must continue to modify the code to get it reduced to plain 'user'. If the anchoring were removed, in order to allow the pattern to be deleted to occur anywhere in the string, I doubt if anyone already using the feature would be affected. Could it be done? Jim