
This package includes a set of tools that may be used to manually
create DHIS records on a dynamic DNS server. The dhisd-5 software and 
the dhis-dns module are required.

	genid	is a program that parses the dhis.db file 
		and returns the next available ID number

	genpass	generates a random 15 character password

	genkeys	generates a set of private and public keys to be used 
		with QRC. Requires libgmp to be installed.

	register-p.sh	Adds a password record to the DHIS server.
			Calls genid and genpass.

	register-q.sh	Adds a QRC record to the DHIS server
			Calls genid and genkeys.

	Both register scripts assume DHIS standard locations and 
	execute genid, genpass and genkeys from /etc/dhis/bin

	Please edit and change as appropriate. 

	Both register scripts have the following syntax:

	register-?.sh hostname.domain "Contact Name" contact@address

	These are provided as is without any warranty and should be
	used as examples and not as solutions.


