Not sure this is a new feature or a bug.

Here is an excerpt on my radius.cfg :

<SessionDatabase NULL>
</SessionDatabase>

<SessionDatabase SQL>
        Identifier      adsl
</SessionDatabase>

<Handler Realm=/\.fsa$/, Client-Identifier=lns>
        AcctLogFileName         %L/%R/detail-lns
        AccountingHandled
</Handler>
<Handler Realm=/\.fsa$/>
        AcctLogFileName         %L/%R/detail-lac
        SessionDatabase         adsl
        AccountingHandled
</Handler>

I happens that both handlers do now use the "adsl" SessionDatabase.
Is this desired ? By adding an identifier null session everything
goes back to normal :

<SessionDatabase NULL>
        Identifier      nosess
</SessionDatabase>

<Handler Realm=/\.fsa$/, Client-Identifier=lns>
        AcctLogFileName         %L/%R/detail-lns
        SessionDatabase         nosess
        AccountingHandled
</Handler>

-- 
Christophe Wolfhugel -+- [EMAIL PROTECTED] -+- France Telecom Transpac
===
Archive at http://www.open.com.au/archives/radiator/
Announcements on [EMAIL PROTECTED]
To unsubscribe, email '[EMAIL PROTECTED]' with
'unsubscribe radiator' in the body of the message.

Reply via email to