OK, I have AuthBy UNIX and AuthBy DBFILE working, so now I'm
trying to turn on Realms.

I have these rules:

<Realm peakpeak.com>
        # turn into lowercase
        RewriteUsername tr/A-Z/a-z/
        AuthByPolicy ContinueWhileAccept
        <AuthBy UNIX>
                # strip realm name
                RewriteUsername s/^([^@]+)\@peakpeak\.com/$1/

What I want to happen is for <AuthBy UNIX> to rewrite usernames
[EMAIL PROTECTED] into just chrism.

This RewriteUsername statement does not appear to do that :)  Any 
ideas?

Thanks,
Chris

===
To unsubscribe, email '[EMAIL PROTECTED]' with
'unsubscribe radiator' in the body of the message.

Reply via email to