Radreply is often use to "Force" some Session Params, especially
Framed-IP-Address,but it can be usefull to execute a script when
authentication is done by radius : with the attribute Exec-Program if the
result of the script has no importance or with Exec-Program-Wait if you want
to check some additional control on the user, in such a case, User will be
granted access only if this script returns "0".

See README file for more explanation.

Nicolas
----- Original Message -----
From: "tywe" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, April 09, 2002 9:24 PM
Subject: Re: freeradius & mysql tables


I haven't used radreply yet, so I don't have any examples for you, but I'm
pretty sure it's just like radcheck, except that the attributes found in
radreply are used for determining what's in the reply packet that is sent to
a user.

Someone else might want to jump in and help with this one though, because I
have no clue at this point.

Frank

  ----- Original Message -----
  From: Juan Hernandez
  To: [EMAIL PROTECTED]
  Sent: Tuesday, April 09, 2002 1:10 PM
  Subject: Re: freeradius & mysql tables


  can you also explain radreply?

    ----- Original Message -----
    From: tywe
    To: [EMAIL PROTECTED]
    Sent: Monday, April 08, 2002 11:03 PM
    Subject: Re: freeradius & mysql tables


    id = automatic
    UserName = put in a username
    Attribute = the name of the attribute you are adding, typically
"Password"?
    Value = depends on the attribute
    op = not needed, can be NULL, unless you need to do special things

    Example:

    insert into radcheck (UserName, Attribute, Value) values ("test",
"Password", "pass");

    There is also a dialup_admin script somewhere that is used for managing
the database, but I haven't played with that yet. I just did inserts similar
to above, and was able to get authentication working.

    Hope that helps!

    Frank

      ----- Original Message -----
      From: Juan Hernandez
      To: [EMAIL PROTECTED]
      Sent: Tuesday, April 09, 2002 1:34 AM
      Subject: freeradius & mysql tables


      I have freeradius   0.5, and I dont know, how do I fill the radcheck
table? there are collumns I don't know what they are.. can someone clue me
in?




- 
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Reply via email to