Hello,

I have Radiator-2.13.1 set up as follows:

<client DEFAULT>
  Secret xxxxxxx
  DupInterval 0
</Client>

<Realm DEFAULT>
   MaxSessions 1
   RejectHasReason
   <AuthBy SQL>
      AuthSelect
      DBSource dbi:mSQL:radius
      AccountingTable ACCOUNTING
      AcctColumnDef USERNAME,User-Name
      ... Other columns here
   </AuthBy>
   <AuthBy FILE>
      Filename ./users
   </AuthBy>
</Realm>


Basically 'AuthBy FILE' but do the mSQL logging. 
Now, 'radpwtst' rejects for all users (valid and invalid) but also
logs them in the ACCOUNTING table, how do I just log for the ones that
are valid users in my 'users' file ?

thanks.
[EMAIL PROTECTED]



===
Archive at http://www.thesite.com.au/~radiator/
To unsubscribe, email '[EMAIL PROTECTED]' with
'unsubscribe radiator' in the body of the message.

Reply via email to