(RADIATOR) Handle the same client with different handlers

Lopez, A. a.lopez at tue.nl
Fri Jul 9 05:26:43 CDT 2004


Hello all,

I want to handle different types of requests coming from the same client
with different handlers.

Since the username attribute is not present in those requests (I cannot
use the realm) I thought about defining such a client in three different
ways, as follows:

 

<Client Ipaddress>

            Secret secret1

            Identifier identifier1

</Client>

<Client Ipaddress>

            Secret secret2

            Identifier identifier2

</Client>

<Client Ipaddress> 

            Secret secret3

            Identifier identifier3

</Client>

 

And then handle the request based on the identifier:

<Handler Client-Identifier=identifier1>

...

</Handler>

 

<Handler Client-Identifier=identifier2>

....

</Handler>

 

The point is that the radius server complains "bad authenticator in
request"

Can anyone tell me another way to do this?

Thanks in adcance,

Alex

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.open.com.au/pipermail/radiator/attachments/20040709/f3520ea4/attachment.html>


More information about the radiator mailing list