Hi,<br><br>I configured Freeradius to use PAP method with users file. <br>The password is stored in clear text is stored in clear text in the user file and it works well.<br><br>Now I want to use other mode of user storing with PAP method. (exemple MD5 with the user file locatedt in /freeradius-
1.1.6/src/tests/digest-auth-MD5)<br><br>1- How to tell frreeradius that the user password  is stored in clear text, or digest, or MD5 hashed, etc ??<br>I tried to copy the content of "digest-auth-MD5" in the "users" file and I got this errror : 
<br><br>Errors reading /opt/freeradius/etc/raddb/users<br>radiusd.conf[1067]: files: Module instantiation failed. <br>radiusd.conf[1852] Unknown module "files".<br>radiusd.conf[1788] Failed to parse authorize section. 
<br><br><br>I want to test also CHAP method, how to tell radius to use this method in stead of PAP?<br><br><br>thanks <br><br>