diff options
| author | Giorgos Keramidas <keramida@FreeBSD.org> | 2005-09-19 16:32:27 +0000 |
|---|---|---|
| committer | Giorgos Keramidas <keramida@FreeBSD.org> | 2005-09-19 16:32:27 +0000 |
| commit | a56e23da23b802f32e54aa5dadb70caf48a147d2 (patch) | |
| tree | 8eb12f56a24b133064fbc1ef1ff591cae4d6591a | |
| parent | 5334bbba913e3f8f22a8b3717f19d5ddd7a704f0 (diff) | |
Notes
| -rw-r--r-- | share/man/man5/passwd.5 | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/share/man/man5/passwd.5 b/share/man/man5/passwd.5 index a9b5d3901177..fbb7817a4b92 100644 --- a/share/man/man5/passwd.5 +++ b/share/man/man5/passwd.5 @@ -110,7 +110,11 @@ In the .Nm master.passwd file, a password of .Ql * -is used to indicate that no one can ever log into that account. +is used to indicate that no one can ever log into that account +using password authentication (logins through other forms of +authentication, i.e.\& using +.Xr ssh 1 +keys, will still work). The field only contains encrypted passwords, and .Ql * can never be the result of encrypting a password. |
