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: Sergey Poznyakoff
Subject: Re: [Help-gnu-radius] Efficient and Various a/v pairs..
Date: Mon, 26 May 2003 12:34:47 +0300

Hi Lewis,

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

Regards,
Sergey




reply via email to

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