Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-1-5]: src/usr.bin/passwd Pull up revision 1.14 (requested by jona...



details:   https://anonhg.NetBSD.org/src/rev/0ed5aa4745cc
branches:  netbsd-1-5
changeset: 492896:0ed5aa4745cc
user:      he <he%NetBSD.org@localhost>
date:      Tue Feb 26 22:09:28 2002 +0000

description:
Pull up revision 1.14 (requested by jonathan):
  Add support for local MD5-encrypted passwords.

diffstat:

 usr.bin/passwd/passwd.1 |  8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)

diffs (29 lines):

diff -r 7efa5f44619f -r 0ed5aa4745cc usr.bin/passwd/passwd.1
--- a/usr.bin/passwd/passwd.1   Tue Feb 26 22:09:26 2002 +0000
+++ b/usr.bin/passwd/passwd.1   Tue Feb 26 22:09:28 2002 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: passwd.1,v 1.13 2000/02/14 04:36:21 aidan Exp $
+.\"    $NetBSD: passwd.1,v 1.13.4.1 2002/02/26 22:09:28 he Exp $
 .\"
 .\" Copyright (c) 1990, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -149,6 +149,11 @@
 .Pp
 The super-user is not required to provide a user's current password
 if only the local password is modified.
+.Pp
+Which type of cipher is used to encrypt the password information
+depends on the configuration in
+.Xr passwd.conf 5 .
+It can be different for local and YP passwords.
 .Sh FILES
 .Bl -tag -width /etc/master.passwd -compact
 .It Pa /etc/master.passwd
@@ -162,6 +167,7 @@
 .Xr chpass 1 ,
 .Xr login 1 ,
 .Xr passwd 5 ,
+.Xr passwd.conf 5 ,
 .Xr pwd_mkdb 8 ,
 .Xr vipw 8
 .Rs



Home | Main Index | Thread Index | Old Index