#include <hba.h>
Data Fields | |
int | linenumber |
char * | rawline |
ConnType | conntype |
List * | databases |
List * | roles |
struct sockaddr_storage | addr |
struct sockaddr_storage | mask |
IPCompareMethod | ip_cmp_method |
char * | hostname |
UserAuth | auth_method |
char * | usermap |
char * | pamservice |
bool | ldaptls |
char * | ldapserver |
int | ldapport |
char * | ldapbinddn |
char * | ldapbindpasswd |
char * | ldapsearchattribute |
char * | ldapbasedn |
int | ldapscope |
char * | ldapprefix |
char * | ldapsuffix |
bool | clientcert |
char * | krb_server_hostname |
char * | krb_realm |
bool | include_realm |
char * | radiusserver |
char * | radiussecret |
char * | radiusidentifier |
int | radiusport |
Definition at line 53 of file hba.h.
struct sockaddr_storage HbaLine::addr |
Definition at line 60 of file hba.h.
Referenced by check_hba(), and parse_hba_line().
Definition at line 64 of file hba.h.
Referenced by auth_failed(), check_hba(), ClientAuthentication(), md5_crypt_verify(), parse_hba_auth_opt(), and parse_hba_line().
Definition at line 78 of file hba.h.
Referenced by ClientAuthentication(), parse_hba_auth_opt(), and parse_hba_line().
Definition at line 57 of file hba.h.
Referenced by check_hba(), parse_hba_auth_opt(), and parse_hba_line().
Definition at line 58 of file hba.h.
Referenced by check_hba(), and parse_hba_line().
char* HbaLine::hostname |
Definition at line 63 of file hba.h.
Referenced by check_hba(), and parse_hba_line().
Definition at line 81 of file hba.h.
Referenced by parse_hba_auth_opt().
Definition at line 62 of file hba.h.
Referenced by check_hba(), and parse_hba_line().
char* HbaLine::krb_realm |
Definition at line 80 of file hba.h.
Referenced by parse_hba_auth_opt().
Definition at line 79 of file hba.h.
Referenced by parse_hba_auth_opt().
char* HbaLine::ldapbasedn |
Definition at line 74 of file hba.h.
Referenced by parse_hba_auth_opt(), and parse_hba_line().
char* HbaLine::ldapbinddn |
Definition at line 71 of file hba.h.
Referenced by parse_hba_auth_opt(), and parse_hba_line().
char* HbaLine::ldapbindpasswd |
Definition at line 72 of file hba.h.
Referenced by parse_hba_auth_opt(), and parse_hba_line().
Definition at line 70 of file hba.h.
Referenced by parse_hba_auth_opt().
char* HbaLine::ldapprefix |
Definition at line 76 of file hba.h.
Referenced by parse_hba_auth_opt(), and parse_hba_line().
Definition at line 75 of file hba.h.
Referenced by parse_hba_auth_opt().
Definition at line 73 of file hba.h.
Referenced by parse_hba_auth_opt(), and parse_hba_line().
char* HbaLine::ldapserver |
Definition at line 69 of file hba.h.
Referenced by parse_hba_auth_opt(), and parse_hba_line().
char* HbaLine::ldapsuffix |
Definition at line 77 of file hba.h.
Referenced by parse_hba_auth_opt(), and parse_hba_line().
Definition at line 68 of file hba.h.
Referenced by parse_hba_auth_opt().
Definition at line 55 of file hba.h.
Referenced by auth_failed(), and parse_hba_line().
struct sockaddr_storage HbaLine::mask |
Definition at line 61 of file hba.h.
Referenced by check_hba(), and parse_hba_line().
char* HbaLine::pamservice |
Definition at line 67 of file hba.h.
Referenced by parse_hba_auth_opt().
Definition at line 84 of file hba.h.
Referenced by CheckRADIUSAuth(), and parse_hba_auth_opt().
Definition at line 85 of file hba.h.
Referenced by CheckRADIUSAuth(), and parse_hba_auth_opt().
char* HbaLine::radiussecret |
Definition at line 83 of file hba.h.
Referenced by CheckRADIUSAuth(), parse_hba_auth_opt(), and parse_hba_line().
char* HbaLine::radiusserver |
Definition at line 82 of file hba.h.
Referenced by CheckRADIUSAuth(), parse_hba_auth_opt(), and parse_hba_line().
char* HbaLine::rawline |
Definition at line 56 of file hba.h.
Referenced by auth_failed(), and parse_hba_line().
Definition at line 59 of file hba.h.
Referenced by check_hba(), and parse_hba_line().
char* HbaLine::usermap |
Definition at line 66 of file hba.h.
Referenced by ident_inet(), and parse_hba_auth_opt().