1dialups(4) File Formats dialups(4)
2
3
4
6 dialups - list of terminal devices requiring a dial-up password
7
9 /etc/dialups
10
11
13 dialups is an ASCII file which contains a list of terminal devices
14 that require a dial-up password. A dial-up password is an additional
15 password required of users who access the computer through a modem or
16 dial-up port. The correct password must be entered before the user is
17 granted access to the computer. The set of ports that require a dial-up
18 password are listed in the dialups file.
19
20
21 Each entry in the dialups file is a single line of the form:
22
23 terminal-device
24
25
26
27
28 where
29
30 terminal-device The full path name of the terminal device that will
31 require a dial-up password for users accessing the
32 computer through a modem or dial-up port.
33
34
35
36 The dialups file should be owned by the root user and the root group.
37 The file should have read and write permissions for the owner (root)
38 only.
39
41 Example 1 A sample dialups file.
42
43
44 Here is a sample dialups file:
45
46
47 /dev/term/a
48 /dev/term/b
49 /dev/term/c
50
51
52
54 /etc/d_passwd dial-up password file
55
56
57 /etc/dialups list of dial-up ports requiring dial-up passwords
58
59
61 d_passwd(4)
62
63
64
65SunOS 5.11 4 May 1994 dialups(4)