Re: (RADIATOR) Logging Accounting to SQL without SQL authentication

2002-04-28 Thread Hugh Irvine
Hello Dan - The AuthBy SQL clause is designed to do both authentication and accounting (which is how most people use it), however it is flexible enough to be configured in a number of ways including authentication only and accounting only. regards Hugh On Sun, 28 Apr 2002 04:50, Dan

Re: (RADIATOR) Logging Accounting to SQL without SQL authentication

2002-04-27 Thread Dan Melomedman
Hugh Irvine writes: AuthBy SQL Identifier SQLAccounting .. AuthSelect AccountingTable ACCOUNTING AcctColumnDef . .. /AuthBy Handler . AuthByPolicy ContinueAlways AuthBy SQLAccounting AuthBy CheckLDAP .

(RADIATOR) Logging Accounting to SQL without SQL authentication

2002-04-26 Thread Dan Melomedman
Hi. We want to log accounting to our SQL DB, but we are using LDAP DB for authentication. What can we do? AuthLog SQL doesn't mention AccountingTable functionality from AuthBy SQL. Thanks. === Archive at http://www.open.com.au/archives/radiator/ Announcements on [EMAIL PROTECTED] To

Re: (RADIATOR) Logging Accounting to SQL without SQL authentication

2002-04-26 Thread Hugh Irvine
Hello Dan - You would do something like this: # define AuthBy clauses # normal LDAP authentication AuthBy LDAP2 Identifier CheckLDAP .. /AuthBy # SQL accounting only # (note empty AuthSelect to disable authentication) AuthBy SQL Identifier SQLAccounting