summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authormlelstv <mlelstv@NetBSD.org>2023-05-21 12:02:43 +0000
committermlelstv <mlelstv@NetBSD.org>2023-05-21 12:02:43 +0000
commitd0f9a908bfda628cd27cfe33cf9cb44779e9b3f2 (patch)
tree81ffdde19bc3046d71c835921c2538758a4cba6f /etc
parent61c36fba48f3d0d8d8192c796b98c336b48e0960 (diff)
iscsictl uses authentication types (n)one, (c)hap and mutual (C)hap.
Diffstat (limited to 'etc')
-rw-r--r--etc/iscsi/volumes4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/iscsi/volumes b/etc/iscsi/volumes
index 45eb3193177..0e2442dfa23 100644
--- a/etc/iscsi/volumes
+++ b/etc/iscsi/volumes
@@ -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
#