File Formats dialups(4)
NAME
dialups - list of terminal devices requiring a dial-up pass-
word
SYNOPSIS
/etc/dialups
DESCRIPTION
dialups is an ASCI file which contains a list of terminal
devices that require a dial-up password. A dial-up password
is an additional password required of users who access the
computer through a modem or dial-up port. The correct pass-
word must be entered before the user is granted access to
the computer. The set of ports that require a dial-up pass-
word are listed in the dialups file.
Each entry in the dialups file is a single line of the form:
terminal-device
where
terminal-device The full path name of the terminal device
that will require a dial-up password for
users accessing the computer through a
modem or dial-up port.
The dialups file should be owned by the root user and the
root group. The file should have read and write permissions
for the owner (root) only.
EXAMPLES
Example 1 A sample dialups file.
Here is a sample dialups file:
/dev/term/a
/dev/term/b
/dev/term/c
SunOS 5.11 Last change: 4 May 1994 1
File Formats dialups(4)
FILES
/etc/dpasswd dial-up password file
/etc/dialups list of dial-up ports requiring dial-up
passwords
SEE ALSO
dpasswd(4)
SunOS 5.11 Last change: 4 May 1994 2
|