On Mon, Oct 29, 2001 at 03:13:33PM +0100, Aldo Maruffi wrote:
> 
> How I can write in a MySQL table the users reject with the
> reason for rejection?

DELETE FROM radcheck WHERE UserName='badguy';
DELETE FROM radreply WHERE UserName='badguy';

INSERT INTO radcheck ('', 'badguy', 'Auth-Type', 'Reject');
INSERT INTO radreply ('', 'badguy', 'Reply-Message',
                      'Go away. No pay no Net');

Of course, this is only the idea.

One point, if the customer uses a Windows box and does not use
the terminal window to login, he will not see the message.

-- 
Mojahed
System Administrator
Agni Systems Limited

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

Reply via email to