freebsd_amp_hwpstate/usr.bin/login
Jordan K. Hubbard 83274713b2 Problem:
Accounts that have "pw_change" set, are supposed to change their passwords
by the date specified in "pw_change".  If they have not changed their passwords
by that date, currently they get "LOCKED OUT" of the system.  This is not the
correct behavior, the user should be prompt (forced?) to change their password
at this time.  If the behavior of "pw_change" was meant to be a LOCKOUT,
then you should use "pw_expire".

Solution:
     Instead of locking out the user, prompt them to change their password.

Reviewed by:	jkh
Submitted by:	rls
1994-09-07 01:42:29 +00:00
..
Makefile Implemnet fbtab ala SunOS (thanks to WZV, see login_fbtab.c) 1994-08-22 19:56:14 +00:00
README
klogin.c
login.1 Implemnet fbtab ala SunOS (thanks to WZV, see login_fbtab.c) 1994-08-22 19:56:14 +00:00
login.access.5
login.c Problem: 1994-09-07 01:42:29 +00:00
login_access.c
login_fbtab.c Implemnet fbtab ala SunOS (thanks to WZV, see login_fbtab.c) 1994-08-22 19:56:14 +00:00
login_skey.c
pathnames.h Implemnet fbtab ala SunOS (thanks to WZV, see login_fbtab.c) 1994-08-22 19:56:14 +00:00

README

This login has additional functionalities. They are all based on (part of)
Wietse Venema's logdaemon package.


The following defines can be used:
1) LOGIN_ACCESS to allow access control on a per tty/user combination
2) SKEY to allow the use of s/key one time passwords
3) LOGALL to log all logins

-Guido