16 Apr
2008
16 Apr
'08
4:50 p.m.
Hi,
And change the insert line with this line postauth_query = "INSERT INTO ${postauth_table} (username, pass, reply) VALUES ('%{User-Name}','%{%{User-Password}:-%{Chap-Password}}','%{reply:Packet- Type}')"
yes. but do you REALLY want to log peoples passwords into a nice database? I've changed/obfuscated ours eg in your case... INSERT INTO ${postauth_table} (username, pass, reply) VALUES\ ('%{User-Name}','password','%{reply:Packet-Type}')" alan