]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - usr.bin/passwd/passwd.1
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.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 June 6, 1993
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 new password should be at least six characters long (which
63 may be overridden using the
64 .Xr login.conf 5
65 .Dq minpasswordlen
66 setting for a user's login class) and not purely alphabetic.
67 Its total length must be less than
68 .Dv _PASSWORD_LEN
69 (currently 128 characters).
70 .Pp
71 The new password should contain a mixture of upper and lower case
72 characters (which may be overridden using the
73 .Xr login.conf 5
74 .Dq mixpasswordcase
75 setting for a user's login class).
76 Allowing lower case passwords may
77 be useful where the password file will be used in situations where only
78 lower case passwords are permissible, such as when using Samba to
79 authenticate Windows clients.
80 In all other situations, numbers, upper
81 case letters and meta characters are encouraged.
82 .Pp
83 Once the password has been verified,
84 .Nm
85 communicates the new password information to
86 the Kerberos authenticating host.
87 .Pp
88 The following option is available:
89 .Bl -tag -width indent
90 .It Fl l
91 Cause the password to be updated only in the local
92 password file, and not with the Kerberos database.
93 When changing only the local password,
94 .Xr pwd_mkdb 8
95 is used to update the password databases.
96 .El
97 .Pp
98 When changing local or NIS password, the next password change date
99 is set according to
100 .Dq passwordtime
101 capability in the user's login class.
102 .Pp
103 To change another user's Kerberos password, one must first
104 run
105 .Xr kinit 1
106 followed by
107 .Nm .
108 The super-user is not required to provide a user's current password
109 if only the local password is modified.
110 .Sh NIS INTERACTION
111 The
112 .Nm
113 utility has built-in support for NIS.
114 If a user exists in the NIS password
115 database but does not exist locally,
116 .Nm
117 automatically switches into
118 .Nm yppasswd
119 mode.
120 If the specified
121 user does not exist in either the local password database or the
122 NIS password maps,
123 .Nm
124 returns an error.
125 .Pp
126 When changing an NIS password, unprivileged users are required to provide
127 their old password for authentication (the
128 .Xr rpc.yppasswdd 8
129 daemon requires the original password before
130 it will allow any changes to the NIS password maps).
131 This restriction applies even to the
132 super-user, with one important exception: the password authentication is
133 bypassed for the super-user on the NIS master server.
134 This means that
135 the super-user on the NIS master server can make unrestricted changes to
136 anyone's NIS password.
137 The super-user on NIS client systems and NIS slave
138 servers still needs to provide a password before the update will be processed.
139 .Pp
140 The following additional options are supported for use with NIS:
141 .Bl -tag -width indent
142 .It Fl y
143 Override
144 .Nm Ns 's
145 checking heuristics and forces
146 it into NIS mode.
147 .It Fl l
148 When NIS is enabled, the
149 .Fl l
150 flag can be used to force
151 .Nm
152 into
153 .Dq local only
154 mode.
155 This flag can be used to change the entry
156 for a local user when an NIS user exists with the same login name.
157 For example, you will sometimes find entries for system
158 .Dq placeholder
159 users such as
160 .Pa bin
161 or
162 .Pa daemon
163 in both the NIS password maps and the local user database.
164 By
165 default,
166 .Nm
167 will try to change the NIS password.
168 The
169 .Fl l
170 flag can be used to change the local password instead.
171 .It Fl d Ar domain
172 Specify what domain to use when changing an NIS password.
173 By default,
174 .Nm
175 assumes that the system default domain should be used.
176 This flag is
177 primarily for use by the superuser on the NIS master server: a single
178 NIS server can support multiple domains.
179 It is also possible that the
180 domainname on the NIS master may not be set (it is not necessary for
181 an NIS server to also be a client) in which case the
182 .Nm
183 command needs to be told what domain to operate on.
184 .It Fl h Ar host
185 Specify the name of an NIS server.
186 This option, in conjunction
187 with the
188 .Fl d
189 option, can be used to change an NIS password on a non-local NIS
190 server.
191 When a domain is specified with the
192 .Fl d
193 option and
194 .Nm
195 is unable to determine the name of the NIS master server (possibly because
196 the local domainname is not set), the name of the NIS master is assumed to
197 be
198 .Dq localhost .
199 This can be overridden with the
200 .Fl h
201 flag.
202 The specified hostname need not be the name of an NIS master: the
203 name of the NIS master for a given map can be determined by querying any
204 NIS server (master or slave) in a domain, so specifying the name of a
205 slave server will work equally well.
206 .It Fl o
207 Do not automatically override the password authentication checks for the
208 super-user on the NIS master server; assume
209 .Dq old
210 mode instead.
211 This
212 flag is of limited practical use but is useful for testing.
213 .El
214 .Sh FILES
215 .Bl -tag -width /etc/master.passwd -compact
216 .It Pa /etc/master.passwd
217 the user database
218 .It Pa /etc/passwd
219 a Version 7 format password file
220 .It Pa /etc/passwd.XXXXXX
221 temporary copy of the password file
222 .It Pa /etc/login.conf
223 login class capabilities database
224 .El
225 .Sh SEE ALSO
226 .Xr chpass 1 ,
227 .Xr kinit 1 ,
228 .Xr login 1 ,
229 .Xr login.conf 5 ,
230 .Xr passwd 5 ,
231 .Xr kerberos 8 ,
232 .Xr kpasswdd 8 ,
233 .Xr pw 8 ,
234 .Xr pwd_mkdb 8 ,
235 .Xr vipw 8
236 .Rs
237 .%A Robert Morris
238 .%A Ken Thompson
239 .%T "UNIX password security"
240 .Re
241 .Sh NOTES
242 The
243 .Nm yppasswd
244 command is really only a link to
245 .Nm .
246 .Sh HISTORY
247 A
248 .Nm
249 command appeared in
250 .At v6 .