Skip to content

Commit

Permalink
add help text for authentication bnc#924685
Browse files Browse the repository at this point in the history
  • Loading branch information
gabi2 committed Jun 30, 2015
1 parent 2391cbb commit 6a59c47
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions src/include/iscsi-client/helps.rb
Original file line number Diff line number Diff line change
Expand Up @@ -129,9 +129,6 @@ def initialize_iscsi_client_helps(include_target)
"conn_auth" => _(
"<h1>iSCSI Initiator</h1>"
) +
_(
"Select the type of authentication and enter the <b>Username</b> and <b>Password</b>."
) +
_("<h1>Startup</h1>") +
_(
"<p><b>manual</b> is for iSCSI targets which are not to be connected by\n" +
Expand All @@ -140,6 +137,15 @@ def initialize_iscsi_client_helps(include_target)
"root is on iSCSI. As such it will be evaluated by the initrd.</p>\n" +
"<p><b>automatic</b> is for iSCSI targets to be connected when the iSCSI service\n" +
"starts up.</p>\n"
) +
_("<h1>Authentication</h1>") +
_(
"<p>The default setting here is <i>No Authentication</i>. Uncheck the checkbox if " \
"authentication is needed for security reasons. Enter <b>Username</b> and <b>Password</b> " \
"for 'Incoming Authentication', 'Outgoing Authentication' or for both.</p>" \
"<p><b>Please note:</b><br>" \
"'Incoming Authentication' here correlates to 'Outgoing Authentication' "\
"on iSCSI target server side and the other way round.</p>"
),
# list of discovered targets
"discovered" => _(
Expand Down

0 comments on commit 6a59c47

Please sign in to comment.