3Com-User-Access-Level Not Applied
Alexandre Soares
alexandre.asoares at gmail.com
Tue Jan 16 22:57:19 CET 2007
Hello Alean,
I applied below changes in the source valuepair.c present in sr/lib but the
problem still present, do you have other ideia ?
case PW_TYPE_INTEGER:
/*
* Note that ALL integers are unsigned!
*/
vp->lvalue = (uint32_t) strtoul(value, &p, 10);
if (!*p) {
vp->length = 4;
break;
}
/*
* Look for the named value for the given
* attribute.
*/
if ((dval = dict_valbyname(vp->attribute, value)) ==
NULL) {
librad_log("Unknown value %s for attribute %s",
value, vp->name);
return NULL;
}
vp->lvalue = dval->value;
vp->length = 4;
break;
On 1/16/07, Alan DeKok <aland at deployingradius.com> wrote:
>
> Alexandre Soares wrote:
> >
> > Hello Alan,
> >
> > I am checked in the offical web site, the last version is 1.1.4
>
> OK... 1.1.4 or 1.1.3 has some fixes that correct problems with 3com
> attributes in previous versions.
>
> Alan DeKok.
> --
> http://deployingradius.com - The web site of the book
> http://deployingradius.com/blog/ - The blog
> -
> List info/subscribe/unsubscribe? See
> http://www.freeradius.org/list/users.html
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freeradius.org/pipermail/freeradius-users/attachments/20070116/6da1f87e/attachment.html>
More information about the Freeradius-Users
mailing list