Hello Zack -
You will need to add the corresponding AuthColumnDef's to your AuthBy SQL clause.
<AuthBy SQL>
.....
AuthSelect select PASSWORD, CHECKATTR, REPLYATTR \
from SUBSCRIBERS where User-Name = %0
AuthColumnDef 0, Password, check
AuthColumnDef 1, GENERIC, check
AuthColumnDef 2, GENERIC, reply
....
</AuthBy>The "GENERIC" keyword expects one or the other (or both) CHECKATTR and REPLYATTR to contain lists of "attribute=value" pairs like what you show below. Have a look at section 6.28 in the Radiator 3.5 reference manual ("doc/ref.html").
regards
Hugh
This the info added in the subscribers table
test test1 Service-Type = Framed-User
"Auth-Type = Local,Framed-Compression = Van-Jacobsen-TCP-IP,Framed-MTU =
1500,Session-Timeout = 14400,Filter-Id = ""std.ppp"",Framed-IP-Address =
255.255.255.254,Framed-Protocol = PPP"
-----Original Message----- From: Zac Baala [mailto:[EMAIL PROTECTED] Sent: Tuesday, 11 March 2003 10:47 PM To: '[EMAIL PROTECTED]' Subject: NAS REPLY
Hi Hugh,
Thanx for the help with MS-SQL stuff, it worked like a charm. Everything is
working except getting reply to the NAS boxes all I get is Access-Accept.
How do I get the reply items to come back.
I have gone thru the ref.pdf. I am missing some thing basic. (experimented
with AuthSelect select PASSWORD, CHECKATTR, REPLYATTR \
from SUBSCRIBERS \
where USERNAME=%0) gave a long list of errors
Any help would be appreciated
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 95/98/2000, NT, MacOS X. - Nets: internetwork inventory and management - graphical, extensible, flexible with hardware, software, platform and database independence.
=== 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.
