<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40"><head><META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=us-ascii"><meta name=Generator content="Microsoft Word 14 (filtered medium)"><style><!--
/* Font Definitions */
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
        {font-family:Tahoma;
        panose-1:2 11 6 4 3 5 4 4 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0cm;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri","sans-serif";
        mso-fareast-language:EN-US;}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
p.MsoAcetate, li.MsoAcetate, div.MsoAcetate
        {mso-style-priority:99;
        mso-style-link:"Balloon Text Char";
        margin:0cm;
        margin-bottom:.0001pt;
        font-size:8.0pt;
        font-family:"Tahoma","sans-serif";
        mso-fareast-language:EN-US;}
span.EmailStyle17
        {mso-style-type:personal-compose;
        font-family:"Calibri","sans-serif";
        color:windowtext;}
span.BalloonTextChar
        {mso-style-name:"Balloon Text Char";
        mso-style-priority:99;
        mso-style-link:"Balloon Text";
        font-family:"Tahoma","sans-serif";}
.MsoChpDefault
        {mso-style-type:export-only;
        font-family:"Calibri","sans-serif";
        mso-fareast-language:EN-US;}
@page WordSection1
        {size:612.0pt 792.0pt;
        margin:72.0pt 72.0pt 72.0pt 72.0pt;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]--></head><body lang=EN-GB link=blue vlink=purple><div class=WordSection1><p class=MsoNormal>Hi all,<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>I’m sure this has been asked many times before but I can’t seem to find an answer to it…<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>Is it possible to log to an SQL server when an unknown client attempts to authenticate against a virtual server and also to log then a good client tries but with an incorrect secret?<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>I’ve got good and bad auth attempts logging to SQL nicely with (to my own postauth_table) and a bit of decoration in my UI:<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>postauth_query = "INSERT INTO ${postauth_table} \<o:p></o:p></p><p class=MsoNormal>                  (src_ip_address, nas_ip_address, dest_port, username, password, \<o:p></o:p></p><p class=MsoNormal>                  reply, reason, auth_timestamp) \<o:p></o:p></p><p class=MsoNormal>                  VALUES \<o:p></o:p></p><p class=MsoNormal>                  ('%{Packet-Src-IP-Address}', \<o:p></o:p></p><p class=MsoNormal>                  '%{NAS-IP-Address}', \<o:p></o:p></p><p class=MsoNormal>                  '%{Packet-Dst-Port}', \<o:p></o:p></p><p class=MsoNormal>                  '%{User-Name}', \<o:p></o:p></p><p class=MsoNormal>                  '%{%{User-Password}:-%{Chap-Password}}', \<o:p></o:p></p><p class=MsoNormal>                  '%{reply:Packet-Type}', \<o:p></o:p></p><p class=MsoNormal>                  '%{Module-Failure-Message}', \<o:p></o:p></p><p class=MsoNormal>                  '%S')"<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>I’m trying to do this so the users of my web interface can spot incorrectly configured clients/client entries.<o:p></o:p></p><p class=MsoNormal>I’m not just trying to trouble shoot just one particular client.<o:p></o:p></p><p class=MsoNormal>I’m trying to create a fully web interfaced system to manage and troubleshoot FreeRADIUS clients and users,<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>Great product by the way, keep it up,<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>Cheers<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>Kev/.<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p></div></body></html>