[BACK]Return to passwd.1 CVS log [TXT][DIR] Up to [local] / src / usr.bin / passwd

Diff for /src/usr.bin/passwd/passwd.1 between version 1.16 and 1.17

version 1.16, 2001/06/23 05:57:07 version 1.17, 2001/06/26 20:22:52
Line 44 
Line 44 
 .Op Fl l  .Op Fl l
 .Op Fl y  .Op Fl y
 .Op Fl k  .Op Fl k
   .Op Fl K
 .Op Fl n Ar name  .Op Fl n Ar name
 .Op Fl i Ar instance  .Op Fl i Ar instance
 .Op Fl r Ar realm  .Op Fl r Ar realm
Line 52 
Line 53 
 .\" This should really be: passwd [-l] [-y] [-k [-n name] [-i instance] [-r realm] [-u username[.instance][@realm]]] [user]  .\" This should really be: passwd [-l] [-y] [-k [-n name] [-i instance] [-r realm] [-u username[.instance][@realm]]] [user]
 .Sh DESCRIPTION  .Sh DESCRIPTION
 .Nm  .Nm
 changes the user's local, Kerberos, or YP password.  changes the user's local, KerberosIV, KerberosV, or YP password.
 First, the user is prompted for their current password.  First, the user is prompted for their current password.
 If the current password is correctly typed, a new password is requested.  If the current password is correctly typed, a new password is requested.
 The new password must be entered twice to avoid typing errors.  The new password must be entered twice to avoid typing errors.
Line 83 
Line 84 
 .Xr rpc.yppasswdd 8  .Xr rpc.yppasswdd 8
 daemon should be running on the YP master server.  daemon should be running on the YP master server.
 .It Fl k  .It Fl k
 Forces the change to affect the Kerberos database, even  Forces the change to affect the KerberosIV database, even
 if the user has a password in the local database.  if the user has a password in the local database.
 Once the password has been verified,  Once the password has been verified,
 .Nm  .Nm
 communicates the new password information to the Kerberos authenticating host.  communicates the new password information to the KerberosIV authenticating host.
 .El  .El
 .Pp  .Pp
 The following flags are only used when the  The following flags are only used when the
Line 111 
Line 112 
 .Ar realm  .Ar realm
 instead of the local realm.  instead of the local realm.
 .It Fl u Ar username[.instance][@realm]  .It Fl u Ar username[.instance][@realm]
 Specifies a fully qualified Kerberos principal.  Specifies a fully qualified KerberosIV principal.
   .It Fl K Ar principal@REALM
   Changes a users KerberosV password.
 .El  .El
 .Pp  .Pp
 This is the behavior if no flags are specified:  This is the behavior if no flags are specified:
 if Kerberos is active then  if KerberosIV is active then
 .Nm  .Nm
 will talk to the Kerberos server (even if the user has an entry  will talk to the KerberosIV server (even if the user has an entry
 in the local database).  in the local database).
 If the password is not in the local password database, then  If the password is not in the local password database, then
 an attempt is made to use the YP database.  an attempt is made to use the YP database.
 .Pp  .Pp
 To change another user's Kerberos password, one must first run  To change another user's KerberosIV password, one must first run
 .Xr kinit 1  .Xr kinit 1
 followed by  followed by
 .Xr passwd 1 .  .Xr passwd 1 .

Legend:
Removed from v.1.16  
changed lines
  Added in v.1.17