Hello,
We are running Radiator and there is another radius server proxying us
auth/accounting for certain realms.
I would like Radiator to only accept auth/accounting from this server
for specified realms, and ignore everything else. I'm trying to find the
best way to put this in our config file.
We currently have a few <Realm> sections and <Handler> sections at the
bottom of our config, ie:
<Realm a>
...
</Realm>
<Realm b>
...
</Realm>
<Handler ...>
...
</Handler>
Now say I want to accept ONLY realms c and d from the radius server
1.2.3.4. What I was thinking is I would first have to change all Realm
clauses to Handler's and add something like this before all of the
Handlers:
<Handler Client-Id = 1.2.3.4, Realm = /(c|d)/i>
authenticate...
</Handler>
<Handler Client-Id = 1.2.3.4>
ignore or reject somehow
</Handler>
... rest of my Handlers
I'm wondering if anyone has a better solution. Can anything be done in
the <Client 1.2.3.4> definition (say rewrite unknown realms to bogus
realm which will fail authentication)? Any help appreciated.
Thanks,
Viraj.
===
Archive at http://www.starport.net/~radiator/
Announcements on [EMAIL PROTECTED]
To unsubscribe, email '[EMAIL PROTECTED]' with
'unsubscribe radiator' in the body of the message.