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 .\" 3. All advertising materials mentioning features or use of this software
13 .\" must display the following acknowledgement:
14 .\" This product includes software developed by the University of
15 .\" California, Berkeley and its contributors.
16 .\" 4. Neither the name of the University nor the names of its contributors
17 .\" may be used to endorse or promote products derived from this software
18 .\" without specific prior written permission.
20 .\" THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
21 .\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
22 .\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
23 .\" ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
24 .\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
25 .\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
26 .\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
27 .\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
28 .\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
29 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
32 .\" @(#)chpass.1 8.2 (Berkeley) 12/30/93
33 .\" $Id: chpass.1,v 1.7.2.4 1998/08/14 03:38:01 thepish Exp $
39 .Nm chpass, chfn, chsh, ypchpass, ypchfn, ypchsh
40 .Nd add or change user database information
51 allows editing of the user database information associated
54 or, by default, the current user.
55 The information is formatted and supplied to an editor for changes.
57 Only the information that the user is allowed to change is displayed.
59 The options are as follows:
62 The super-user is allowed to directly supply a user database
63 entry, in the format specified by
66 This argument must be a colon (``:'') separated list of all the
67 user database fields, although they may be empty.
69 The super-user is allowed to directly supply an encrypted password field,
76 option attempts to change the user's shell to
80 Possible display items are as follows:
82 .Bl -tag -width "Other Information:" -compact -offset indent
86 user's encrypted password
94 account expiration time
96 user's general classification
104 user's normal location
109 .It Other Information:
110 any locally defined parameters for user
115 field is the user name used to access the computer account.
119 field contains the encrypted form of the user's password.
123 field is the number associated with the
126 Both of these fields should be unique across the system (and often
127 across a group of systems) as they control file access.
129 While it is possible to have multiple entries with identical login names
130 and/or identical user id's, it is usually a mistake to do so. Routines
131 that manipulate these files will often return only one of the multiple
132 entries, and that one by random selection.
136 field is the group that the user will be placed in at login.
137 Since BSD supports multiple groups (see
139 this field currently has little special meaning.
140 This field may be filled in with either a number or a group name (see
145 field is the date by which the password must be changed.
149 field is the date on which the account expires.
155 fields should be entered in the form ``month day year'' where
157 is the month name (the first three characters are sufficient),
159 is the day of the month, and
165 field is currently unused. In the near future it will be a key to
168 style database of user attributes.
172 is the full UNIX path name where the user
173 will be placed at login.
177 field is the command interpreter the user prefers.
180 field is empty, the Bourne shell,
183 When altering a login shell, and not the super-user, the user
184 may not change from a non-standard shell or to a non-standard
186 Non-standard is defined as a shell not found in
189 The last five fields are for storing the user's
190 .Ar full name , office location ,
195 .Ar other information
196 which is a single comma delimited string to represent any additional
197 gcos fields (typically used for site specific user information).
199 Once the information has been verified,
203 to update the user database.
207 editor will be used unless the environment variable EDITOR is set to
209 When the editor terminates, the information is re-read and used to
210 update the user database itself.
211 Only the user, or the super-user, may edit the information associated
215 can also be used in conjunction with NIS, however some restrictions
219 can only make changes to the NIS passwd maps through
220 .Xr rpc.yppasswdd 8 ,
221 which normally only permits changes to a user's password, shell and GECOS
222 fields. Except when invoked by the super-user on the NIS master server,
228 server to change other user information or
229 add new records to the NIS passwd maps.
232 requires password authentication before it will make any
233 changes. The only user allowed to submit changes without supplying
234 a password is the super-user on the NIS master server; all other users,
235 including those with root privileges on NIS clients (and NIS slave
236 servers) must enter a password.
237 (The super-user on the NIS master is allowed to bypass these restrictions
238 largely for convenience: a user with root access
239 to the NIS master server already has the privileges required to make
240 updates to the NIS maps, but editing the map source files by hand can
243 Note: these exceptions only apply when the NIS master server is a
246 Consequently, except where noted, the following restrictions apply when
249 .Bl -enum -offset indent
251 .Pa Only the shell and GECOS information may be changed.
253 fields are restricted, even when
255 is invoked by the super-user.
257 changing other fields could be added, this would lead to
258 compatibility problems with other NIS-capable systems.
259 Even though the super-user may supply data for other fields
260 while editing an entry, the extra information (other than the
261 password -- see below) will be silently discarded.
263 Exception: the super-user on the NIS master server is permitted to
267 .Pa Password authentication is required.
269 will prompt for the user's NIS password before effecting
270 any changes. If the password is invalid, all changes will be
273 Exception: the super-user on the NIS master server is allowed to
274 submit changes without supplying a password. (The super-user may
275 choose to turn off this feature using the
277 flag, described below.)
279 .Pa Adding new records to the local
280 .Pa password database is discouraged.
282 will allow the administrator to add new records to the
283 local password database while NIS is enabled, but this can lead to
284 some confusion since the new records are appended to the end of
285 the master password file, usually after the special NIS '+' entries.
286 The administrator should use
288 to modify the local password
289 file when NIS is running.
291 The super-user on the NIS master server is permitted to add new records
292 to the NIS password maps, provided the
294 server has been started with the
296 flag to permitted additions (it refuses them by default).
298 tries to update the local password database by default; to update the
299 NIS maps instead, invoke chpass with the
303 .Pa Password changes are not permitted.
308 to change their NIS passwords. The super-user is allowed to specify
309 a new password (even though the ``Password:'' field does not show
310 up in the editor template, the super-user may add it back by hand),
311 but even the super-user must supply the user's original password
314 will refuse to update the NIS maps.
316 Exception: the super-user on the NIS master server is permitted to
317 change a user's NIS password with
321 There are also a few extra option flags that are available when
323 is compiled with NIS support:
330 to modify the local copy of a user's password
331 information in the even that a user exists in both
332 the local and NIS databases.
334 This flag has the opposite effect of
336 This flag is largely redundant since
338 operates on NIS entries by default if NIS is enabled.
340 Specify a particular NIS domain.
342 uses the system domain name by default, as set by the
346 option can be used to override a default, or to specify a domain
347 when the system domain name is not set.
349 Specify the name or address of an NIS server to query. Normally,
351 will communicate with the NIS master host specified in the
355 maps. On hosts that have not been configured as NIS clients, there is
356 no way for the program to determine this information unless the user
357 provides the hostname of a server. Note that the specified hostname need
358 not be that of the NIS master server; the name of any server, master or
359 slave, in a given NIS domain will do.
363 option, the hostname defaults to ``localhost.'' The
365 option can be used in conjunction with the
367 option, in which case the user-specified hostname will override
371 Force the use of RPC-based updates when communicating with
374 When invoked by the super-user on the NIS master server,
376 allows unrestricted changes to the NIS passwd maps using dedicated,
377 non-RPC-based mechanism (in this case, a UNIX domain socket). The
379 flag can be used to force
381 to use the standard update mechanism instead. This option is provided
382 mainly for testing purposes.
386 .Bl -tag -width /etc/master.passwd -compact
387 .It Pa /etc/master.passwd
390 A Version 7 format password file
391 .It Pa /etc/chpass.XXXXXX
392 Temporary copy of the password file
394 The list of approved shells
408 .%T "UNIX Password security"
418 commands are really only links to
421 User information should (and eventually will) be stored elsewhere.