All accounts run return expired

Thomas Suiter ( tsuiter@midusa.net )
Fri, 12 Dec 1997 15:58:27 -0600

Trying to allow run with NO date expiration on accounts, all ODBC logins
return that the account has expired. I've ran an update query setting
the ma.ExpireDate & sa.ExpireDate to NULL which is supposed to make it
ignore any expiration, but it still does the same. I've ran the the
same select query that RadiusNt does in -x15 mode to see if I could fine
anything weird.

<SQL Query I ran>

Select
DateAdd(Day, (ma.extension + ma.overdue), maExpireDate),
DateAdd(Day, sa.extension, saExpireDate),
sa.AccountID,
sa.AccountType,
sa.Password,
sa.Login,
sa.Shell