-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME
More file actions
41 lines (25 loc) · 1.28 KB
/
README
File metadata and controls
41 lines (25 loc) · 1.28 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
README FOR THE WHOSON CLIENT SIDE APPLICATION AND LIBRARY
** GENERAL:
The whoson application and library provides an SOAP client for the
WhosOn logon accounting service. The whoson-asp or whoson-php package
should have been installed on the server side.
** LIBRARY:
The libwhoson library provides adapter and proxy classes (C++) for
the WhosOn service.
** LOGON/LOGOFF:
The whoson application should be runned when an user logon or logoff,
passing either -i or -o to record the event thru the SOAP service.
Logon event can be queried using the -l option and relevant filter
options. See -h or --help for more information.
** SESSION MODE:
Theres also an session mode (-S) were the process register an login
event on startup and waits for the parent process to exit. Once the
parent has exited, an logout event is logged and the application
exits.
** ENVIRONMENT:
The whoson application accepts a few environment variables also:
WHOSON_DEBUG : Same as -d option (boolean, either 0 or 1).
WHOSON_VERBOSE : Same as -v option (numeric, use 0 or more).
WHOSON_SOAP_ENDPOINT : The SOAP service endpoint.
Command line options has precedance over environment variables.
// Anders Lövgren, 2011-11-30