Data Fields

eDBattempt_types_t Struct Reference

Data Fields

char * colname
char * colname_where
char * allow_cfg
char * descr
char * default_value
char * value_func

Detailed Description

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.


Field Documentation

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.


The documentation for this struct was generated from the following file:
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines