1 .\" Copyright (c) 1988, 1990, 1993
2 .\" The Regents of the University of California. All rights reserved.
4 .\" Redistribution and use in source and binary forms, with or without
5 .\" modification, are permitted provided that the following conditions
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.
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
28 .\" @(#)chpass.1 8.2 (Berkeley) 12/30/93
41 .Nd add or change user database information
46 .Op Fl e Ar expiretime
53 .Op Fl e Ar expiretime
62 allows editing of the user database information associated
65 or, by default, the current user.
74 utilities behave identically to
76 (There is only one program.)
78 The information is formatted and supplied to an editor for changes.
80 Only the information that the user is allowed to change is displayed.
82 The options are as follows:
83 .Bl -tag -width indent
85 The super-user is allowed to directly supply a user database
86 entry, in the format specified by
89 This argument must be a colon
91 separated list of all the
92 user database fields, although they may be empty.
94 The super-user is allowed to directly supply an encrypted password field,
98 .It Fl e Ar expiretime
99 Change the account expire time.
100 This option is used to set the expire time
101 from a script as if it was done in the interactive editor.
103 Attempt to change the user's shell to
107 Possible display items are as follows:
109 .Bl -tag -width "Other Information:" -compact -offset indent
113 user's encrypted password
119 user's general classification
123 account expiration time
127 user's office location (1)
129 user's office phone (1)
131 user's home phone (1)
132 .It Other Information:
133 any locally defined parameters for user (1)
135 user's home directory
140 In the actual master.passwd file, these fields are comma-delimited
141 fields embedded in the FullName field.
146 field is the user name used to access the computer account.
150 field contains the encrypted form of the user's password.
154 field is the number associated with the
157 Both of these fields should be unique across the system (and often
158 across a group of systems) as they control file access.
160 While it is possible to have multiple entries with identical login names
161 and/or identical user id's, it is usually a mistake to do so.
163 that manipulate these files will often return only one of the multiple
164 entries, and that one by random selection.
168 field is the group that the user will be placed in at login.
171 supports multiple groups (see
173 this field currently has little special meaning.
174 This field may be filled in with either a number or a group name (see
179 field references class descriptions in
181 and is typically used to initialize the user's system resource limits
186 field is the date by which the password must be changed.
190 field is the date on which the account expires.
196 fields should be entered in the form
200 is the month name (the first three characters are sufficient),
202 is the day of the month, and
206 Five fields are available for storing the user's
207 .Ar full name , office location ,
212 .Ar other information
213 which is a single comma delimited string to represent any additional
214 gecos fields (typically used for site specific user information).
217 will display the office location and office phone together under the
225 path name where the user
226 will be placed at login.
230 field is the command interpreter the user prefers.
233 field is empty, the Bourne shell,
236 When altering a login shell, and not the super-user, the user
237 may not change from a non-standard shell or to a non-standard
239 Non-standard is defined as a shell not found in
242 Once the information has been verified,
246 to update the user database.
250 editor will be used unless the environment variable
254 When the editor terminates, the information is re-read and used to
255 update the user database itself.
256 Only the user, or the super-user, may edit the information associated
261 for an explanation of the impact of setting the
263 environment variable.
267 utility can also be used in conjunction with NIS, however some restrictions
271 can only make changes to the NIS passwd maps through
272 .Xr rpc.yppasswdd 8 ,
273 which normally only permits changes to a user's password, shell and GECOS
275 Except when invoked by the super-user on the NIS master server,
281 server to change other user information or
282 add new records to the NIS passwd maps.
285 requires password authentication before it will make any
287 The only user allowed to submit changes without supplying
288 a password is the super-user on the NIS master server; all other users,
289 including those with root privileges on NIS clients (and NIS slave
290 servers) must enter a password.
291 (The super-user on the NIS master is allowed to bypass these restrictions
292 largely for convenience: a user with root access
293 to the NIS master server already has the privileges required to make
294 updates to the NIS maps, but editing the map source files by hand can
297 Note: these exceptions only apply when the NIS master server is a
301 Consequently, except where noted, the following restrictions apply when
304 .Bl -enum -offset indent
306 .Em "Only the shell and GECOS information may be changed" .
308 fields are restricted, even when
310 is invoked by the super-user.
312 changing other fields could be added, this would lead to
313 compatibility problems with other NIS-capable systems.
314 Even though the super-user may supply data for other fields
315 while editing an entry, the extra information (other than the
316 password -- see below) will be silently discarded.
318 Exception: the super-user on the NIS master server is permitted to
321 .Em "Password authentication is required" .
324 utility will prompt for the user's NIS password before effecting
326 If the password is invalid, all changes will be
329 Exception: the super-user on the NIS master server is allowed to
330 submit changes without supplying a password.
332 choose to turn off this feature using the
334 flag, described below.)
336 .Em "Adding new records to the local password database is discouraged" .
339 utility will allow the administrator to add new records to the
340 local password database while NIS is enabled, but this can lead to
341 some confusion since the new records are appended to the end of
342 the master password file, usually after the special NIS '+' entries.
343 The administrator should use
345 to modify the local password
346 file when NIS is running.
348 The super-user on the NIS master server is permitted to add new records
349 to the NIS password maps, provided the
351 server has been started with the
353 flag to permitted additions (it refuses them by default).
356 utility tries to update the local password database by default; to update the
357 NIS maps instead, invoke chpass with the
361 .Em "Password changes are not permitted".
366 to change their NIS passwords.
367 The super-user is allowed to specify
368 a new password (even though the
371 up in the editor template, the super-user may add it back by hand),
372 but even the super-user must supply the user's original password
375 will refuse to update the NIS maps.
377 Exception: the super-user on the NIS master server is permitted to
378 change a user's NIS password with
382 There are also a few extra option flags that are available when
384 is compiled with NIS support:
385 .Bl -tag -width indent
389 to modify the local copy of a user's password
390 information in the event that a user exists in both
391 the local and NIS databases.
395 This flag is largely redundant since
397 operates on NIS entries by default if NIS is enabled.
399 Specify a particular NIS domain.
402 utility uses the system domain name by default, as set by the
407 option can be used to override a default, or to specify a domain
408 when the system domain name is not set.
410 Specify the name or address of an NIS server to query.
413 will communicate with the NIS master host specified in the
418 On hosts that have not been configured as NIS clients, there is
419 no way for the program to determine this information unless the user
420 provides the hostname of a server.
421 Note that the specified hostname need
422 not be that of the NIS master server; the name of any server, master or
423 slave, in a given NIS domain will do.
427 option, the hostname defaults to
431 option can be used in conjunction with the
433 option, in which case the user-specified hostname will override
436 Force the use of RPC-based updates when communicating with
439 When invoked by the super-user on the NIS master server,
441 allows unrestricted changes to the NIS passwd maps using dedicated,
442 non-RPC-based mechanism (in this case, a
447 flag can be used to force
449 to use the standard update mechanism instead.
450 This option is provided
451 mainly for testing purposes.
454 .Bl -tag -width /etc/master.passwd -compact
455 .It Pa /etc/master.passwd
458 a Version 7 format password file
459 .It Pa /etc/chpass.XXXXXX
460 temporary copy of the password file
462 the list of approved shells
477 .%T "UNIX Password security"
485 User information should (and eventually will) be stored elsewhere.