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 [EMAIL PROTECTED]
> To unsubscribe, email '[EMAIL PROTECTED]' 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 [EMAIL PROTECTED]
To unsubscribe, email '[EMAIL PROTECTED]' with
'unsubscribe radiator' in the body of the message.

Reply via email to