Data Fields | |
char * | authserv_hostname |
Hostname of the central server. | |
char * | authserv_path |
Path where wifidog resides. | |
char * | authserv_login_script_path_fragment |
This is the script the user will be sent to for login. | |
char * | authserv_portal_script_path_fragment |
This is the script the user will be sent to after a successfull login. | |
char * | authserv_msg_script_path_fragment |
This is the script the user will be sent to upon error to read a readable message. | |
char * | authserv_ping_script_path_fragment |
This is the ping heartbeating script. | |
char * | authserv_auth_script_path_fragment |
This is the script that talks the wifidog gateway protocol. | |
int | authserv_http_port |
Http port the central server listens on. | |
int | authserv_ssl_port |
Https port the central server listens on. | |
int | authserv_use_ssl |
Use SSL or not. | |
char * | last_ip |
Last ip used by authserver. | |
struct _auth_serv_t * | next |
Definition at line 73 of file conf.h.
Hostname of the central server.
Definition at line 74 of file conf.h.
Referenced by _connect_auth_server(), get_status_text(), http_send_redirect_to_auth(), and ping().
Path where wifidog resides.
Definition at line 75 of file conf.h.
Referenced by http_send_redirect_to_auth(), and ping().
This is the script the user will be sent to for login.
Definition at line 76 of file conf.h.
Referenced by http_callback_404().
This is the script the user will be sent to after a successfull login.
Definition at line 77 of file conf.h.
Referenced by authenticate_client().
This is the script the user will be sent to upon error to read a readable message.
Definition at line 78 of file conf.h.
Referenced by authenticate_client(), and http_callback_auth().
Http port the central server listens on.
Definition at line 81 of file conf.h.
Referenced by _connect_auth_server(), and http_send_redirect_to_auth().
Https port the central server listens on.
Definition at line 83 of file conf.h.
Referenced by http_send_redirect_to_auth().
char* t_auth_serv::last_ip |
Last ip used by authserver.
Definition at line 86 of file conf.h.
Referenced by _connect_auth_server(), get_status_text(), and iptables_fw_set_authservers().