help-gnu-radius
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Help-gnu-radius] Efficient and Various a/v pairs..


From: Lewis Watson
Subject: Re: [Help-gnu-radius] Efficient and Various a/v pairs..
Date: Mon, 26 May 2003 12:48:05 -0500

: Re: [Help-gnu-radius] Efficient and Various a/v pairs..

> > pair.. Here is our reply_attr_query
> > reply_attr_query  SELECT
> > IPAttr,FramedIPAddress,SesTimAttr,SessionLimit,IdlTimAttr,IdleLimit \
> >                   FROM Authentication \
> >                   WHERE UserName='%u'
>
> No, that's wrong. The reply_attr_query may return one or several
> rows, each row must contain exactly one pair (attr-name, attr-value),
> where attr-name is the dictionary name of the attribute and
> attr-value is the value to be assigned to it (a string). See
>
> http://www.gnu.org/software/radius/manual/html_node/radius_62.html#SEC65
>
> for a detailed explanation and examples of configuration.
>


I see what you are saying. We were trying to avoid creating that table and
just pulling the pairs (attribute and value) from the authentication
table. We'll give it a go as shown then...
Thanks.
Lewis





reply via email to

[Prev in Thread] Current Thread [Next in Thread]