Hello William -

On Sat, 27 May 2000, William Hernandez wrote:
> Hello everyone,
> 
> please ignore my previous post. I didn't see that the AuthBy
> clauses that were at the end of the radius.cfg file had to be at
> the beginning.
> 
> It seems to be doing what I expected now I have to find out why
> I'm getting the following message:
> 
> sending Accounting-Request Start...
> No reply
> sending Accounting-Request Stop...
> No reply
> 

You will need to add an AccountingHandled parameter to your Realm:

# This clause means we will handle any realm that arrives
# Add AccountingHandled to acknowledge accounting requests

<Realm DEFAULT>
        AuthByPolicy ContinueUntilAccept

        AuthBy Check-FILE
        AuthBy System

        AccountingHandled
        # Log accounting to the detail file in LogDir
        AcctLogFileName /var/log/detail.log
        PasswordLogFileName     /var/log/radius.log
        ExcludeFromPasswordLog  root
</Realm>

See section 6.13.10 in the Radaitor 2.15 reference 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.

Reply via email to