2 Apr
2013
2 Apr
'13
7 a.m.
On 04/02/2013 11:09 AM, Dmitry Korzhevin wrote:
Hi,
Guys, please tell - how prevent freeradius to log pass to radpostauth mysql (MariaDB) table?
I have modified /etc/freeradius/modules section to:
Post-Auth = "INSERT INTO ${postauth_table} \ (username, reply, authdate) VALUES \ ('%{User-Name}', \ %{reply:Packet-Type}', '%S');"
But, seems this not helps, as i see user passwords in database.
Have you restarted the server? Are you sure you're editing the file that FreeRADIUS is reading? Run "radiusd -X" and look at the debug output to see what files it is really reading.