diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-01-16 07:22:16 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-01-16 07:22:16 +0000 |
commit | 8ef9eb7421dd5c8255b104ce20cd30a0b2fc45df (patch) | |
tree | 2540b202881376925177dcdf9ba781577a99f260 /usr.bin/passwd/passwd.1 | |
parent | c6b3a1578ef6ee7e2e5497a8bcd829574599cebb (diff) |
the yppasswd command is not needed. the user should always let the
passwd command figure out where their password is located. if they
really need to change a specific one, they can use the flags - bet
noone ever needs to use that.
Diffstat (limited to 'usr.bin/passwd/passwd.1')
-rw-r--r-- | usr.bin/passwd/passwd.1 | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/usr.bin/passwd/passwd.1 b/usr.bin/passwd/passwd.1 index 3c9cf89eda9..a8c1f768d76 100644 --- a/usr.bin/passwd/passwd.1 +++ b/usr.bin/passwd/passwd.1 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" from: @(#)passwd.1 6.11 (Berkeley) 7/24/91 -.\" $Id: passwd.1,v 1.1 1995/10/18 08:45:54 deraadt Exp $ +.\" $Id: passwd.1,v 1.2 1996/01/16 07:22:14 deraadt Exp $ .\" .Dd July 24, 1991 .Dt PASSWD 1 @@ -44,8 +44,6 @@ .Op Fl k .Op Fl y .Op Ar user -.Nm yppasswd -.Op Ar user .Sh DESCRIPTION .Nm Passwd changes the user's local, Kerberos, or YP password. First, the user is prompted @@ -79,12 +77,6 @@ This forces the YP password database entry to be changed, even if the user has an entry in the local database. The .Xr rpc.yppasswdd 8 daemon should be running on the YP master server. -.Nm yppasswd -is the equivalent of -.Nm passwd -with the -.Fl y -flag. .El .Pp This is the behavior if no flags are specified: |