1;
2; DHIS R5 Server Clients Database
3;
4; A sample DHIS database file for a DHIS server
5;
6;
7; Record 1000 has password authentication (possibly R3 or R4)
8;
91000 {
10	HostName	host1.somewhere.org
11	HostPass	secret0
12}
13
14; Record 1001 has QRC authentication (R4 or R5)
15;
161001 {
17	HostName	host2.somewhere.org
18        AuthN           13497898849868626180517976399531009237740469647749
19        AuthN           41645948317777733432972176109042647087704948785549
20        AuthN           58474928768099947065907839246737275047327707787846
21        AuthN           80670622203628424308100996612730498037034893335481
22}
23
24; Record 1002 has password authentication
25; plus /usr/local/etc/dhis/1002/on.sh is executed at online time
26; and /usr/local/etc/dhis/1002/off.sh is executed at offline time
27;
281002 {
29	HostName	host3.somewhere.org
30	HostPass	secret4
31	OnCmd		/usr/local/etc/dhis/1002/on.sh <param3> <param4>
32	OffCmd		/usr/local/etc/dhis/1002/on.sh <param3> <param4>
33}
34
35