<div> </div>
<div>Hi All,</div>
<div> </div>
<div>I found in other msgs fill changes applied in /usr/local/src/freeradius-1.1.4/src/lib/valuepair.c (showed below), but the 3Com-User-Access-Level attibute still sending wrong.</div>
<div> </div>
<div>Thanks for all, but if anyone have any suggestion please send me.</div>
<div>
<p>                case PW_TYPE_INTEGER:<br>                        /*<br>                         *      Note that ALL integers are unsigned!<br>                         */</p>
<p>                        vp->lvalue = (uint32_t) strtoul(value, &p, 10);<br>                        if (!*p) {<br>                           vp->length = 4;<br>                           break;<br>                        }
</p>
<p>                        /*<br>                         *      Look for the named value for the given<br>                         *      attribute.<br>                         */<br>                        if ((dval = dict_valbyname(vp->attribute, value)) == NULL) {
<br>                           librad_log("Unknown value %s for attribute %s", value, vp->name);<br>                           return NULL;<br>                        }</p>
<p>                        vp->lvalue = dval->value;<br>                        vp->length = 4;<br>                        break;</p>
<p>                case PW_TYPE_DATE</p></div>