<div dir="ltr"><div class="gmail_quote"><div class="HOEnZb"><div class="h5"><div dir="ltr"><div class="gmail_quote"><div dir="ltr"><div class="gmail_quote"><div dir="ltr"><div><div><div><div><div>Hello,<br><br></div>I am using the freeRadius client sample to do my own client and it appears that the request sent by this client contains a non crypted password. (I checked with Wireshark).<br>



<br></div>Where can I find the documentation about the way to make the password being crypter ?<br></div>Did I forgot something ?<br><br></div>My source is below. <br><br></div>Thanks a lot !<br><br>rh = rc_new();<br>rh = rc_config_init(rh);<br>



<br>rc_add_config(rh, "auth_order", "radius", "config", 0);<br>rc_add_config(rh, "login_tries", "4", "config", 0);<br>rc_add_config(rh, "dictionary", "......./dictionary", "config", 0);<br>



rc_add_config(rh, "seqfile", "........./radius.seq", "config", 0);<br>rc_add_config(rh, "radius_retries", "3", "config", 0);<br>rc_add_config(rh, "radius_timeout", "5", "config", 0);<br>



<br>rc_add_config(rh, "acctserver", "my_ip:my_port:my_secret", "config", 0);<br><br>rc_read_dictionary(rh, rc_conf_str(rh, "dictionary"));<br>rc_avpair_add(rh, &send, PW_USER_NAME, "my_login", -1, 0);<br>



rc_avpair_add(rh, &send, PW_CHAP_PASSWORD, "my_pwd", -1, 0);<br><br>rc_auth(rh, 0, send, &received, msg); <br><div><br><br></div></div>
<br></div><br></div>
</div><br></div>
</div></div></div><br></div>