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