#include <webcit.h>
Data Fields | |
int | serv_pid |
char | serv_nodename [32] |
char | serv_humannode [64] |
char | serv_fqdn [64] |
char | serv_software [64] |
int | serv_rev_level |
char | serv_bbs_city [64] |
char | serv_sysadm [64] |
char | serv_moreprompt [256] |
int | serv_ok_floors |
int | serv_supports_ldap |
int | serv_newuser_disabled |
char | serv_default_cal_zone [128] |
Definition at line 222 of file webcit.h.
Process ID of the Citadel server
Definition at line 223 of file webcit.h.
Referenced by get_serv_info().
char serv_info::serv_nodename[32] |
Node name of the Citadel server
Definition at line 224 of file webcit.h.
Referenced by get_serv_info().
char serv_info::serv_humannode[64] |
human readable node name of the Citadel server
Definition at line 225 of file webcit.h.
Referenced by get_serv_info().
char serv_info::serv_fqdn[64] |
fully quallified Domain Name (such as uncensored.citadel.org)
Definition at line 226 of file webcit.h.
Referenced by get_serv_info().
char serv_info::serv_software[64] |
What version does our connected citadel server use
Definition at line 227 of file webcit.h.
Referenced by get_serv_info().
Whats the citadel server revision
Definition at line 228 of file webcit.h.
Referenced by get_serv_info().
char serv_info::serv_bbs_city[64] |
Geographic location of the Citadel server
Definition at line 229 of file webcit.h.
Referenced by get_serv_info().
char serv_info::serv_sysadm[64] |
Name of system administrator
Definition at line 230 of file webcit.h.
Referenced by get_serv_info().
char serv_info::serv_moreprompt[256] |
Whats the commandline textprompt
Definition at line 231 of file webcit.h.
Referenced by get_serv_info().
is the server linked against an ldap tree for adresses?
Definition at line 233 of file webcit.h.
Referenced by get_serv_info().
Has the server disabled self-service new user creation?
Definition at line 234 of file webcit.h.
Referenced by get_serv_info().
char serv_info::serv_default_cal_zone[128] |
Default timezone for unspecified calendar items
Definition at line 235 of file webcit.h.
Referenced by get_serv_info().