]> CyberLeo.Net >> Repos - FreeBSD/releng/10.2.git/blob - usr.bin/passwd/passwd.1
- Copy stable/10@285827 to releng/10.2 in preparation for 10.2-RC1
[FreeBSD/releng/10.2.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 .\" 4. 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 .\" $FreeBSD$
30 .\"
31 .Dd February 14, 2014
32 .Dt PASSWD 1
33 .Os
34 .Sh NAME
35 .Nm passwd , yppasswd
36 .Nd modify a user's password
37 .Sh SYNOPSIS
38 .Nm
39 .Op Fl l
40 .Op Ar user
41 .Nm yppasswd
42 .Op Fl l
43 .Op Fl y
44 .Op Fl d Ar domain
45 .Op Fl h Ar host
46 .Op Fl o
47 .Sh DESCRIPTION
48 The
49 .Nm
50 utility changes the user's local, Kerberos, or NIS password.
51 If the user is not the super-user,
52 .Nm
53 first prompts for the current password and will not continue unless the correct
54 password is entered.
55 .Pp
56 When entering the new password, the characters entered do not echo, in order to
57 avoid the password being seen by a passer-by.
58 The
59 .Nm
60 utility prompts for the new password twice in order to detect typing errors.
61 .Pp
62 The total length of the password must be less than
63 .Dv _PASSWORD_LEN
64 (currently 128 characters).
65 .Pp
66 Once the password has been verified,
67 .Nm
68 communicates the new password information to
69 the Kerberos authenticating host.
70 .Pp
71 The following option is available:
72 .Bl -tag -width indent
73 .It Fl l
74 Cause the password to be updated only in the local
75 password file, and not with the Kerberos database.
76 When changing only the local password,
77 .Xr pwd_mkdb 8
78 is used to update the password databases.
79 .El
80 .Pp
81 When changing local or NIS password, the next password change date
82 is set according to
83 .Dq passwordtime
84 capability in the user's login class.
85 .Pp
86 To change another user's Kerberos password, one must first
87 run
88 .Xr kinit 1
89 followed by
90 .Nm .
91 The super-user is not required to provide a user's current password
92 if only the local password is modified.
93 .Sh NIS INTERACTION
94 The
95 .Nm
96 utility has built-in support for NIS.
97 If a user exists in the NIS password
98 database but does not exist locally,
99 .Nm
100 automatically switches into
101 .Nm yppasswd
102 mode.
103 If the specified
104 user does not exist in either the local password database or the
105 NIS password maps,
106 .Nm
107 returns an error.
108 .Pp
109 When changing an NIS password, unprivileged users are required to provide
110 their old password for authentication (the
111 .Xr rpc.yppasswdd 8
112 daemon requires the original password before
113 it will allow any changes to the NIS password maps).
114 This restriction applies even to the
115 super-user, with one important exception: the password authentication is
116 bypassed for the super-user on the NIS master server.
117 This means that
118 the super-user on the NIS master server can make unrestricted changes to
119 anyone's NIS password.
120 The super-user on NIS client systems and NIS slave
121 servers still needs to provide a password before the update will be processed.
122 .Pp
123 The following additional options are supported for use with NIS:
124 .Bl -tag -width indent
125 .It Fl y
126 Override
127 .Nm Ns 's
128 checking heuristics and forces
129 it into NIS mode.
130 .It Fl l
131 When NIS is enabled, the
132 .Fl l
133 flag can be used to force
134 .Nm
135 into
136 .Dq local only
137 mode.
138 This flag can be used to change the entry
139 for a local user when an NIS user exists with the same login name.
140 For example, you will sometimes find entries for system
141 .Dq placeholder
142 users such as
143 .Pa bin
144 or
145 .Pa daemon
146 in both the NIS password maps and the local user database.
147 By
148 default,
149 .Nm
150 will try to change the NIS password.
151 The
152 .Fl l
153 flag can be used to change the local password instead.
154 .It Fl d Ar domain
155 Specify what domain to use when changing an NIS password.
156 By default,
157 .Nm
158 assumes that the system default domain should be used.
159 This flag is
160 primarily for use by the superuser on the NIS master server: a single
161 NIS server can support multiple domains.
162 It is also possible that the
163 domainname on the NIS master may not be set (it is not necessary for
164 an NIS server to also be a client) in which case the
165 .Nm
166 command needs to be told what domain to operate on.
167 .It Fl h Ar host
168 Specify the name of an NIS server.
169 This option, in conjunction
170 with the
171 .Fl d
172 option, can be used to change an NIS password on a non-local NIS
173 server.
174 When a domain is specified with the
175 .Fl d
176 option and
177 .Nm
178 is unable to determine the name of the NIS master server (possibly because
179 the local domainname is not set), the name of the NIS master is assumed to
180 be
181 .Dq localhost .
182 This can be overridden with the
183 .Fl h
184 flag.
185 The specified hostname need not be the name of an NIS master: the
186 name of the NIS master for a given map can be determined by querying any
187 NIS server (master or slave) in a domain, so specifying the name of a
188 slave server will work equally well.
189 .It Fl o
190 Do not automatically override the password authentication checks for the
191 super-user on the NIS master server; assume
192 .Dq old
193 mode instead.
194 This
195 flag is of limited practical use but is useful for testing.
196 .El
197 .Sh FILES
198 .Bl -tag -width /etc/master.passwd -compact
199 .It Pa /etc/master.passwd
200 the user database
201 .It Pa /etc/passwd
202 a Version 7 format password file
203 .It Pa /etc/passwd.XXXXXX
204 temporary copy of the password file
205 .It Pa /etc/login.conf
206 login class capabilities database
207 .El
208 .Sh SEE ALSO
209 .Xr chpass 1 ,
210 .Xr kinit 1 ,
211 .Xr login 1 ,
212 .Xr login.conf 5 ,
213 .Xr passwd 5 ,
214 .Xr kerberos 8 ,
215 .Xr kpasswdd 8 ,
216 .Xr pam_passwdqc 8 ,
217 .Xr pw 8 ,
218 .Xr pwd_mkdb 8 ,
219 .Xr vipw 8
220 .Rs
221 .%A Robert Morris
222 .%A Ken Thompson
223 .%T "UNIX password security"
224 .Re
225 .Sh NOTES
226 The
227 .Nm yppasswd
228 command is really only a link to
229 .Nm .
230 .Sh HISTORY
231 A
232 .Nm
233 command appeared in
234 .At v6 .