

	This is a simple front-end authenticator for AIX.
To install on an RS/6000 insert the following entry in 
your /etc/security/login.cfg:

authenticate:
	program = /usr/local/authenticate


The users needing this kind of authentication has the following
entry in /etc/security/user:

mhe:
	auth1 = authenticate
	auth2 = NONE

