Move /var/svc/log to /var/log/svc
[unleashed/lotheac.git] / share / man / man4 / dialups.4
blob1ba309c61ef422e8e95bd8f522c8ad324bb097cf
1 '\" te
2 .\"  Copyright 1989 AT&T
3 .\" The contents of this file are subject to the terms of the Common Development and Distribution License (the "License").  You may not use this file except in compliance with the License.
4 .\" You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE or http://www.opensolaris.org/os/licensing.  See the License for the specific language governing permissions and limitations under the License.
5 .\" When distributing Covered Code, include this CDDL HEADER in each file and include the License file at usr/src/OPENSOLARIS.LICENSE.  If applicable, add the following below this CDDL HEADER, with the fields enclosed by brackets "[]" replaced with your own identifying information: Portions Copyright [yyyy] [name of copyright owner]
6 .TH DIALUPS 4 "May 4, 1994"
7 .SH NAME
8 dialups \- list of terminal devices requiring a dial-up password
9 .SH SYNOPSIS
10 .LP
11 .nf
12 \fB/etc/dialups\fR
13 .fi
15 .SH DESCRIPTION
16 .sp
17 .LP
18 \fBdialups\fR is an  \fBASCII\fR file which contains a list of terminal devices
19 that require a dial-up password. A dial-up password is an additional password
20 required of users who access the computer through a modem or dial-up port.  The
21 correct password must be entered before the user is granted access to the
22 computer. The set of ports that require a dial-up password are  listed in the
23 \fBdialups\fR file.
24 .sp
25 .LP
26 Each entry in the \fBdialups\fR file is a single line of the form:
27 .sp
28 .in +2
29 .nf
30 \fIterminal-device\fR
31 .fi
32 .in -2
33 .sp
35 .sp
36 .LP
37 where
38 .sp
39 .ne 2
40 .na
41 \fB\fIterminal-device\fR\fR
42 .ad
43 .RS 19n
44 The full path name of the terminal device that will require a dial-up password
45 for users accessing the computer through a modem or dial-up port.
46 .RE
48 .sp
49 .LP
50 The \fBdialups\fR file should be owned by the \fBroot\fR user and the
51 \fBroot\fR group.  The file should have read and write permissions for the
52 owner (\fBroot\fR) only.
53 .SH EXAMPLES
54 .LP
55 \fBExample 1 \fRA sample \fBdialups\fR file.
56 .sp
57 .LP
58 Here is a sample \fBdialups\fR file:
60 .sp
61 .in +2
62 .nf
63 /dev/term/a
64 /dev/term/b
65 /dev/term/c
66 .fi
67 .in -2
68 .sp
70 .SH FILES
71 .sp
72 .ne 2
73 .na
74 \fB\fB/etc/d_passwd\fR\fR
75 .ad
76 .RS 17n
77 dial-up password file
78 .RE
80 .sp
81 .ne 2
82 .na
83 \fB\fB/etc/dialups\fR\fR
84 .ad
85 .RS 17n
86 list of dial-up ports requiring dial-up passwords
87 .RE
89 .SH SEE ALSO
90 .sp
91 .LP
92 \fBd_passwd\fR(4)