Blame SOURCES/0001-enable-all-CHAP-digest-functions-by-default.patch

221d9a
From a89f547c29f5d3f61a10eb1847b992f9f7f9a65a Mon Sep 17 00:00:00 2001
221d9a
From: rpm-build <rpm-build>
221d9a
Date: Wed, 8 Jan 2020 14:00:35 -0800
221d9a
Subject: [PATCH 1/1] enable all CHAP digest functions by default
221d9a
221d9a
---
221d9a
 etc/iscsid.conf | 2 +-
221d9a
 1 file changed, 1 insertion(+), 1 deletion(-)
221d9a
221d9a
diff --git a/etc/iscsid.conf b/etc/iscsid.conf
221d9a
index 420145b..c1960e5 100644
221d9a
--- a/etc/iscsid.conf
221d9a
+++ b/etc/iscsid.conf
221d9a
@@ -62,7 +62,7 @@ node.leading_login = No
221d9a
 # The algorithms should be listen with most prefered first.
221d9a
 # Valid values are MD5, SHA1, SHA256, and SHA3-256.
221d9a
 # The default is MD5.
221d9a
-#node.session.auth.chap_algs = SHA3-256,SHA256,SHA1,MD5
221d9a
+node.session.auth.chap_algs = SHA3-256,SHA256,SHA1,MD5
221d9a
 
221d9a
 # To set a CHAP username and password for initiator
221d9a
 # authentication by the target(s), uncomment the following lines:
221d9a
-- 
221d9a
2.21.1
221d9a