You can put an entry for the Reply-Message attribute in the radreply table. For example, if you want to send the message “Hi Bob” to user bob, you would add this entry to radreply:

 

username            attribute                             op          value

“bob”                   “Reply-Message”             “:=”        “Hi Bob”

 

The Reply-Message attribute will be sent back in the Access-Accept packet sent back to the NAS. Of course, this assumes that you have FreeRADIUS configured to use SQL, which is documented in the raddb/sql.conf file and http://wiki.freeradius.org/SQL_HOWTO.

 

Tim

 

From: freeradius-users-bounces+tim.sylvester=networkradius.com@lists.freeradius.org [mailto:freeradius-users-bounces+tim.sylvester=networkradius.com@lists.freeradius.org] On Behalf Of Neville
Sent: Saturday, January 16, 2010 12:56 PM
To: freeradius-users@lists.freeradius.org
Subject: Reply-Message

 

Hi,

 

Is there any way to get the reply message loaded into a SQL TABLE, which a user can then query on to see the last reply based on there username?

 

Thx

Nev