> When I am trying to start the radius server and do accounting ith > postgres I get some errors when the values are being inserted: > > ERROR: "Bad numeric input format '' --snip-- > CalledStationId VARCHAR(10) DEFAULT '' NOT NULL, > CallingStationId VARCHAR(10) DEFAULT '' NOT NULL,
Some time ago I think I had this problem, too. Anyway, the given defaults for CalledStationId and CallingStationId with VARCHAR(10) have been way too low for my needs. After altering these two fields to VARCHAR (18) it worked... May and may not be the solution... Cheers, OoLee - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
