(RADIATOR) getting there

Hugh Irvine hugh at open.com.au
Mon Jul 30 03:26:36 CDT 2001


Hello Roger -

The configuration file that you show below is far from optimal. 
Although you can use the Synchronous flag in an AuthBy RADIUS clause, 
this is usually not a good thing to do as the impact on performance 
will be considerable.

You should have a look at a trace 4 debug to see what is going on. 
You can run radiusd from the command line like this:

	radiusd -config_file radius.cfg -trace 4 -foreground -log_stdout

Perhaps if you describe what you are trying to accomplish, I will be 
able to make some suggestions.

regards

Hugh



At 17:09 +1000 01/7/30, Roger Mangraviti wrote:
>Hello all,
>
>I have finally been able to get proxy auth with fall through happening. but
>radiator seems
>to freeze and a `kill -1 pid` does not reload radiator. and i have to
>`kill -9 pid` and restart radiator
>to get it to auth again.
>
>perl version: This is perl, version 5.005_03 built for i386-freebsd
>
>i'm yet to get a trace @ level 4, but it mentioned that the hosts timed out.
>which it did not.
>
>
>below is my config:
>
><Realm DEFAULT>
>
>AuthByPolicy ContinueWhileReject
>
>#strip realm
>RewriteUsername s/^([^@]+).*/$1/
>
>         <AuthBy RADIUS>
>                 Synchronous
>
>                 AuthenticateAccounting
>
>                 FailureBackoffTime 60
>
>                 Secret xx
>                 RetryTimeout 8
>                 Retries 3
>
>                 <Host 203.x>
>                 AuthPort        1812
>                 AcctPort        1813
>                 </Host>
>
>         </AuthBy>
>
>         <AuthBy RADIUS>
>                 AuthenticateAccounting
>
>                 FailureBackoffTime 60
>
>                 Secret yy
>                 RetryTimeout 8
>                 Retries 3
>
>                 <Host 203.y>
>                 AuthPort        1812
>                 AcctPort        1813
>                 </Host>
>
>         </AuthBy>
>
></Realm>
>
>
>TIA
>Roger
>
>
>
>===
>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.

-- 

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