Re: (RADIATOR) RewriteUser in AuthBy?

2003-02-20 Thread Chris Fedde
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$/

Re: (RADIATOR) RewriteUser in AuthBy?

2003-02-20 Thread Hugh Irvine
Hello Chris - To do what you describe below, the best way is to enclose your existing AuthBy clauses with an AuthBy GROUP and put the RewriteUsernames there. Note that in the second AuthBy GROUP, you will need to remove what was added in the first AuthBy GROUP. Handler Called-Station-Id =

(RADIATOR) RewriteUser in AuthBy?

2003-02-19 Thread Chris Fedde
I am transitioning a bunch of dialup users from one authserver to another. I want to first check the new AuthBy LDAP2 and then check the old AuthBy RADIUS. My problem is that the LDAP2 directory uses a different username encoding scheme than the legacy server. Is ther a way to RewriteUser

Re: (RADIATOR) RewriteUser in AuthBy?

2003-02-19 Thread Hugh Irvine
Hello Chris - If you can recognise the different usernames, you can do this: # define Handlers for different cases Handler User-Name = /../ RewriteUsername . AuthBy LDAP2 . /AuthBy /Handler Handler User-Name = /../ RewriteUsername . AuthBy RADIUS