$Id: README,v 1.5 1999/11/10 13:04:40 saw Rel $

Thanks for downloading SimplePAMApps.

This is the SimplePAMApps tree.  It contains source for some
applications that are designed to run with Pluggable Authentication
Modules.  Since 0.59 release SimplePAMApps may work with Linux-PAM or
PNIAM (see http://www.msu.ru/pniam/pniam.html).

Currently there are four apps here:

	login
	su
	passwd
	chfn

Compiling: (from top directory)

	./configure       - check the system.  You may pass it some
			    options to (check `./configure --help').
			    You may also wish to pass non-default
			    CFLAGS for compilation via environment.
	make all          - compiles binaries.
	make install      - you must be root to do this.  It places
			    the binaries in ./bin/, set ownership and
			    permissions (including `setuid' bit when
			    necessary).

Regards,

Andrey V. Savochkin <saw@msu.ru>

