]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - usr.bin/passwd/passwd.1
zfs: merge openzfs/zfs@f795e90a1
[FreeBSD/FreeBSD.git] / usr.bin / passwd / passwd.1
1 .\" Copyright (c) 1990, 1993
2 .\"     The Regents of the University of California.  All rights reserved.
3 .\"
4 .\" Redistribution and use in source and binary forms, with or without
5 .\" modification, are permitted provided that the following conditions
6 .\" are met:
7 .\" 1. Redistributions of source code must retain the above copyright
8 .\"    notice, this list of conditions and the following disclaimer.
9 .\" 2. Redistributions in binary form must reproduce the above copyright
10 .\"    notice, this list of conditions and the following disclaimer in the
11 .\"    documentation and/or other materials provided with the distribution.
12 .\" 3. Neither the name of the University nor the names of its contributors
13 .\"    may be used to endorse or promote products derived from this software
14 .\"    without specific prior written permission.
15 .\"
16 .\" THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
17 .\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
18 .\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
19 .\" ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
20 .\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
21 .\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
22 .\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
23 .\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
24 .\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
25 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
26 .\" SUCH DAMAGE.
27 .\"
28 .\"     @(#)passwd.1    8.1 (Berkeley) 6/6/93
29 .\"
30 .Dd February 14, 2014
31 .Dt PASSWD 1
32 .Os
33 .Sh NAME
34 .Nm passwd , yppasswd
35 .Nd modify a user's password
36 .Sh SYNOPSIS
37 .Nm
38 .Op Fl l
39 .Op Ar user
40 .Nm yppasswd
41 .Op Fl l
42 .Op Fl y
43 .Op Fl d Ar domain
44 .Op Fl h Ar host
45 .Op Fl o
46 .Sh DESCRIPTION
47 The
48 .Nm
49 utility changes the user's local, Kerberos, or NIS password.
50 If the user is not the super-user,
51 .Nm
52 first prompts for the current password and will not continue unless the correct
53 password is entered.
54 .Pp
55 When entering the new password, the characters entered do not echo, in order to
56 avoid the password being seen by a passer-by.
57 The
58 .Nm
59 utility prompts for the new password twice in order to detect typing errors.
60 .Pp
61 The total length of the password must be less than
62 .Dv _PASSWORD_LEN
63 (currently 128 characters).
64 .Pp
65 Once the password has been verified,
66 .Nm
67 communicates the new password information to
68 the Kerberos authenticating host.
69 .Pp
70 The following option is available:
71 .Bl -tag -width indent
72 .It Fl l
73 Cause the password to be updated only in the local
74 password file, and not with the Kerberos database.
75 When changing only the local password,
76 .Xr pwd_mkdb 8
77 is used to update the password databases.
78 .El
79 .Pp
80 When changing local or NIS password, the next password change date
81 is set according to
82 .Dq passwordtime
83 capability in the user's login class.
84 .Pp
85 To change another user's Kerberos password, one must first
86 run
87 .Xr kinit 1
88 followed by
89 .Nm .
90 The super-user is not required to provide a user's current password
91 if only the local password is modified.
92 .Sh NIS INTERACTION
93 The
94 .Nm
95 utility has built-in support for NIS.
96 If a user exists in the NIS password
97 database but does not exist locally,
98 .Nm
99 automatically switches into
100 .Nm yppasswd
101 mode.
102 If the specified
103 user does not exist in either the local password database or the
104 NIS password maps,
105 .Nm
106 returns an error.
107 .Pp
108 When changing an NIS password, unprivileged users are required to provide
109 their old password for authentication (the
110 .Xr rpc.yppasswdd 8
111 daemon requires the original password before
112 it will allow any changes to the NIS password maps).
113 This restriction applies even to the
114 super-user, with one important exception: the password authentication is
115 bypassed for the super-user on the NIS master server.
116 This means that
117 the super-user on the NIS master server can make unrestricted changes to
118 anyone's NIS password.
119 The super-user on NIS client systems and NIS slave
120 servers still needs to provide a password before the update will be processed.
121 .Pp
122 The following additional options are supported for use with NIS:
123 .Bl -tag -width indent
124 .It Fl y
125 Override
126 .Nm Ns 's
127 checking heuristics and forces
128 it into NIS mode.
129 .It Fl l
130 When NIS is enabled, the
131 .Fl l
132 flag can be used to force
133 .Nm
134 into
135 .Dq local only
136 mode.
137 This flag can be used to change the entry
138 for a local user when an NIS user exists with the same login name.
139 For example, you will sometimes find entries for system
140 .Dq placeholder
141 users such as
142 .Pa bin
143 or
144 .Pa daemon
145 in both the NIS password maps and the local user database.
146 By
147 default,
148 .Nm
149 will try to change the NIS password.
150 The
151 .Fl l
152 flag can be used to change the local password instead.
153 .It Fl d Ar domain
154 Specify what domain to use when changing an NIS password.
155 By default,
156 .Nm
157 assumes that the system default domain should be used.
158 This flag is
159 primarily for use by the superuser on the NIS master server: a single
160 NIS server can support multiple domains.
161 It is also possible that the
162 domainname on the NIS master may not be set (it is not necessary for
163 an NIS server to also be a client) in which case the
164 .Nm
165 command needs to be told what domain to operate on.
166 .It Fl h Ar host
167 Specify the name of an NIS server.
168 This option, in conjunction
169 with the
170 .Fl d
171 option, can be used to change an NIS password on a non-local NIS
172 server.
173 When a domain is specified with the
174 .Fl d
175 option and
176 .Nm
177 is unable to determine the name of the NIS master server (possibly because
178 the local domainname is not set), the name of the NIS master is assumed to
179 be
180 .Dq localhost .
181 This can be overridden with the
182 .Fl h
183 flag.
184 The specified hostname need not be the name of an NIS master: the
185 name of the NIS master for a given map can be determined by querying any
186 NIS server (master or slave) in a domain, so specifying the name of a
187 slave server will work equally well.
188 .It Fl o
189 Do not automatically override the password authentication checks for the
190 super-user on the NIS master server; assume
191 .Dq old
192 mode instead.
193 This
194 flag is of limited practical use but is useful for testing.
195 .El
196 .Sh FILES
197 .Bl -tag -width /etc/master.passwd -compact
198 .It Pa /etc/master.passwd
199 the user database
200 .It Pa /etc/passwd
201 a Version 7 format password file
202 .It Pa /etc/passwd.XXXXXX
203 temporary copy of the password file
204 .It Pa /etc/login.conf
205 login class capabilities database
206 .El
207 .Sh SEE ALSO
208 .Xr chpass 1 ,
209 .Xr kinit 1 ,
210 .Xr login 1 ,
211 .Xr login.conf 5 ,
212 .Xr passwd 5 ,
213 .Xr kerberos 8 ,
214 .Xr kpasswdd 8 ,
215 .Xr pam_passwdqc 8 ,
216 .Xr pw 8 ,
217 .Xr pwd_mkdb 8 ,
218 .Xr vipw 8
219 .Rs
220 .%A Robert Morris
221 .%A Ken Thompson
222 .%T "UNIX password security"
223 .Re
224 .Sh NOTES
225 The
226 .Nm yppasswd
227 command is really only a link to
228 .Nm .
229 .Sh HISTORY
230 A
231 .Nm
232 command appeared in
233 .At v6 .