diff options
author | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2012-02-26 11:14:22 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2012-02-26 11:14:22 +0000 |
commit | b2c00bc55fe660fb0f71a7c5a132de5a3e17e14b (patch) | |
tree | 673dfc43463b54b0e8b6b9def9acdd6bdb624be0 /share/man/man5 | |
parent | 28ca848ec83374e10f32f9f96d1c3b21ab94f757 (diff) |
Document :*************: in the password field.
Triggered by a question from haesbaert@.
Feedback and ok jmc@, ok haesbaert@.
Diffstat (limited to 'share/man/man5')
-rw-r--r-- | share/man/man5/passwd.5 | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/share/man/man5/passwd.5 b/share/man/man5/passwd.5 index d9faf023476..45d28d4604e 100644 --- a/share/man/man5/passwd.5 +++ b/share/man/man5/passwd.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: passwd.5,v 1.35 2009/03/27 12:31:31 schwarze Exp $ +.\" $OpenBSD: passwd.5,v 1.36 2012/02/26 11:14:21 schwarze Exp $ .\" $NetBSD: passwd.5,v 1.4 1995/07/28 06:46:05 phil Exp $ .\" .\" Copyright (c) 1988, 1991, 1993 @@ -31,7 +31,7 @@ .\" .\" @(#)passwd.5 8.1 (Berkeley) 6/5/93 .\" -.Dd $Mdocdate: March 27 2009 $ +.Dd $Mdocdate: February 26 2012 $ .Dt PASSWD 5 .Os .Sh NAME @@ -132,6 +132,11 @@ Note that there is nothing special about it is just one of many strings that is not a valid encrypted password (see .Xr crypt 3 ) . +Similarly, login accounts not allowing password authentication +but allowing other authentication methods, for example public key +authentication, conventionally have 13 stars in the +.Ar password +field. Because .Nm master.passwd contains the encrypted user passwords, it should not be readable by anyone |