New FreeRADIUS module: rlm_backcounter
Pawel Foremski
pjf at asn.pl
Sun Feb 25 17:36:33 CET 2007
On Sunday 25 February 2007 16:53, Peter Nixon wrote:
> I have been attempting to make rlm_sqlhpwippool work with Postgresql. The
> biggest issue so far is the way you define zeroed dates in the sql schema
> like:
> `modified` datetime NOT NULL default '0000-00-00 00:00:00'
> (...)
> Do you think there will be any problems if I set this to:
> modified TIMESTAMP NOT NULL default now()
>
> or simply (Allowing NULLS):
> modified TIMESTAMP
Neither of these should cause any problems.
P.S. Isn't it wrong topic? ;-P
--
Pawel Foremski
pjf at asn.pl
More information about the Freeradius-Devel
mailing list