Module Name: src
Committed By: mlelstv
Date: Sun May 21 12:02:43 UTC 2023
Modified Files:
src/etc/iscsi: volumes
Log Message:
iscsictl uses authentication types (n)one, (c)hap and mutual (C)hap.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/etc/iscsi/volumes
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/etc/iscsi/volumes
diff -u src/etc/iscsi/volumes:1.1 src/etc/iscsi/volumes:1.2
--- src/etc/iscsi/volumes:1.1 Fri Feb 3 20:16:03 2023
+++ src/etc/iscsi/volumes Sun May 21 12:02:43 2023
@@ -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
#