On Feb 17,  1:56pm, Stephen Roderick wrote:
> Subject: (RADIATOR) Hmmm
>
> I have
>
> <Realm>
>  continuewhileaccept
>  <authby radius>
>  </authby>
>  <authby SQL>
>     AuthSelect
>     # Just logging
>  </authby>
> </Realm>
>
> The second AuthBy causes a reject.
Yes, thats the defined behaviour of AuthBy SQL when authenticaiton is disabled.


I would do it round the other way:
 <Realm>
  AuthByPolicy ContinueAlways
  <authby SQL>
     AuthSelect
     # Just logging
  </authby>

  <authby radius>
  </authby>
 </Realm>

That will make it always log to SQL, and then always proxy.

Hope that helps.

Cheers.


-- 
Mike McCauley                                [EMAIL PROTECTED]
Open System Consultants Pty. Ltd             Unix, Motif, C++, WWW
24 Bateman St Hampton, VIC 3188 Australia    Consulting and development
Phone, Fax: +61 3 9598-0985                  http://www.open.com.au

Radiator: the most portable, flexible and configurable RADIUS server 
anywhere. SQL, proxy, DBM, files, LDAP, NIS+, password, NT, Emerald, 
Platypus, Freeside, external, etc etc etc on Unix, Win95, NT, Rhapsody
===
To unsubscribe, email '[EMAIL PROTECTED]' with
'unsubscribe radiator' in the body of the message.

Reply via email to