
Fast How To: (demo mode)
	su to root, add uaccount group, type make, cd src, fix path to wish
in account.tcl and run ./shell.
[hint the files in ./db are readable and include the SSN needed in
the dialog.] 

Demo Mode:
	In demo mode, it is assumed that the NIS master files are in the 
subdirectory nis. The call to ypmake, copyfiles.sh are commented out.
So demo mode is only demo mode and it touchs no real system files.

Requirements:
	The program src/addone needs to be suid root, and hence the make
file must be done by root. There needs to be a "group" called uaccount
for the make complete, and the people you want generating accounts need
to be in the group.

If you want to use the client mode, there needs to be a netgroup uaccount
as well. The changes needed for the system file /etc/passwd are illustrated
in ./etc/passwd 

Real Mode:
	Fix ypmake, copyfiles.sh. Point ./nis at your NIS database directory
and ./db to the enrollment database directory.

Path to wish:
	src/account.tcl assumes the path to wish is /opt/bin/wish4.2. Note
(this version requires at least wish4.2 (tcl7.6/tk4.2). It almost works
in wish4.0, just comment out the tk_messageBox calls and uses the
now commented out puts statements instead.

Tested on Solaris and Linux.
