t_auth_serv Struct Reference


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

Detailed Description

Information about the authentication server

Definition at line 73 of file conf.h.


Field Documentation

char* t_auth_serv::authserv_hostname

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().

char* t_auth_serv::authserv_path

Path where wifidog resides.

Definition at line 75 of file conf.h.

Referenced by http_send_redirect_to_auth(), and ping().

char* t_auth_serv::authserv_login_script_path_fragment

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().

char* t_auth_serv::authserv_portal_script_path_fragment

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().

char* t_auth_serv::authserv_msg_script_path_fragment

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().

char* t_auth_serv::authserv_ping_script_path_fragment

This is the ping heartbeating script.

Definition at line 79 of file conf.h.

Referenced by ping().

char* t_auth_serv::authserv_auth_script_path_fragment

This is the script that talks the wifidog gateway protocol.

Definition at line 80 of file conf.h.

int t_auth_serv::authserv_http_port

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().

int t_auth_serv::authserv_ssl_port

Https port the central server listens on.

Definition at line 83 of file conf.h.

Referenced by http_send_redirect_to_auth().

int t_auth_serv::authserv_use_ssl

Use SSL or not.

Definition at line 85 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().


The documentation for this struct was generated from the following file:
Generated on Sun Apr 13 21:55:01 2008 for WifiDog by  doxygen 1.5.3