Hi all!<br><br><br>I'm trying to implement a freeradius server and I have several questions. The freeradius version used is 2.1.8.<br><br> First of all, I want to put a freeradius to manage a net with about 400~500 users. I don't know which method for manage users choose; users file or mysql database?<br>
<br>I think manage users with a file is faster but the management is worse and mysql database is easily management but I think is slower than other.<br><br>What do you think about? Which is the best option?<br><br><br>Another question is referent a freeradius + mysql. I do a test and save the users passwords with SHA1 in the radcheck table. Then I activated the radpostauth logging table. The problem is in this table (when a user is logged in) the pass is stored in plain-text, without encryption. Is possible to store the pass encrypted with SHA1 in radpostauth table?<br>
<br>Thanks for all.<br><br>Regards,<br>David Seira