(RADIATOR) Logging Accounting to SQL without SQL authentication
Hugh Irvine
hugh at open.com.au
Fri Apr 26 19:16:44 CDT 2002
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
......
AuthSelect
AccountingTable ACCOUNTING
AcctColumnDef .....
......
</AuthBy>
# define Realm(s) or Handler(s)
# use AuthByPolicy ContinueAlways
# SQLAccounting must appear before CheckLDAP
<Handler .....>
AuthByPolicy ContinueAlways
AuthBy SQLAccounting
AuthBy CheckLDAP
.....
</Handler>
regards
Hugh
On Sat, 27 Apr 2002 03:18, Dan Melomedman wrote:
> 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 radiator-announce at open.com.au
> To unsubscribe, email 'majordomo at open.com.au' with
> 'unsubscribe radiator' in the body of the message.
--
Radiator: the most portable, flexible and configurable RADIUS server
anywhere. Available on *NIX, *BSD, Windows 95/98/2000, NT, MacOS X.
-
Nets: internetwork inventory and management - graphical, extensible,
flexible with hardware, software, platform and database independence.
===
Archive at http://www.open.com.au/archives/radiator/
Announcements on radiator-announce at open.com.au
To unsubscribe, email 'majordomo at open.com.au' with
'unsubscribe radiator' in the body of the message.
More information about the radiator
mailing list