Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/etc/iscsi iscsictl uses authentication types (n)one, (c)hap ...



details:   https://anonhg.NetBSD.org/src/rev/911f6755e036
branches:  trunk
changeset: 375914:911f6755e036
user:      mlelstv <mlelstv%NetBSD.org@localhost>
date:      Sun May 21 12:02:43 2023 +0000

description:
iscsictl uses authentication types (n)one, (c)hap and mutual (C)hap.

diffstat:

 etc/iscsi/volumes |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r d9ec916c2b86 -r 911f6755e036 etc/iscsi/volumes
--- a/etc/iscsi/volumes Sun May 21 10:18:44 2023 +0000
+++ b/etc/iscsi/volumes Sun May 21 12:02:43 2023 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: volumes,v 1.1 2023/02/03 20:16:03 mlelstv Exp $
+# $NetBSD: volumes,v 1.2 2023/05/21 12:02:43 mlelstv Exp $
 #
 # Each line has 5 or 6 fields separated by white space
 # Comment lines start with #
@@ -6,7 +6,7 @@
 # Host - the iSCSI server name, optionally followed by :port number
 # Target - the iSCSI IQN target name
 # Digest - '-' (none), 'd' (data CRC), 'h' (header CRC), 'dh' (both)
-# Auth - '-' (none), 'c' (CHAP), 'C' (mutual CHAP)
+# Auth - 'n' (none), 'c' (CHAP), 'C' (mutual CHAP)
 # User - name of user from /etc/iscsi/auths
 # Alias - optional, another name for the target
 #



Home | Main Index | Thread Index | Old Index