login.defs: include HMAC_CRYPTO_ALGO key

This commit is contained in:
Balint Reczey
2022-03-03 17:58:58 +01:00
parent cfbad60da9
commit c97b544618

10
debian/login.defs vendored
View File

@@ -345,6 +345,16 @@ NONEXISTENT /nonexistent
# Set to "no" to not prevent for any account (dangerous, historical default)
PREVENT_NO_AUTH superuser
#
# Select the HMAC cryptography algorithm.
# Used in pam_timestamp module to calculate the keyed-hash message
# authentication code.
#
# Note: It is recommended to check hmac(3) to see the possible algorithms
# that are available in your system.
#
#HMAC_CRYPTO_ALGO SHA512
################# OBSOLETED BY PAM ##############
# #
# These options are now handled by PAM. Please #