Deleted Added
sdiff udiff text old ( 10050 ) new ( 10519 )
full compact
1.\" Copyright (c) 1988, 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.

--- 42 unchanged lines hidden (view full) ---

51with
52.Ar user
53or, by default, the current user.
54The information is formatted and supplied to an editor for changes.
55.Pp
56Only the information that the user is allowed to change is displayed.
57.Pp
58The options are as follows:
59.Bl -tag -width Ds
60.It Fl a
61The super-user is allowed to directly supply a user database
62entry, in the format specified by
63.Xr passwd 5 ,
64as an argument.
65This argument must be a colon (``:'') separated list of all the
66user database fields, although they may be empty.
67.It Fl p

--- 198 unchanged lines hidden (view full) ---

266to change their NIS passwords. The super-user is allowed to specify
267a new password (even though the ``Password:'' field does not show
268up in the editor template, the super-user may add it back by hand),
269but even the super-user must supply the user's original password
270otherwise
271.Xr yppasswdd 8
272will refuse to update the NIS maps.
273.El
274.Sh FILES
275.Bl -tag -width /etc/master.passwd -compact
276.It Pa /etc/master.passwd
277The user database
278.It Pa /etc/passwd
279A Version 7 format password file
280.It Pa /etc/chpass.XXXXXX
281Temporary copy of the password file

--- 34 unchanged lines hidden ---