Salut Fr�d�ric -
On Thu, 02 Sep 1999, Fr�d�ric GARGULA wrote:
> Hi,
>
>
> With my radiator proxy, I would like to send authentification to one
> server and accounting to another one.
>
> In the standard case, I have :
>
> <AuthBy RADIUS>
> Identifier xyz
> Host radius.xx.com
> AuthPort 1812
> AcctPort 1813
> Secret xxx
> </AuthBy>
>
> and
>
> <Handler Realm=xx.com>
> AuthBy xyz
> </Handler>
>
>
> Want can I do to forward Auth to one server and Acct to another ?
> What are the different possibilities ?
Try something like this:
<AuthBy RADIUS>
Identifier auth
Host radius.xx.com
AuthPort 1812
AcctPort 1813
Secret xxx
NoForwardAccounting
</AuthBy>
<AuthBy RADIUS>
Identifier acct
Host log.xx.com
AuthPort 1812
AcctPort 1813
Secret yyy
NoForwardAthentication
</AuthBy>
<Handler Realm=xx.com>
AuthByPolicy ContinueAlways
AuthBy auth
AuthBy acct
</Handler>
hth
Hugh
--
Radiator: the most portable, flexible and configurable RADIUS server
anywhere. SQL, proxy, DBM, files, LDAP, NIS+, password, NT, Emerald,
Platypus, Freeside, TACACS+, PAM, external, etc etc on Unix, Win95/8,
NT, Rhapsody
===
Archive at http://www.thesite.com.au/~radiator/
To unsubscribe, email '[EMAIL PROTECTED]' with
'unsubscribe radiator' in the body of the message.