diff options
author | Artur Grabowski <art@cvs.openbsd.org> | 1998-01-20 15:32:22 +0000 |
---|---|---|
committer | Artur Grabowski <art@cvs.openbsd.org> | 1998-01-20 15:32:22 +0000 |
commit | 003381fa256f8ef05ab4dfe4ec45d5f73f45361c (patch) | |
tree | a2e4d8a96336f4df13784cefe8d3590f2912f570 /usr.bin/passwd/passwd.1 | |
parent | 33ab9e63f60e9ab946ed8515bb6650723688617f (diff) |
Use new method to change kerberos passwords.
Diffstat (limited to 'usr.bin/passwd/passwd.1')
-rw-r--r-- | usr.bin/passwd/passwd.1 | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/usr.bin/passwd/passwd.1 b/usr.bin/passwd/passwd.1 index 641ff69e3c4..b1fb1ea2932 100644 --- a/usr.bin/passwd/passwd.1 +++ b/usr.bin/passwd/passwd.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: passwd.1,v 1.4 1997/02/25 18:19:35 provos Exp $ +.\" $OpenBSD: passwd.1,v 1.5 1998/01/20 15:32:20 art Exp $ .\" Copyright (c) 1990 The Regents of the University of California. .\" All rights reserved. .\" @@ -41,9 +41,14 @@ .Sh SYNOPSIS .Nm passwd .Op Fl l -.Op Fl k .Op Fl y +.Op Fl k +.Op Fl n Ar name +.Op Fl i Ar instance +.Op Fl r Ar realm +.Op Fl u Ar username[.instance][@realm] .Op Ar user +.\" This should really be: passwd [-l] [-y] [-k [-n name] [-i instance] [-r realm] [-u username[.instance][@realm]]] [user] .Sh DESCRIPTION .Nm Passwd changes the user's local, Kerberos, or YP password. First, the user is prompted |