Try something like:

# Handle accounting records
<Handler Realm=...., Acct-Status-Type = /.+/ >
    <AuthBy GROUP>
        AuthByPolicy ContinueUntilAccept

       <AuthBy FILE>
            ...
       </AuthBy>
    
         <AuthBy SQL>
                DBI:...

                # Empty table accepts and acknowledges, but not stored
                AccountingTable
        </AuthBy>
</Handler>


# Handle other records (ie. auth)
<Handler Realm=...>
    <AuthBy GROUP>
        AuthByPolicy ContinueWhileReject

       <AuthBy FILE>
            ...
       </AuthBy>
    
         <AuthBy RADIUS>
            ...
        </AuthBy>
</Handler>

.........................................................................

Mark Mackay,
Network Coordinator,
Orcon Internet.




===
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