The new 'op' field in the CVS snapshots doesn't seem to be present in
'db_mysql.sql', so I have set it up like this:
CREATE TABLE radcheck (
id int(11) unsigned NOT NULL auto_increment,
UserName varchar(64) NOT NULL default '',
Attribute varchar(32) NOT NULL default '',
Value varchar(64) NOT NULL default '',
op varchar(4) NOT NULL default '==',
PRIMARY KEY (id),
KEY UserName (UserName(32))
) ;
What I am unsure about is what this new field is for. Answering this
would tell me which other tables also need this new field.
I think I understand that it is used to know how to compare two values
with eachother. Perhaps describing two examples would make this more
clear for me.
Thank you all for your time,
hank
--
Adam Henry <[EMAIL PROTECTED]>
Marinar Communications Group
Phn: 440.354.1458 x24
Mob: 440.742.0011
-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html