[PATCH] Fix iSCSI reverse CHAP from kickstart (1037564)

Martin Kolman mkolman at redhat.com
Fri Sep 19 14:59:19 UTC 2014


Turns out target and discover passwords are two different things[0]
and we should not mix them up or strange authentication errors show up.

Q: But why does it work in GUI ?
A: GUI does not call the addTarget() function and calls discover() directly
   and supplies it with correct credentials.

[0] http://www.redhat.com/archives/anaconda-devel-list/2009-January/msg00289.html
(this is BTW the only "documentation" for the libiscsi Python bindings I have been able to find...)

Martin Kolman (1):
  Don't mix target and discovery credentials (#1037564)

 blivet/iscsi.py | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

-- 
1.9.3



More information about the anaconda-patches mailing list