DIALUPS(4) — HP-UX
NAME
dialups, d_passwd − dialup security control
DESCRIPTION
Dialups and d_passwd are used to control the dialup security feature of login(1). If /etc/dialups is present, the first word on each line is compared with the name of the line upon which the login is being performed. (Including the /dev/, as returned by ttyname(3). If the login is occurring on a line found in dialups, dialup security is invoked. Anything after a space or tab is ignored.
When dialup security is invoked, login(1) will request an additional password, and check it against that found in /etc/d_passwd. The command name found in the “program to use as shell” field of /etc/passwd is used to select the password to be used. Each entry in d_passwd consists of three fields, separated by colons. The first is the command name, matching an entry in passwd. The second is the encrypted password to be used for dialup security for those users logging in to use that program. The third is commentary, but the second colon is required to delimit the end of the password. A null password is designated with two adjacent colons. The entry for /bin/sh is used if no other entry matches the command name taken from passwd.
FILES
| /etc/dialups | Dial in tty lines |
| /etc/d_passwd | Passwords |
SEE ALSO
Hewlett-Packard Company — Version B.1, May 11, 2021