summaryrefslogtreecommitdiffstats
path: root/usr.sbin/npppd/npppd/npppd-users.5
blob: d10acacc3037b7ad6eb95325b8cb37547bdecd9a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
.\"	$OpenBSD: npppd-users.5,v 1.7 2017/07/13 19:16:33 jmc Exp $
.\"
.\" Copyright (c) 2012 YASUOKA Masahiko <yasuoka@openbsd.org>
.\"
.\" Permission to use, copy, modify, and distribute this software for any
.\" purpose with or without fee is hereby granted, provided that the above
.\" copyright notice and this permission notice appear in all copies.
.\"
.\" THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
.\" WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
.\" MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
.\" ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
.\" WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\" The following requests are required for all man pages.
.\"
.Dd $Mdocdate: July 13 2017 $
.Dt NPPPD-USERS 5
.Os
.Sh NAME
.Nm npppd-users
.Nd user database file
.Sh DESCRIPTION
The
.Nm
file describes
the various attributes of users.
Refer to
.Xr getcap 3
for a description of the file layout.
Each entry in the database is used to describe one user.
The record name is the username.
The following attributes can be specified:
.Bl -column "framed-ip-network"
.It Sy Name Ta Sy Description
.It password Ta
User's password.
Some characters are needed to be represented by the escape sequence.
See
.Xr getcap 3
for the escape sequence.
.It framed-ip-address Ta
IPv4 address to be assigned for the user.
.It framed-ip-network Ta
IPv4 netmask to be used for the user.
.It calling-number Ta
Calling phone number to check user's phone number.
.El
.Sh FILES
.Bl -tag -width "/etc/npppd/npppd-users"
.It Pa /etc/npppd/npppd-users
User database file.
.El
.Sh EXAMPLES
.Bd -literal
taro:\\
    :password=taro's password:\\
    :framed-ip-address=192.168.0.101:

hana:\\
    :password=hana's password:\\
    :framed-ip-address=192.168.0.102:
.Ed
.Sh SEE ALSO
.Xr getcap 3 ,
.Xr npppd.conf 5 ,
.Xr npppd 8
.Sh BUGS
Colon
.Pq Sq \&:
characters or vertical bar
.Pq Sq |
characters cannot be used in the username.