From c97b54461813da902e01cfb88330fdbb981ece79 Mon Sep 17 00:00:00 2001 From: Balint Reczey Date: Thu, 3 Mar 2022 17:58:58 +0100 Subject: login.defs: include HMAC_CRYPTO_ALGO key --- debian/login.defs | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'debian') diff --git a/debian/login.defs b/debian/login.defs index ebf22430..0b717983 100644 --- a/debian/login.defs +++ b/debian/login.defs @@ -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 # -- cgit v1.2.1