Unless I'm mis-understanding your question, you should just have
to add a new <Realm> clause for your new domain name since you
said the client is the same (I'm assuming you're using the same
RAS devices for both domains, so they'd have the same RADIUS secret
wouldn't they?).
In my radiusd.cfg file I have something like this:
<Realm SomeRealm>
AuthByPolicy ContinueAlways
AuthBy AuthSomeRealm
</Realm>
<Realm DEFAULT>
RewriteUsername tr/A-Z/a-z/
AuthByPolicy ContinueAlways
AuthBy AuthANCIUsers
</Realm>
This way, if someone logs in using the username user@SomeRealm,
the RADIUS server handles their authentication using the AuthBy
with the "AuthSomeRealm" identifier; otherwise, it handles
them using the default "AuthANCIUsers" identifier.
Hope that helps,
John
Arkansas.Net
At 01:03 PM 5/7/01 +1000, Simon wrote:
>
> Hi,
>
> I have a Radiator server successfully running for my domain, but I want to
> add a second domain to my configuration file. The second domain has the same
> clients and authentication type (SQL) as the first, but a different secret.
>
> My question is, how do I configure the server to try both the secrets for
> incoming requests for a client? At the moment I only have a <Client DEFAULT>
> section, but the requests are valid using either the first domain secret or
> the second domain secret.
>
> Any help would be greatly appreciated :)
>
> Cheers
>
> Simon
===
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.