Hello Olaf -

Sure - just configure an AuthBy LDAP clause and an AuthBy SQL clause, 
and do something like this in your configuration file:

# define AuthBy clauses

<AuthBy LDAP2>
        Identifier CheckLDAP
        .....
</AuthBy>

<AuthBy SQL>
        Identifier SQLAccounting
        .....
</AuthBy>

# define Handlers

<Handler Request-Type = Accounting-Request>
        AuthBy SQLAccounting
        .....
</Handler>

<Handler>
        AuthBy CheckLDAP
        .....
</Handler>


regards

Hugh



At 16:37 +0200 01/7/3, Olaf Waitkus wrote:
>Hi all,
>sorry if you heard this one before:
>is it possible to authenticate by LDAP and write the accounting records
>to a SQL-Database at the same time?
>Thanks and regards
>Olaf
>
>===
>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.

-- 

NB: I am travelling this week, so there may be delays in our correspondence.

Radiator: the most portable, flexible and configurable RADIUS server
anywhere. SQL, proxy, DBM, files, LDAP, NIS+, password, NT, Emerald,
Platypus, Freeside, Interbiller, TACACS+, PAM, external, etc, etc.
Available on Unix, Linux, FreeBSD, Windows 95/98/2000, NT, MacOS X.
===
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