summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBalint Reczey <balint@balintreczey.hu>2022-03-03 17:58:58 +0100
committerBalint Reczey <balint@balintreczey.hu>2022-03-03 17:59:43 +0100
commitc97b54461813da902e01cfb88330fdbb981ece79 (patch)
tree37f88fa0d76aead4add914acc1970c846d5cdfac
parentcfbad60da975da71b30ea041bc893ae79662508f (diff)
downloadshadow-c97b54461813da902e01cfb88330fdbb981ece79.tar.gz
login.defs: include HMAC_CRYPTO_ALGO key
-rw-r--r--debian/login.defs10
1 files changed, 10 insertions, 0 deletions
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 #