Note limitations of CHAP implementation in BUGS section.

This commit is contained in:
sborrill 2011-02-22 13:17:20 +00:00
parent cbedc267b9
commit 75f0848d7d
1 changed files with 11 additions and 1 deletions

View File

@ -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 @@ The
utility was written by
.An Alistair Crooks
.Aq agc@NetBSD.org .
.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.