(RADIATOR) CachePasswords not available in AuthBy ROUNDROBIN
Frank Danielson
fdanielson at csky.com
Thu Oct 2 13:08:21 CDT 2003
Just a guess from the last time I looked into AuthBy ROUNDROBIN but I
believe the CachePasswords directive is specific to a host if it works at
all. Try this and see if it works:
<Handler>
UsernameCharset a-zA-Z0-9\._ at -
RewriteUsername tr/A-Z/a-z/
RewriteUsername s/\s+//g
RewriteUsername s/[^\w.@\-\_]/\?/g
<AuthBy ROUNDROBIN>
FailureBackoffTime 300
Secret xxxx
Retries 3
RetryTimeout 10
AuthPort 1812
AcctPort 1813
<Host 1.1.1.1>
CachePasswords
</Host>
<Host 2.2.2.2>
CachePasswords
</Host>
RejectEmptyPassword
NoDefault
</AuthBy>
SessionDatabase NoneDB
</Handler>
-----Original Message-----
From: Robert Blayzor [mailto:noc at inoc.net]
Sent: Thursday, October 02, 2003 1:01 PM
To: Radiator
Subject: (RADIATOR) CachePasswords not available in AuthBy ROUNDROBIN
I have a Radiator farm setup which I'm trying to AuthBy ROUNDROBIN to... It
doesn't appear that CachePasswords works for this AuthBy. Looking at my
trace, auths are always sent to the clients and never lookedup in the cache
even though I've authed several times..
Here is the handler I have:
<Handler>
UsernameCharset a-zA-Z0-9\._ at -
RewriteUsername tr/A-Z/a-z/
RewriteUsername s/\s+//g
RewriteUsername s/[^\w.@\-\_]/\?/g
<AuthBy ROUNDROBIN>
FailureBackoffTime 300
Secret xxxx
Retries 3
RetryTimeout 10
AuthPort 1812
AcctPort 1813
<Host 1.1.1.1>
</Host>
<Host 2.2.2.2>
</Host>
CachePasswords
RejectEmptyPassword
NoDefault
</AuthBy>
SessionDatabase NoneDB
</Handler>
Shouldn't CachePasswords be supported in this AuthBy? It is in AuthBy
RADIUS...
--
Robert Blayzor, BOFH
INOC, LLC
rblayzor at inoc.net
PGP: http://www.inoc.net/~dev/
Key fingerprint = A445 7D1E 3D4F A4EF 6875 21BB 1BAA 10FE 5748 CFE9
If at first you don't succeed, call it version 1.0
===
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.
===
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