something is missing in docs
KubaTyszko <[email protected]> Tue, 3 Aug 2004 10:58:34 +0200
| Newsgroups | gmane.comp.gnu.radius.bugs |
|---|---|
| Message-ID | <[email protected]> |
hi . i just discovered that documentations is missing one sql statement (that creates table authfail) here is the missing sql: CREATE TABLE authfail ( user_name char(32), count int(32), time datetime DEFAULT '0000-00-00 00:00:00' NOT NULL ); please include it because it takes some time to "guess" the right table ;-) regards.