Sophie

Sophie

distrib > Mandriva > 2010.2 > x86_64 > by-pkgid > 9e70147dd1e7bc5cdafa12f73995f8e3 > files > 8

freeradius-mysql-2.1.8-6mdv2010.1.x86_64.rpm

#
# Table structure for table 'radippool'
#
CREATE TABLE radippool ( 
  id                    int(11) unsigned NOT NULL auto_increment,
  pool_name             varchar(30) NOT NULL,
  framedipaddress       varchar(15) NOT NULL default '',
  nasipaddress          varchar(15) NOT NULL default '',
  calledstationid       VARCHAR(30) NOT NULL,
  callingstationid      VARCHAR(30) NOT NULL,
  expiry_time           DATETIME NULL default NULL,
  username              varchar(64) NOT NULL default '',
  pool_key              varchar(30) NOT NULL,
  PRIMARY KEY (id)
) ENGINE=InnoDB;