<html><head><style type='text/css'>p { margin: 0; }</style></head><body><div style='font-family: Arial; font-size: 10pt; color: #000000'>Hi,<br><br>I was trying to use VSA with my private enterprise number registered with IANA (as describe in the documentation) and I found a little problem.<br><br>In dict.c at dict_addvendor function you have this:<br><br>        if (value >= 32767) {<br>                fr_strerror_printf("dict_addvendor: Cannot handle vendor ID larger than 65535");<br>                return -1;<br>        }<br><br>and my number is 34045, so I got a return -1.<br><br>So, after this I was looking for more of this limitation with vendor id, and I found one more in rlm_eap_ttls.c,<br><br>I attached the patch to solve this problem.<br><br>Ty,<br><br>Rafael Ugolini <br>Vex - Engineering Coordinator <br>rafael.ugolini@vexcorp.com <br>http://www.vexcorp.com <br>Office: +55 11 4932 5932 <br>Cel: +55 11 9467 8489 <br></div></body></html>