From b89d270f820ea6da0639ae25864bffcbddd3ed46 Mon Sep 17 00:00:00 2001 From: Chris Leech Date: Tue, 4 Jul 2023 12:20:03 -0700 Subject: [PATCH 1/1] remove unicode symbols from iscsid.conf --- etc/iscsid.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/iscsid.conf b/etc/iscsid.conf index ca29e43..607ad0f 100644 --- a/etc/iscsid.conf +++ b/etc/iscsid.conf @@ -69,7 +69,7 @@ node.leading_login = No # To configure which CHAP algorithms to enable, set # node.session.auth.chap_algs to a comma separated list. # The algorithms should be listed in order of decreasing -# preference — in particular, with the most preferred algorithm first. +# preference - in particular, with the most preferred algorithm first. # Valid values are MD5, SHA1, SHA256, and SHA3-256. # The default is MD5. #node.session.auth.chap_algs = SHA3-256,SHA256,SHA1,MD5 -- 2.40.1