OpenBSD manual page server

Manual Page Search Parameters

LOGIN_PASSWD(8) System Manager's Manual LOGIN_PASSWD(8)

login_passwdprovide standard password authentication type

login_passwd [-s service] [-v wheel=yes|no] [-v lastchance=yes|no] user [class]

The login_passwd utility is called by login(1), su(1), ftpd(8), and others to authenticate the user with passwd-style authentication.

The user argument is the login name of the user to be authenticated.

The service argument specifies which protocol to use with the invoking program. The allowed protocols are , challenge, and . (The challenge protocol is silently ignored but will report success as passwd-style authentication is not challenge-response based).

If the wheel argument is specified and is not set to yes, then the user will be rejected as not being in group “wheel”. This is used by su(1).

If the lastchance argument is specified and is equal to yes, then if the user's password has expired, and it has not been expired longer than “password-dead” seconds (see login.conf(5)), the user will be able to log in one last time to change the password.

login_passwd will prompt the user for a password and report back to the invoking program whether or not the authentication was successful.

login(1), passwd(1), su(1), login.conf(5), ftpd(8)

January 25, 2019 OpenBSD-7.2