diff options
author | Tomas Mraz <tmraz@fedoraproject.org> | 2018-11-27 11:54:23 +0100 |
---|---|---|
committer | Tomas Mraz <tmraz@fedoraproject.org> | 2018-11-27 11:54:23 +0100 |
commit | 396ef3a1c93457fe66391627eb996b920be94fb2 (patch) | |
tree | 77183b6e21b2d96e9b845dc415f6f9c0b9a5ec3d /modules/pam_unix/pam_unix.8.xml | |
parent | ad435b386b22b456724dc5c5b8d9f2d1beffc558 (diff) | |
download | pam-396ef3a1c93457fe66391627eb996b920be94fb2.tar.gz pam-396ef3a1c93457fe66391627eb996b920be94fb2.tar.bz2 pam-396ef3a1c93457fe66391627eb996b920be94fb2.zip |
Revert "pam_unix: Add crypt_default method, if supported."
This reverts commit ad435b386b22b456724dc5c5b8d9f2d1beffc558.
Diffstat (limited to 'modules/pam_unix/pam_unix.8.xml')
-rw-r--r-- | modules/pam_unix/pam_unix.8.xml | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/modules/pam_unix/pam_unix.8.xml b/modules/pam_unix/pam_unix.8.xml index 82e0c9af..cae2aeaa 100644 --- a/modules/pam_unix/pam_unix.8.xml +++ b/modules/pam_unix/pam_unix.8.xml @@ -363,23 +363,6 @@ </varlistentry> <varlistentry> <term> - <option>crypt_default</option> - </term> - <listitem> - <para> - When a user changes their password next, - encrypt it with the default algorithm and the default - amount of rounds provided by the system configuration - of libcrypt. If this default algorithm is not known to - the <citerefentry> - <refentrytitle>crypt</refentrytitle><manvolnum>3</manvolnum> - </citerefentry> function, - fall back to MD5. - </para> - </listitem> - </varlistentry> - <varlistentry> - <term> <option>rounds=<replaceable>n</replaceable></option> </term> <listitem> @@ -388,9 +371,6 @@ blowfish, gost-yescrypt, and yescrypt password hashing algorithms to <replaceable>n</replaceable>. - This option will be ignored when the crypt_default option - is used, as the default algorithm always uses the value - from the system configuration of libcrypt. </para> </listitem> </varlistentry> |