Data Fields | |
| char * | colname |
| char * | colname_where |
| char * | allow_cfg |
| char * | descr |
| char * | default_value |
| char * | value_func |
Mapping struct - maps attempt types (attempt_IPADDR, attempt_CERTIFICATE, attempt_USERNAME) to database field names, configuration options (with default values) and description
Definition at line 63 of file edb-sqlite.c.
Configure parameter for the attempt limits
Definition at line 59 of file edb-sqlite.c.
Field when doing look up in blacklist and attempts tables
Definition at line 57 of file edb-sqlite.c.
Field when using column name in WHERE section of SQL queries
Definition at line 58 of file edb-sqlite.c.
Default value, if config option is not found
Definition at line 61 of file edb-sqlite.c.
Description, used to give more readable output for users
Definition at line 60 of file edb-sqlite.c.
If not NULL, the value will be passed through the given SQL function
Definition at line 62 of file edb-sqlite.c.
1.7.1