i done all but i'm lost where you have
 
  • Create a function in the database (called “fails”). The main statements which you should write are
  •  
    how do i do this?
     
    Jeremy
     

    -----Original Message-----
    From: "Jamal Taweel" <[EMAIL PROTECTED]>
    To: "FreeRadius users mailing list" <freeradius-users@lists.freeradius.org>
    Date: Wed, 17 May 2006 12:40:43 +0200
    Subject: RE: getting Freeradius to recorde login failure, etc

    Hi Jeremy,
     
    In order to apply what wants, you should do the following:
    • Create a table in the radius schema (called “fails_log”) to include three columns: trial_date, username, password.
    • Create a function in the database (called “fails”). The main statements which you should write are

     fails ( username1 in out char, password1 in char) return char is

    v_user char:=’’;