<html><body><div style="color:#000; background-color:#fff; font-family:times new roman, new york, times, serif;font-size:12pt"><div id="yiv1471116123"><div style="color: rgb(0, 0, 0); background-color: rgb(255, 255, 255); font-family: 'times new roman', 'new york', times, serif; font-size: 12pt; "><div id="yiv1471116123yui_3_2_0_36_134800074880354">We dont know how to use the git pull command that you have sent to us. Then to fix the error of segmentation, we have just removed in the authorize section of the default and innet-tunnel file the part eap2 { ok=return}. We have not used the patch that you have recommand.</div><div id="yiv1471116123yui_3_2_0_36_134800074880354"><br></div><div id="yiv1471116123yui_3_2_0_36_134800074880354" style="color: rgb(0, 0, 0); font-size: 16px; font-family: 'times new roman', 'new york', times, serif; background-color: transparent; font-style: normal; ">We have done in the freeradius-server directory the command git pull
 / git 
<span style="color: rgb(69, 69, 69); font-family: Arial, Helvetica, sans-serif; font-size: 12px; ">repository </span>  and we have got nothing. </div><div id="yiv1471116123yui_3_2_0_36_134800074880354" style="color: rgb(69, 69, 69); font-size: 12px; font-family: Arial, Helvetica, sans-serif; background-color: transparent; font-style: normal; "><br></div><div id="yiv1471116123yui_3_2_0_36_134800074880354" style="color: rgb(69, 69, 69); font-size: 12px; font-family: Arial, Helvetica, sans-serif; background-color: transparent; font-style: normal; ">I you have some suggestion to know how to Confirm that your git repository head is at commit 02567cf3c5aa758d7153c0bd7020e27a5067f7c3 (git pull), please tell us.</div><div id="yiv1471116123yui_3_2_0_36_134800074880354" style="color: rgb(69, 69, 69); font-size: 12px; font-family: Arial, Helvetica, sans-serif; background-color: transparent; font-style: normal; ">Thank you</div><div
 id="yiv1471116123yui_3_2_0_36_134800074880354"><br></div><div id="yiv1471116123yui_3_2_0_36_134800074880354"><br></div><div id="yiv1471116123yui_3_2_0_36_134800074880354"><br class="yiv1471116123Apple-interchange-newline"></div>  <div style="font-family: 'times new roman', 'new york', times, serif; font-size: 12pt; " id="yiv1471116123yui_3_2_0_36_134800074880371" class="yiv1471116123yui_3_2_0_36_134800074880369"> <div style="font-family: 'times new roman', 'new york', times, serif; font-size: 12pt; " class="yiv1471116123yui_3_2_0_36_134800074880376"> <div dir="ltr" id="yiv1471116123yui_3_2_0_36_1348000748803213"> <font size="2" face="Arial" id="yiv1471116123yui_3_2_0_36_1348000748803156"> <hr size="1" id="yiv1471116123yui_3_2_0_36_1348000748803147">  <b><span style="font-weight:bold;" id="yiv1471116123yui_3_2_0_36_1348000748803159">De :</span></b> Arran Cudbard-Bell <a.cudbardb@freeradius.org><br> <b><span
 style="font-weight:bold;">À :</span></b> arnauld ndefo <ndefo2002@yahoo.fr> <br><b><span style="font-weight:bold;">Cc :</span></b> FreeRadius users mailing list <freeradius-users@lists.freeradius.org> <br> <b><span style="font-weight:bold;">Envoyé le :</span></b> Mercredi 19 septembre 2012 0h06<br> <b><span style="font-weight:bold;">Objet :</span></b> Re: error of segmentation during the implementation of eap2<br> </font> </div> <br><div id="yiv1471116123"><div id="yiv1471116123yui_3_2_0_36_1348000748803218">As Alan B just said, radtest does not send EAP packets, no matter where
 you send the RADIUS packets, to the inner tunnel or the outer tunnel, radtest doesn't send EAP-Message.<div><br><div>You have hardcoded auth-type eap2 in your users file, so when the request enters the authenticate section, the eap2 module is called instead of the PAP module.</div><div><br></div><div>The EAP module says, WTH dude why am I being called when there's no EAP-message, and the server sends back a reject.</div></div><div><br></div><div>I can't remember if the eap2 module has the code to check for eap-message and set the appropriate Auth-Type, and i'm not going to check, because you still haven't confirmed whether that patch fixed the segfault or not. Grrr.</div><div><br></div><div>Instead of the users file entry, do something like</div><div><br></div><div id="yiv1471116123yui_3_2_0_36_1348000748803182">authorize {</div><blockquote style="margin:0 0 0 40px;border:none;padding:0px;"><div>if (EAP-Message) {</div><div><span
 class="yiv1471116123Apple-tab-span" style="white-space:pre;">   </span>update control {</div><div><span class="yiv1471116123Apple-tab-span" style="white-space:pre;">               </span>Auth-Type := eap2</div><div><span class="yiv1471116123Apple-tab-span" style="white-space:pre;">      </span>}</div><div id="yiv1471116123yui_3_2_0_36_1348000748803217">}</div></blockquote><div id="yiv1471116123yui_3_2_0_36_1348000748803177">}</div><div id="yiv1471116123yui_3_2_0_36_1348000748803219"><br></div><div>And please stop CCing everyone, mailman is smart enough not to send send duplicates, but it's still annoying.</div><div><br></div><div>-Arran</div></div></div><br><br> </div> </div>  </div></div></div></body></html>