On Thu, 20 Feb 2003 14:17:15 +1100  Hugh Irvine wrote:
 +------------------
 | Hello Chris -
 | 
 | If you can recognise the different usernames, you can do this:
 | 
 +------------------

The auth request comes in as, for example, User-Name = cfedde.

<Handler Called-Station-Id = /4242$/>
    AuthByPolicy ContinueUntilAccept 
    <AuthBy LDAP2>
        ...
    </AuthBy>
    <AuthBy RADIUS>
        ...
    </AuthBy>
</Handler>

But for the <AuthBy LDAP2> clause I need

    RewriteUsername s/^/foo#/

and for the <AuthBy RADIUS> I need

    RewriteUsername s/^them#//
    RewriteUsername s/$[EMAIL PROTECTED]/

I'm not sure if I can make your recomendation do that. Am I just
overlooking something obvious?

Thanks
--
    chris fedde
===
Archive at http://www.open.com.au/archives/radiator/
Announcements on [EMAIL PROTECTED]
To unsubscribe, email '[EMAIL PROTECTED]' with
'unsubscribe radiator' in the body of the message.

Reply via email to