<div> </div>
<div>Hello Alean,</div>
<div> </div>
<div>I applied below changes in the source valuepair.c present in sr/lib but the problem still present, do you have other ideia ?</div>
<div> </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><br><br> </div>
<div><span class="gmail_quote">On 1/16/07, <b class="gmail_sendername">Alan DeKok</b> <<a href="mailto:aland@deployingradius.com">aland@deployingradius.com</a>> wrote:</span>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">Alexandre Soares wrote:<br>><br>> Hello Alan,<br>><br>> I am checked in the offical web site, the last version is
1.1.4<br><br>OK... 1.1.4 or 1.1.3 has some fixes that correct problems with 3com<br>attributes in previous versions.<br><br>Alan DeKok.<br>--<br><a href="http://deployingradius.com">http://deployingradius.com</a> - The web site of the book
<br><a href="http://deployingradius.com/blog/">http://deployingradius.com/blog/</a> - The blog<br>-<br>List info/subscribe/unsubscribe? See <a href="http://www.freeradius.org/list/users.html">http://www.freeradius.org/list/users.html
</a><br></blockquote></div><br>