_auth_serv_t 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_tnext

Detailed Description

Information about the authentication server

Definition at line 75 of file conf.h.


Field Documentation

Hostname of the central server.

Definition at line 76 of file conf.h.

Referenced by _connect_auth_server(), http_send_redirect_to_auth(), and ping().

Path where wifidog resides.

Definition at line 77 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 78 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 79 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 80 of file conf.h.

Referenced by authenticate_client(), and http_callback_auth().

This is the ping heartbeating script.

Definition at line 81 of file conf.h.

Referenced by ping().

This is the script that talks the wifidog gateway protocol.

Definition at line 82 of file conf.h.

Http port the central server listens on.

Definition at line 83 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 85 of file conf.h.

Referenced by http_send_redirect_to_auth().

Use SSL or not.

Definition at line 87 of file conf.h.

Referenced by http_send_redirect_to_auth().

Last ip used by authserver.

Definition at line 88 of file conf.h.

Referenced by _connect_auth_server(), and iptables_fw_set_authservers().


The documentation for this struct was generated from the following file:

Generated on Fri Sep 25 15:28:43 2009 for WifiDog by  doxygen 1.5.5