[RADIATOR] multiple hosts

Martin Burton mvb at sanger.ac.uk
Tue Nov 22 19:10:09 CST 2011


You could probably achieve what you need using an AuthByPolicy, like:

<Handler Realm= domain.ac.uk>
    RewriteUsername s/^([^@]+).*/$1/
    AuthByPolicy ContinueWhileReject
    <AuthBy RADIUS>
        <Host host1.herts.ac.uk>
            Secret xxxx
        </Host>
    </AuthBy>
    <AuthBy RADIUS>
        <Host host2.herts.ac.uk>
            Secret xxxxx
        </Host>
    </AuthBy>
    # Log accounting to the detail file in LogDir
    AcctLogFileName %L/detail
</Handler>

HTH.


On 23/11/2011 00:01, Judy Angel wrote:
> 
> Radius V4.2.
> I am looking to authenticate on two servers. If the userid is not available 
> in host1 try host2. The config below works fine on host1 but if the return 
> fails as the userid does not exist it does not check for the userid in 
> host2. Should this be possible?
> 
> 
> <Handler Realm= domain.ac.uk>
>         RewriteUsername s/^([^@]+).*/$1/
>         <AuthBy RADIUS>
> 
>                 <Host host1.herts.ac.uk>
>                 Secret xxxx
>                 </Host>
>                 <Host host2.herts.ac.uk>
>                 Secret xxxxx
>                 </Host>
>         </AuthBy>
>       # Log accounting to the detail file in LogDir
>     AcctLogFileName %L/detail
> </Handler>
> 
> Thanks
> Judy Angel
> University of Hertfordshire
> 
> _______________________________________________
> radiator mailing list
> radiator at open.com.au
> http://www.open.com.au/mailman/listinfo/radiator

-- 
Martin Burton
Senior Systems Administrator               \\\|||///
Special Projects Team                     \\  ^ ^  //
Wellcome Trust Sanger Institute            (  6 6  )
-----------------------------------------oOOo-(_)-oOOo---
                                  http://www.sanger.ac.uk

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 259 bytes
Desc: OpenPGP digital signature
Url : http://www.open.com.au/pipermail/radiator/attachments/20111123/63589af1/attachment.bin 


More information about the radiator mailing list