diff options
author | Björn Esser <besser82@fedoraproject.org> | 2021-05-07 08:28:51 +0200 |
---|---|---|
committer | Björn Esser <besser82@fedoraproject.org> | 2021-05-19 20:52:50 +0200 |
commit | 5771161a8608a50059fec4cb4535e3213e55342c (patch) | |
tree | a8ab3e5d133dfa0084459b774b46a4414d473408 | |
parent | e334b064966a5604ecf534f45e95fbc70be93c94 (diff) | |
download | libxcrypt-5771161a8608a50059fec4cb4535e3213e55342c.tar.gz libxcrypt-5771161a8608a50059fec4cb4535e3213e55342c.tar.bz2 libxcrypt-5771161a8608a50059fec4cb4535e3213e55342c.zip |
doc/crypt_checksalt.3: Mark `CRYPT_SALT_METHOD_LEGACY` to be implemented.
-rw-r--r-- | doc/crypt_checksalt.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/crypt_checksalt.3 b/doc/crypt_checksalt.3 index f9948e8..08c96ff 100644 --- a/doc/crypt_checksalt.3 +++ b/doc/crypt_checksalt.3 @@ -51,7 +51,7 @@ specifies a hashing method that is no longer allowed to be used at all; will fail if passed this .Ar setting . Manual intervention will be required to reactivate the user's account. -.It Dv CRYPT_SALT_METHOD_LEGACY (Not implemented, yet) +.It Dv CRYPT_SALT_METHOD_LEGACY .Ar setting specifies a hashing method that is no longer considered strong enough for use with new passphrases. |