Source-Changes-HG archive

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

[src/trunk]: src/external/bsd/iscsi/dist/src/initiator Note limitations of CH...



details:   https://anonhg.NetBSD.org/src/rev/f88f7ebb38bc
branches:  trunk
changeset: 762521:f88f7ebb38bc
user:      sborrill <sborrill%NetBSD.org@localhost>
date:      Tue Feb 22 13:17:20 2011 +0000

description:
Note limitations of CHAP implementation in BUGS section.

diffstat:

 external/bsd/iscsi/dist/src/initiator/iscsi-initiator.8 |  12 +++++++++++-
 1 files changed, 11 insertions(+), 1 deletions(-)

diffs (23 lines):

diff -r 46fcf237c06e -r f88f7ebb38bc external/bsd/iscsi/dist/src/initiator/iscsi-initiator.8
--- a/external/bsd/iscsi/dist/src/initiator/iscsi-initiator.8   Tue Feb 22 13:10:55 2011 +0000
+++ b/external/bsd/iscsi/dist/src/initiator/iscsi-initiator.8   Tue Feb 22 13:17:20 2011 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: iscsi-initiator.8,v 1.5 2011/02/22 10:34:12 sborrill Exp $
+.\" $NetBSD: iscsi-initiator.8,v 1.6 2011/02/22 13:17:20 sborrill Exp $
 .\"
 .\" Copyright © 2007 Alistair Crooks.  All rights reserved.
 .\"
@@ -150,3 +150,13 @@
 utility was written by
 .An Alistair Crooks
 .Aq agc%NetBSD.org@localhost .
+.Sh BUGS
+.Nm
+currently only supports a CHAP challenge length of 16 octets.
+Other initiators support up to 1024 and thus it is expected that most targets
+will also support such lengths.
+This means that CHAP compatibility with other targets apart from
+.Xr iscsi-target 8
+is likely to be poor.
+To workaround this, please use authentication type none by not specifying a
+username with the -u option.



Home | Main Index | Thread Index | Old Index