Hello Fred -


I'm afraid I don't quite understand what you mean by this:


I wanted to have the AuthBy SQLAccounting within this AuthBy group since that would disable the LDAP file logging.


Can you explain what you mean?


The usual way to do what you describe is something like this:

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

<Handler TunneledByTTLS=1, Realm=...>
  <Authby GROUP>
        AuthByPolicy ContinueUntilAccept
        AuthBy CheckLDAP1
        AuthBy CheckLDAP2
 </AuthBy>
</Handler>

regards

Hugh


On 05/12/2003, at 3:01 AM, Fred Leeflang wrote:


Hi,

I have a setup where we have an EAP-TTLS outter authentication loop
and an inner authentication that uses two LDAP servers for authentication.


I had hoped I could do something like

<Handler TunneledByTTLS=1, Realm=...>
  <Authby GROUP>
        AuthByPolicy ContinueAlways
        AuthBy SQLAccounting
        AuthBy CheckLDAP1
        AuthBy CheckLDAP2
 </AuthBy>
</Handler>

However, for obvious reasons, the accounting requests are not TunneledByTTLS so this is not going to work.

I wanted to have the AuthBy SQLAccounting within this AuthBy group
since that would disable the LDAP file logging.

Is there an elegant way to get SQL accounting in this setup?

--
Fred Leeflang
Sr. Infrastructuur Specialist, Hogeschool van Amsterdam
tel. 020-5952952 (06-30588921)

===
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: have you included a copy of your configuration file (no secrets), together with a trace 4 debug showing what is happening?

--
Radiator: the most portable, flexible and configurable RADIUS server
anywhere. Available on *NIX, *BSD, Windows, MacOS X.
-
Nets: internetwork inventory and management - graphical, extensible,
flexible with hardware, software, platform and database independence.
-
CATool: Private Certificate Authority for Unix and Unix-like systems.

===
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