Hello Carlos, Daniel -
On Sat, 30 Sep 2000, Carlos Canau wrote:
> Sorry to be messing in your conversation... but I find this
> very promising if it is what I think it is :-)
>
>
> On Sat, Sep 30, 2000 at 10:16:52AM +1100, Hugh Irvine wrote:
> >
> > Hello Daniel -
> >
> > On Fri, 29 Sep 2000, daniel wrote:
> > > Hi,
> > >
> > > I was wondering if there is a way I can proxy only accounting packets
> > > based on users name using Realm instead of Handler ?
> > >
> >
> > I think I need a bit more detail on what you are trying to do.
>
>
> Maybe something like this:
>
> <Realm domain.com>
> AuthByPolicy xxxxx
> <AuthBy xxx>
> ...
> </AuthBy>
> <AuthBy RADIUS>
> # just ACCT on this Auth
> # effect like AuthSelect
> # on a AuthBy SQL
> NoAuth
> ...
> </AuthBy>
> <AuthBy yyy>
> ...
> </AuthBy>
> </Realm>
>
Well, I would just use the NoForwardAuthentication in the AuthBy RADIUS clause:
# don't forward authentication requests
<AuthBy RADIUS>
NoForwardAuthentication
.......
</AuthBy>
# don't forward accounting requests
# obviously you would never use both together
# but shown for completeness
<AuthBy RADIUS>
NoForwardAccounting
.......
</AuthBy>
Have a look at sections 6.27.9 and 6.27.10 in the Radiator 2.16.3 manual.
regards
Hugh
--
Radiator: the most portable, flexible and configurable RADIUS server
anywhere. SQL, proxy, DBM, files, LDAP, NIS+, password, NT, Emerald,
Platypus, Freeside, Interbiller, TACACS+, PAM, external, etc, etc.
Available on Unix, Linux, FreeBSD, Windows 95/98/2000, NT, MacOS X.
===
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.