Bug 274760. Add missing help files for CASA Manager.
@ -62,13 +62,19 @@ namespace Novell.CASA.GUI
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
private void on_buttonHelpExportSecrets_clicked(object sender, EventArgs args)
|
||||||
|
{
|
||||||
|
Common.ShowHelpUrl("ExportingSecrets.htm");
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
private void on_buttonCloseExportSecrets_clicked(object sender, EventArgs args)
|
private void on_buttonCloseExportSecrets_clicked(object sender, EventArgs args)
|
||||||
{
|
{
|
||||||
if (dialogExport != null)
|
if (dialogExport != null)
|
||||||
{
|
{
|
||||||
dialogExport.Destroy();
|
dialogExport.Destroy();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
private void on_buttonOkExportSecrets_clicked(object sender, EventArgs args)
|
private void on_buttonOkExportSecrets_clicked(object sender, EventArgs args)
|
||||||
{
|
{
|
||||||
|
@ -24,7 +24,8 @@ namespace Novell.CASA.GUI
|
|||||||
bttnApply,
|
bttnApply,
|
||||||
bttnCancel,
|
bttnCancel,
|
||||||
bttnRevert,
|
bttnRevert,
|
||||||
bttnOk;
|
bttnOk,
|
||||||
|
bttnHelp;
|
||||||
|
|
||||||
[Glade.Widget]
|
[Glade.Widget]
|
||||||
Gtk.Entry entryFind,
|
Gtk.Entry entryFind,
|
||||||
@ -84,11 +85,17 @@ namespace Novell.CASA.GUI
|
|||||||
bttnFind.Clicked += new EventHandler(bttnFind_Clicked);
|
bttnFind.Clicked += new EventHandler(bttnFind_Clicked);
|
||||||
bttnOk.Clicked += new EventHandler(bttnOk_Clicked);
|
bttnOk.Clicked += new EventHandler(bttnOk_Clicked);
|
||||||
bttnReplaceAll.Clicked += new EventHandler(bttnReplaceAll_Clicked);
|
bttnReplaceAll.Clicked += new EventHandler(bttnReplaceAll_Clicked);
|
||||||
|
bttnHelp.Clicked += new EventHandler(bttnHelp_Clicked);
|
||||||
|
|
||||||
cbShowValues.Toggled += new EventHandler(cbShowValues_Toggled);
|
cbShowValues.Toggled += new EventHandler(cbShowValues_Toggled);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
void bttnHelp_Clicked(object sender, EventArgs e)
|
||||||
|
{
|
||||||
|
Common.ShowHelpUrl("FindReplace.htm");
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
public void okbuttonLogin_clicked(object abj, EventArgs args)
|
public void okbuttonLogin_clicked(object abj, EventArgs args)
|
||||||
|
@ -33,10 +33,11 @@ namespace Novell.CASA.GUI
|
|||||||
[Glade.Widget]
|
[Glade.Widget]
|
||||||
Gtk.Dialog dialogPersistentPolicy;
|
Gtk.Dialog dialogPersistentPolicy;
|
||||||
|
|
||||||
[Glade.Widget]
|
[Glade.Widget]
|
||||||
Gtk.Button applybuttonPersistent,
|
Gtk.Button applybuttonPersistent,
|
||||||
buttonMakeNonPersistent,
|
buttonMakeNonPersistent,
|
||||||
buttonMakePersistent;
|
buttonMakePersistent,
|
||||||
|
helpbuttonPolicy;
|
||||||
|
|
||||||
#endregion
|
#endregion
|
||||||
|
|
||||||
@ -111,7 +112,13 @@ namespace Novell.CASA.GUI
|
|||||||
tvPersistentList.Model = tsPersistentList;
|
tvPersistentList.Model = tsPersistentList;
|
||||||
tvNonPersistentList.Model = tsNonPersistentList;
|
tvNonPersistentList.Model = tsNonPersistentList;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
public void on_helpbuttonPersistent_clicked(object obj, EventArgs arg)
|
||||||
|
{
|
||||||
|
Common.ShowHelpUrl("CreSecretPol.htm");
|
||||||
|
}
|
||||||
|
|
||||||
public void on_applybuttonPersistent_clicked(object obj, EventArgs args)
|
public void on_applybuttonPersistent_clicked(object obj, EventArgs args)
|
||||||
{
|
{
|
||||||
if (bChanged)
|
if (bChanged)
|
||||||
|
@ -32,11 +32,18 @@
|
|||||||
|
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="AddNewSecrets.htm" target="_blank">Adding New Secrets</a></li>
|
<li><a href="AddNewSecrets.htm" target="_blank">Adding New Secrets</a></li>
|
||||||
|
<li><a href="SingSignOnPref.htm" target="_blank">Assigning Single Sign-on Preferences</a></li>
|
||||||
|
<li><a href="CopyingSecrets.htm" target="_blank">Copying Secrets</a></li>
|
||||||
|
<li><a href="CreSecretPol.htm" target="_blank">Creating Secret Policies</a></li>
|
||||||
<li><a href="DestroyingSecrets.htm" target="_blank">Destroying Secrets</a></li>
|
<li><a href="DestroyingSecrets.htm" target="_blank">Destroying Secrets</a></li>
|
||||||
<li><a href="EditingSecrets.html" target="_blank">Editing Secrets</a></li>
|
<li><a href="EditingSecrets.html" target="_blank">Editing Secrets</a></li>
|
||||||
|
<li><a href="ExportingSecrets.htm" target="_blank">Exporting Secrets</a></li>
|
||||||
|
<li><a href="FindReplace.htm" target="_blank">Finding and Replacing Secrets</a></li>
|
||||||
|
<li><a href="ImportingSecrets.htm" target="_blank">Importing User Secrets</a></li>
|
||||||
<li><a href="LinkingSecrets.htm" target="_blank">Linking Secrets</a></li>
|
<li><a href="LinkingSecrets.htm" target="_blank">Linking Secrets</a></li>
|
||||||
<li><a href="UnlockSecrets.htm" target="_blank">Locking and Unlocking Secrets</a></li>
|
<li><a href="UnlockSecrets.htm" target="_blank">Locking and Unlocking Secrets</a></li>
|
||||||
<li><a href="Persistent_Storage.htm" target="_blank">Persistent Storage</a></li>
|
<li><a href="Persistent_Storage.htm" target="_blank">Persistent Storage</a></li>
|
||||||
|
<li><a href="ResetMastPW.html" target="_blank">Resetting the CASA Master Password</a></li>
|
||||||
<li><a href="Preferences.htm" target="_blank">Setting CASA Preferences</a></li>
|
<li><a href="Preferences.htm" target="_blank">Setting CASA Preferences</a></li>
|
||||||
<li><a href="CASAMasterPasswordAuthentication.htm" target="_blank">Setting
|
<li><a href="CASAMasterPasswordAuthentication.htm" target="_blank">Setting
|
||||||
Master Password</a></li>
|
Master Password</a></li>
|
||||||
|
91
CASA/gui/help/en/CopyingSecrets.htm
Normal file
@ -0,0 +1,91 @@
|
|||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<meta http-equiv="content-type" content="text/html;charset=iso-8859-1">
|
||||||
|
<title>Novell® CASA Manager</title>
|
||||||
|
<link href="hf_style.css" rel="styleSheet" type="text/css">
|
||||||
|
<style type="text/css" media="screen">
|
||||||
|
<!--
|
||||||
|
body { font-family: "Trebuchet MS", Arial, Helvetica, Geneva; background: white url(help_zcc_bg.gif) repeat-x 0% 0% }
|
||||||
|
#headgraphic { position: absolute; z-index: 0; top: 0px; left: 0px; width: 380px; visibility: visible }
|
||||||
|
#helpcontent { position: absolute; top: 37px; left: 10px; width: 93%; visibility: visible }
|
||||||
|
-->
|
||||||
|
</style>
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<body bgcolor="white" marginwidth="0" marginheight="0" leftmargin="0" topmargin="0">
|
||||||
|
<div id="headgraphic">
|
||||||
|
<img src="h1_help_zcc.gif" width="221" height="26" border="0"></div>
|
||||||
|
<div id="helpcontent" style="left: 8px; top: 37px">
|
||||||
|
<div class="head1">CASA - Common Authentication Services Adapter</div><br>
|
||||||
|
|
||||||
|
<!--Begin Content -->
|
||||||
|
<div class="head3b">Copying Secrets</div>
|
||||||
|
<!--Remove this section if you do not need introductory text for this topic -->
|
||||||
|
<p class="margintop2">CASA enables you to copy existing user secrets from your
|
||||||
|
miCASA store to other stores that are enabled in your system. Use the following
|
||||||
|
procedure to copy secrets between credential stores that are enabled on the
|
||||||
|
system:</p>
|
||||||
|
|
||||||
|
<ol>
|
||||||
|
<li>In the CASA Manager page, click the tab of any one of the stores that
|
||||||
|
are enabled on your system. In this example, we’ve selected the miCASA
|
||||||
|
tab. <br>
|
||||||
|
<li>Right-click the secret you want to copy in the Secret ID panel. In this
|
||||||
|
example, we’ve selected the user’s Desktop credentials as shown
|
||||||
|
in the figure below:
|
||||||
|
<p> <img src="copy1_a.gif" width="482" height="437"></p>
|
||||||
|
<li>In the <i>CASA - Copy Secret</i> window, check one or more of the available
|
||||||
|
stores where you want to copy your secrets.
|
||||||
|
<p> <img src="copy2_a.gif" width="260" height="337"></p>
|
||||||
|
<p>In this step, we’ve selected to copy secrets to the KDE* Wallet
|
||||||
|
store.<br>
|
||||||
|
</p>
|
||||||
|
<li>Click <i>OK</i> and the <i>KDE Wallet Wizard</i> opens if the Wallet has
|
||||||
|
not been configured previously.
|
||||||
|
<p><img src="kde_wizard1_a.gif" width="407" height="321"></p>
|
||||||
|
<p>KWallet enables you to store user secrets on a disk in an encrypted file.
|
||||||
|
The wizard helps you to configure KWallet and we suggest you select the
|
||||||
|
Basic setup option until you become familiar with the KDE Wallet system.</p>
|
||||||
|
<li>Click the <i>Next</i> button to open the Password Selection window of
|
||||||
|
the KDE Wallet Wizard.
|
||||||
|
<p><img src="kde_wizard2_a.gif"></p>
|
||||||
|
<p>If you want your applications to use KDE Wallet to store user secrets,
|
||||||
|
you enable it by checking Yes in the Password Selector wizard and entering
|
||||||
|
a new password and password verification in the fields.<br>
|
||||||
|
NOTE: To enhance security of your system, we recommend using a different
|
||||||
|
password than your master password. The password you choose cannot be
|
||||||
|
recovered if it is lost and will allow anyone who knows it to obtain all
|
||||||
|
of the information contained in KDE Wallet.</p>
|
||||||
|
<li>Click <i>Finish</i> and the KDE Daemon will open and prompt you for the
|
||||||
|
password you created in Step 5.</li>
|
||||||
|
<li>Enter the password and click <i>OK</i>. An information window should indicate
|
||||||
|
that the secrets were copied successfully.</li>
|
||||||
|
<li>Click <i>Close</i>.<br>
|
||||||
|
</li></ol>
|
||||||
|
<p>For copying secrets to credential stores other than KDE Wallet, use the
|
||||||
|
following procedure:<br><ol>
|
||||||
|
<li>Click the credential store into which you want to copy the secrets selected
|
||||||
|
in Step 2 above.
|
||||||
|
<p><img src="copy3_a.gif"></p>
|
||||||
|
<li>Change the name of the secret if needed.
|
||||||
|
<li>Click <i>OK</i>. The Information advisory window returns a Success message.<br>
|
||||||
|
<li>Click <i>Close</i>. <br>
|
||||||
|
</li>
|
||||||
|
</ol>
|
||||||
|
<p class="margintop2">See also <a href="ImportingSecrets.htm" target="_blank">Importing User Secrets</a>.</p>
|
||||||
|
<p class="margintop2">
|
||||||
|
<!--This adds space before first level 1 heading-->
|
||||||
|
</p>
|
||||||
|
<div class="margintop3"></div>
|
||||||
|
|
||||||
|
<p class="margintop2">A trademark symbol (®, TM, etc.) denotes a Novell trademark.
|
||||||
|
An asterisk (*) denotes a third-party trademark. For information on trademarks,
|
||||||
|
see <a
|
||||||
|
href="legal_notices_en.html">Legal Notices</a>. </p>
|
||||||
|
<p class="marginleft1">
|
||||||
|
<!--End Content -->
|
||||||
|
<div class="ruleabove"><br>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</body>
|
||||||
|
</html>
|
56
CASA/gui/help/en/CreSecretPol.htm
Normal file
@ -0,0 +1,56 @@
|
|||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<meta http-equiv="content-type" content="text/html;charset=iso-8859-1">
|
||||||
|
<title>Novell® CASA Manager</title>
|
||||||
|
<link href="hf_style.css" rel="styleSheet" type="text/css">
|
||||||
|
<style type="text/css" media="screen">
|
||||||
|
<!--
|
||||||
|
body { font-family: "Trebuchet MS", Arial, Helvetica, Geneva; background: white url(help_zcc_bg.gif) repeat-x 0% 0% }
|
||||||
|
#headgraphic { position: absolute; z-index: 0; top: 0px; left: 0px; width: 380px; visibility: visible }
|
||||||
|
#helpcontent { position: absolute; top: 37px; left: 10px; width: 93%; visibility: visible }
|
||||||
|
-->
|
||||||
|
</style>
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<body bgcolor="white" marginwidth="0" marginheight="0" leftmargin="0" topmargin="0">
|
||||||
|
<div id="headgraphic">
|
||||||
|
<img src="h1_help_zcc.gif" width="221" height="26" border="0"></div>
|
||||||
|
<div id="helpcontent">
|
||||||
|
|
||||||
|
<!--Begin Content -->
|
||||||
|
|
||||||
|
<div class="head3b">Creating Secret Policies</div>
|
||||||
|
|
||||||
|
<!--Remove this section if you do not need introductory text for this topic -->
|
||||||
|
<p class="margintop2">CASA Manager enables you to quickly designate whether or not those secrets
|
||||||
|
are stored as persistent or non-persistent secrets.
|
||||||
|
<p>Persistent secrets are miCASA credentials that are stored
|
||||||
|
on the file system and available for authenticating to Web and network services
|
||||||
|
after restarting the workstation. Non-persistent secrets are not stored on
|
||||||
|
the file system and are removed when a machine is shut down or CASA is restarted.
|
||||||
|
<p>Use the following procedure to change the persistence status of user secrets:</p>
|
||||||
|
<ol>
|
||||||
|
<li>In CASA Manager, click <i>Options</i> > Policies, or press the <i>F3</i>
|
||||||
|
key.<br>
|
||||||
|
<img src="policies_a.gif"><br>
|
||||||
|
All of the user’s secrets are displayed in a two-panel window.<br>
|
||||||
|
<li>Double-click each secret you want to change from a persistent to non-persistent
|
||||||
|
policy, or you can click a secret, then click the green arrow to change the
|
||||||
|
persistence of the secret.<br>
|
||||||
|
<img src="policies2_a.gif"><br>
|
||||||
|
<li>Click Apply to accept and save the policy, then click <i>OK</i>.<br>
|
||||||
|
The designated persistence policy is applied immediately and will remain until you change
|
||||||
|
it using this procedure.
|
||||||
|
</li>
|
||||||
|
</ol>
|
||||||
|
<div class="margintop3">
|
||||||
|
<!--End Content -->
|
||||||
|
<br>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<p><div class="smalltext">A trademark symbol (®, TM, etc.) denotes a Novell trademark. An
|
||||||
|
asterisk (*) denotes a third-party trademark. For information on trademarks, see <a
|
||||||
|
href="legal_notices_en.html">Legal Notices</a>.</div><p></p>
|
||||||
|
<div class="ruleabove"></div></div>
|
||||||
|
</body>
|
||||||
|
</html>
|
61
CASA/gui/help/en/ExportingSecrets.htm
Normal file
@ -0,0 +1,61 @@
|
|||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<meta http-equiv="content-type" content="text/html;charset=iso-8859-1">
|
||||||
|
<title>Novell® CASA Manager</title>
|
||||||
|
<link href="hf_style.css" rel="styleSheet" type="text/css">
|
||||||
|
<style type="text/css" media="screen">
|
||||||
|
<!--
|
||||||
|
body { font-family: "Trebuchet MS", Arial, Helvetica, Geneva; background: white url(help_zcc_bg.gif) repeat-x 0% 0% }
|
||||||
|
#headgraphic { position: absolute; z-index: 0; top: 0px; left: 0px; width: 380px; visibility: visible }
|
||||||
|
#helpcontent { position: absolute; top: 37px; left: 10px; width: 93%; visibility: visible }
|
||||||
|
-->
|
||||||
|
</style>
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<body bgcolor="white" marginwidth="0" marginheight="0" leftmargin="0" topmargin="0">
|
||||||
|
<div id="headgraphic">
|
||||||
|
<img src="h1_help_zcc.gif" width="221" height="26" border="0"></div>
|
||||||
|
<div id="helpcontent">
|
||||||
|
<div class="head1">CASA - Common Authentication Services Adapter</div><br>
|
||||||
|
|
||||||
|
<!--Begin Content -->
|
||||||
|
<div class="head3b">Exporting User Secrets</div>
|
||||||
|
<!--Remove this section if you do not need introductory text for this topic -->
|
||||||
|
<p class="margintop2">You can export your miCASA secrets to a specific directory
|
||||||
|
you select, either with or without encryption, using the following procedure:<br>
|
||||||
|
</p>
|
||||||
|
<ol>
|
||||||
|
<li>Click File > Export Secrets.<br>
|
||||||
|
<p>The CASA - Export Secrets window prompts you for your master password
|
||||||
|
and whether or not to encrypt the secrets when they are exported. To enhance
|
||||||
|
security, secrets are encrypted by default and you must check <i>Do not
|
||||||
|
encrypt export file</i> to export secrets in clear text.</p>
|
||||||
|
<p><img src="casa_export.gif" width="303" height="264"></p>
|
||||||
|
<li>Select a directory in which to export your miCASA secrets, enter a file
|
||||||
|
name, then click OK.
|
||||||
|
<p><img src="save_secrets.gif" width="365" height="559"></p>
|
||||||
|
<p>In this example, the secrets are exported to the Desktop with the name
|
||||||
|
of test_export.casa.</p>
|
||||||
|
|
||||||
|
</ol>
|
||||||
|
<blockquote>
|
||||||
|
<p><b>NOTE: </b>External storage devices, such as portable USB drives, also
|
||||||
|
can be used to store exported secrets. It is strongly recommended that secrets
|
||||||
|
always be encrypted when stored on any external storage device.</p>
|
||||||
|
</blockquote>
|
||||||
|
<p class="margintop2">See also <a href="ImportingSecrets.htm" target="_blank">Importing User Secrets</a>.</p>
|
||||||
|
<p class="margintop2">
|
||||||
|
<!--This adds space before first level 1 heading-->
|
||||||
|
</p>
|
||||||
|
<div class="margintop3"></div>
|
||||||
|
|
||||||
|
<p class="margintop2">A trademark symbol (®, TM, etc.) denotes a Novell trademark.
|
||||||
|
An asterisk (*) denotes a third-party trademark. For information on trademarks,
|
||||||
|
see <a
|
||||||
|
href="legal_notices_en.html">Legal Notices</a>. </p>
|
||||||
|
<p class="marginleft1">
|
||||||
|
<!--End Content -->
|
||||||
|
<div class="ruleabove"></div>
|
||||||
|
</div>
|
||||||
|
</body>
|
||||||
|
</html>
|
87
CASA/gui/help/en/FindReplace.htm
Normal file
@ -0,0 +1,87 @@
|
|||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<meta http-equiv="content-type" content="text/html;charset=iso-8859-1">
|
||||||
|
<title>Novell® CASA Manager</title>
|
||||||
|
<link href="hf_style.css" rel="styleSheet" type="text/css">
|
||||||
|
<style type="text/css" media="screen">
|
||||||
|
<!--
|
||||||
|
body { font-family: "Trebuchet MS", Arial, Helvetica, Geneva; background: white url(help_zcc_bg.gif) repeat-x 0% 0% }
|
||||||
|
#headgraphic { position: absolute; z-index: 0; top: 0px; left: 0px; width: 380px; visibility: visible }
|
||||||
|
#helpcontent { position: absolute; top: 37px; left: 10px; width: 93%; visibility: visible }
|
||||||
|
-->
|
||||||
|
</style>
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<body bgcolor="white" marginwidth="0" marginheight="0" leftmargin="0" topmargin="0">
|
||||||
|
<div id="headgraphic">
|
||||||
|
<img src="h1_help_zcc.gif" width="221" height="26" border="0"></div>
|
||||||
|
<div id="helpcontent" style="left: 8px; top: 37px">
|
||||||
|
<div class="head1">CASA - Common Authentication Services Adapter</div><br>
|
||||||
|
<!--Begin Content -->
|
||||||
|
<div class="head3b">Finding and Replacing Secrets</div>
|
||||||
|
<!--Remove this section if you do not need introductory text for this topic -->
|
||||||
|
<p class="margintop2">This feature enables you to find any password or value
|
||||||
|
saved in the miCASA credential store and change it to any value you desire.
|
||||||
|
To search all values, enter an asterisk (*):</p>
|
||||||
|
|
||||||
|
<ol>
|
||||||
|
<li>In CASA Manager, click Edit > Find and Replace (Ctrl+F).<br>
|
||||||
|
<li>Enter your master password to confirm, then click OK. The CASA Find and
|
||||||
|
Replace window opens:
|
||||||
|
<p> <img src="find_replace4_a.gif" width="372" height="162"></p>
|
||||||
|
<li>In the Find value with: field, enter all or a portion of the case-sensitive
|
||||||
|
password value you seek, or enter * to display all values.<br>
|
||||||
|
In this example, we enter the value test_pass and click the Find button.
|
||||||
|
<p></p>
|
||||||
|
<p> <img src="find_replace2_a.gif" width="410" height="423"></p>
|
||||||
|
<p>In the SecretID pane, the utility lists every credential and location
|
||||||
|
where the value (test_pass) is found. If you want to view the value in
|
||||||
|
clear text, click the <i>Show Values</i> in clear text box.<br>
|
||||||
|
</p>
|
||||||
|
<li>To replace the existing password value, select one or more of the secrets
|
||||||
|
listed in the SecretID panel. <br>
|
||||||
|
You can select a single secret by clicking it or select multiple secrets
|
||||||
|
by using Ctrl+click, Shift+click, or Ctrl+A.
|
||||||
|
<p><img src="find_replace3_a.gif" width="390" height="429"></p>
|
||||||
|
<p>KWallet enables you to store user secrets on a disk in an encrypted file.
|
||||||
|
The wizard helps you to configure KWallet and we suggest you select the
|
||||||
|
Basic setup option until you become familiar with the KDE Wallet system.</p>
|
||||||
|
<li>Click the <i>Replace Selected</i> button, then click the <i>Apply</i>
|
||||||
|
button to save the new value or click the <i>Revert</i> button to revert
|
||||||
|
to the old value without saving the new value.
|
||||||
|
<li>Click the <i>Cancel</i> or <i>OK</i> button when you are finished using
|
||||||
|
the utility.</li>
|
||||||
|
<li>To verify the change, in this example, follow Step 1 through Step 3. In
|
||||||
|
Step 3, type “changed” in the <i>Find value with:</i> after clicking
|
||||||
|
the clear text box and entering your master password.
|
||||||
|
<p><img src="find_replace4_a.gif"><br>
|
||||||
|
</p>
|
||||||
|
<p> The new value you set (changed_pass) has replaced your original password
|
||||||
|
value.<br>
|
||||||
|
<b>IMPORTANT:</b> If you are using the examples in this documentation
|
||||||
|
to test the functionality of CASA Manager, make sure you revert any test
|
||||||
|
password values back to your original values.<br>
|
||||||
|
</p>
|
||||||
|
</li>
|
||||||
|
</ol>
|
||||||
|
|
||||||
|
<p>See also <a href="CopyingSecrets.html" target="_parent">Copying User
|
||||||
|
Secrets</a>.
|
||||||
|
<p class="margintop2">
|
||||||
|
<!--This adds space before first level 1 heading-->
|
||||||
|
</p>
|
||||||
|
<div class="margintop3"></div>
|
||||||
|
|
||||||
|
<p class="margintop2">A trademark symbol (®, TM, etc.) denotes a Novell trademark.
|
||||||
|
An asterisk (*) denotes a third-party trademark. For information on trademarks,
|
||||||
|
see <a
|
||||||
|
href="legal_notices_en.html">Legal Notices</a>. </p>
|
||||||
|
<p class="marginleft1">
|
||||||
|
<!--End Content -->
|
||||||
|
<div class="ruleabove">
|
||||||
|
<p> </p>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</body>
|
||||||
|
</html>
|
56
CASA/gui/help/en/ImportingSecrets.htm
Normal file
@ -0,0 +1,56 @@
|
|||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<meta http-equiv="content-type" content="text/html;charset=iso-8859-1">
|
||||||
|
<title>Novell® CASA Manager</title>
|
||||||
|
<link href="hf_style.css" rel="styleSheet" type="text/css">
|
||||||
|
<style type="text/css" media="screen">
|
||||||
|
<!--
|
||||||
|
body { font-family: "Trebuchet MS", Arial, Helvetica, Geneva; background: white url(help_zcc_bg.gif) repeat-x 0% 0% }
|
||||||
|
#headgraphic { position: absolute; z-index: 0; top: 0px; left: 0px; width: 380px; visibility: visible }
|
||||||
|
#helpcontent { position: absolute; top: 37px; left: 10px; width: 93%; visibility: visible }
|
||||||
|
-->
|
||||||
|
</style>
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<body bgcolor="white" marginwidth="0" marginheight="0" leftmargin="0" topmargin="0">
|
||||||
|
<div id="headgraphic">
|
||||||
|
<img src="h1_help_zcc.gif" width="221" height="26" border="0"></div>
|
||||||
|
<div class="head1">CASA - Common Authentication Services Adapter</div><br>
|
||||||
|
<div id="helpcontent">
|
||||||
|
<!--Begin Content -->
|
||||||
|
<div class="head3b">Importing User Secrets</div>
|
||||||
|
<!--Remove this section if you do not need introductory text for this topic -->
|
||||||
|
<p class="margintop2">You can import user secrets from a file where they have
|
||||||
|
been previously saved using the following procedure:<br>
|
||||||
|
</p>
|
||||||
|
<ol>
|
||||||
|
<li>Click <i>File</i> > <i>Import Secrets</i>. <br>
|
||||||
|
<p>CASA Manager opens the Save Secrets window, listing all directories available
|
||||||
|
to the user.</p>
|
||||||
|
<li>Navigate to the directory where the user secrets were previously exported.
|
||||||
|
<p>These stored files are identified with the .casa extension in the file
|
||||||
|
name.</p>
|
||||||
|
<li>Click the file you want to import > <i>OK</i>. <br>
|
||||||
|
<li>If requested, enter the master password used to encrypt this file, then
|
||||||
|
click <i>OK</i>.
|
||||||
|
<p>User secrets are then imported and the information advisory window displays
|
||||||
|
Import Complete.</p>
|
||||||
|
<li>Click <i>Close</i> to return to CASA Manager.</li>
|
||||||
|
</ol>
|
||||||
|
<p class="margintop2">See also <a href="ExportingSecrets.html" target="_parent">Exporting
|
||||||
|
User Secrets</a>.</p>
|
||||||
|
<p class="margintop2">
|
||||||
|
<!--This adds space before first level 1 heading-->
|
||||||
|
</p>
|
||||||
|
<div class="margintop3"></div>
|
||||||
|
|
||||||
|
<p class="margintop2">A trademark symbol (®, TM, etc.) denotes a Novell trademark.
|
||||||
|
An asterisk (*) denotes a third-party trademark. For information on trademarks,
|
||||||
|
see <a
|
||||||
|
href="legal_notices_en.html">Legal Notices</a>. </p>
|
||||||
|
<p class="marginleft1">
|
||||||
|
<!--End Content -->
|
||||||
|
<p></p>
|
||||||
|
<div class="ruleabove"></div></div>
|
||||||
|
</body>
|
||||||
|
</html>
|
BIN
CASA/gui/help/en/LinkA.gif
Normal file
After Width: | Height: | Size: 53 KiB |
97
CASA/gui/help/en/ResetMastPW.html
Normal file
@ -0,0 +1,97 @@
|
|||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<meta http-equiv="content-type" content="text/html;charset=iso-8859-1">
|
||||||
|
<title>Novell® CASA Manager</title>
|
||||||
|
<link href="hf_style.css" rel="styleSheet" type="text/css">
|
||||||
|
<style type="text/css" media="screen">
|
||||||
|
<!--
|
||||||
|
body { font-family: "Trebuchet MS", Arial, Helvetica, Geneva; background: white url(help_zcc_bg.gif) repeat-x 0% 0% }
|
||||||
|
#headgraphic { position: absolute; z-index: 0; top: 0px; left: 0px; width: 380px; visibility: visible }
|
||||||
|
#helpcontent { position: absolute; top: 37px; left: 10px; width: 93%; visibility: visible }
|
||||||
|
-->
|
||||||
|
</style>
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<body bgcolor="white" marginwidth="0" marginheight="0" leftmargin="0" topmargin="0">
|
||||||
|
<div id="headgraphic">
|
||||||
|
<img src="h1_help_zcc.gif" width="221" height="26" border="0"></div>
|
||||||
|
<div id="helpcontent">
|
||||||
|
<div class="head1">CASA - Common Authentication Services Adapter</div><br>
|
||||||
|
|
||||||
|
<!--Begin Content -->
|
||||||
|
|
||||||
|
<div class="head3b">Resetting the CASA Master Password</div>
|
||||||
|
|
||||||
|
<!--Remove this section if you do not need introductory text for this topic -->
|
||||||
|
<p class="margintop2">There are instances when you might need to reset a user’s
|
||||||
|
master password, such as when they forget it. You do this by deleting all
|
||||||
|
of the user’s stored miCASA credentials. After performing the following procedure,
|
||||||
|
CASA Manager will request the user to re-enter a new master password: </p>
|
||||||
|
<ol>
|
||||||
|
<li>Shut down the CASA service.<br>
|
||||||
|
<h1>In Linux:</h1>
|
||||||
|
A. Stop the micasad service by running the following command as the root
|
||||||
|
user: <code>/etc/init.d/micasad stop</code><br>
|
||||||
|
B. Locate the user’s Home directory where the miCASA data files are stored.<br>
|
||||||
|
IMPORTANT: Be certain your system settings are configured to Show hidden files
|
||||||
|
and folders or the .miCASA* files will not be viewable.<br>
|
||||||
|
<h1>In Windows:</h1>
|
||||||
|
A. In the Windows 2000 control bar, click Start > Settings > Control Panel.<br>
|
||||||
|
<p><img src="win_controlpanel_a.gif"></p>
|
||||||
|
B. In Windows XP, click Start > Control Panel > Administration Tools > Services.<br>
|
||||||
|
C. In Windows 2000, double-click Administrative Tools, then double-click
|
||||||
|
Services.<br>
|
||||||
|
<p><img src="win_services_a.gif"></p>
|
||||||
|
D. Stop the Novell Identity Store service either by:
|
||||||
|
<ul>
|
||||||
|
<li>
|
||||||
|
Right-clicking on the service and selecting Stop Clicking on the service
|
||||||
|
and then clicking the Action menu > Stop<br>
|
||||||
|
or<br>
|
||||||
|
<li>Clicking the Stop Service button icon in the Services tool bar Windows
|
||||||
|
will stop the CASA identity store, which is necessary before you can
|
||||||
|
remove the user’s credentials explained in Step 2 below.
|
||||||
|
<p><img src="win_idstore_a.gif"></p>
|
||||||
|
Leave the Services panel open because you will restart the Novell Identity
|
||||||
|
Store after you delete the user’s old credentials in Step 2.<br>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
<h1>In Windows 2000:</h1>
|
||||||
|
A. Right-click on the My Computer desktop icon > Open.<br>
|
||||||
|
B. In the My Computer address field, type C:\Documents and Settings\[user’s
|
||||||
|
name]\casa. This will list all of the documents and settings associated
|
||||||
|
with the home user.<br>
|
||||||
|
<p><img src="win_micasa_delete_a.gif"></p>
|
||||||
|
Navigate to the user’s home directory and delete the .miCASA* and .CASAPolicy.xml files.<br>
|
||||||
|
<h1>In WindowsXP:</h1>
|
||||||
|
A. On the desktop, click Start > My Computer.<br>
|
||||||
|
B. Right-click Local Disk > Open.<br>
|
||||||
|
C. Right-click Documents and Settings > Open.<br>
|
||||||
|
D. Right-click User’s folder > Open.
|
||||||
|
This will list all of the documents and settings associated with the home user.<br>
|
||||||
|
<li>Select all of the user’s .miCASA* data files, including the .CASAPolicy.xml
|
||||||
|
file, as shown in the figure above, then Delete.
|
||||||
|
<li>Restart system Services by following the procedure described in Step 1, but select
|
||||||
|
Start Service instead of Stop Service.
|
||||||
|
<li>On Linux, execute<code> run /etc/init.d/micasad start</code>.
|
||||||
|
<li>Locate and start CASA Manager.
|
||||||
|
<li>Enter a new Master Password to encrypt and secure your persistent credentials. The master password must be at least eight
|
||||||
|
characters in length.</li>
|
||||||
|
</ol>
|
||||||
|
<p class="margintop2">See also <a href="CASAMasterPasswordAuthentication.htm" target="_blank">Setting Master Password</a>.</p>
|
||||||
|
<p class="margintop2">
|
||||||
|
<!--This adds space before first level 1 heading-->
|
||||||
|
</p>
|
||||||
|
<div class="margintop3"></div>
|
||||||
|
|
||||||
|
<p class="margintop2">A trademark symbol (®, TM, etc.) denotes a Novell trademark.
|
||||||
|
An asterisk (*) denotes a third-party trademark. For information on trademarks,
|
||||||
|
see <a
|
||||||
|
href="legal_notices_en.html">Legal Notices</a>. </p>
|
||||||
|
<p class="marginleft1">
|
||||||
|
<!--End Content -->
|
||||||
|
<div class="ruleabove"><br>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</body>
|
||||||
|
</html>
|
99
CASA/gui/help/en/SingSignOnPref.htm
Normal file
@ -0,0 +1,99 @@
|
|||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<meta http-equiv="content-type" content="text/html;charset=iso-8859-1">
|
||||||
|
<title>Novell® CASA Manager</title>
|
||||||
|
<link href="hf_style.css" rel="styleSheet" type="text/css">
|
||||||
|
<style type="text/css" media="screen">
|
||||||
|
<!--
|
||||||
|
body { font-family: "Trebuchet MS", Arial, Helvetica, Geneva; background: white url(help_zcc_bg.gif) repeat-x 0% 0% }
|
||||||
|
#headgraphic { position: absolute; z-index: 0; top: 0px; left: 0px; width: 380px; visibility: visible }
|
||||||
|
#helpcontent { position: absolute; top: 37px; left: 10px; width: 93%; visibility: visible }
|
||||||
|
-->
|
||||||
|
</style>
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<body bgcolor="white" marginwidth="0" marginheight="0" leftmargin="0" topmargin="0">
|
||||||
|
<div id="headgraphic">
|
||||||
|
<img src="h1_help_zcc.gif" width="221" height="26" border="0"></div>
|
||||||
|
<div id="helpcontent" style="left: 8px; top: 37px">
|
||||||
|
<div class="head1">CASA - Common Authentication Services Adapter</div><br>
|
||||||
|
<!--Begin Content -->
|
||||||
|
<div class="head3b">Assigning Single Sign-on Preferences</div>
|
||||||
|
<!--Remove this section if you do not need introductory text for this topic -->
|
||||||
|
<p class="margintop2">On Linux, CASA Manager enables you to configure and store
|
||||||
|
user sign-on information for Konquerer Web Services and the CASA Network Manager.
|
||||||
|
This feature is not enabled in Windows.</p>
|
||||||
|
<p class="margintop2"><b><font size="+1">Konquerer Web Services</font></b></p>
|
||||||
|
<p class="margintop2">The CASA Konquerer Web utility allows you to select a
|
||||||
|
preconfigured CASA template to help you provide the user credentials required
|
||||||
|
to access a particular service:
|
||||||
|
<ul>
|
||||||
|
<li>A generic Web site that you designate<br>
|
||||||
|
<li>Any number of Novell Web sites<br>
|
||||||
|
<li>Gmail*<br>
|
||||||
|
<li>Yahoo! Mail*<br>
|
||||||
|
<li>MSN Hotmail*<br>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
<ol>
|
||||||
|
<li>In CASA Manager, click <i>Options</i> > <i>Application SSO</i> >
|
||||||
|
<i>Konquerer</i>.<br>
|
||||||
|
The KDE Wallet wizard opens and prompts you for user information
|
||||||
|
for a Web service.
|
||||||
|
<li>In the drop-down Templates menu, click <i>Novell Innerweb (innerweb.novell.com)</i>,
|
||||||
|
then fill in the values for the username and password.<br>
|
||||||
|
The template automatically fills in the proper login URL for this Web site:</li>
|
||||||
|
<p><img src="app_sso_kde_a.gif"></p>
|
||||||
|
<li>Click OK.<br>
|
||||||
|
The following dialog might appear indicating that CASA Manager is attempting
|
||||||
|
to modify the contents of the KDE Wallet.
|
||||||
|
<p><img src="app_sso_kde2_a.gif"></p>
|
||||||
|
|
||||||
|
<li>To allow CASA Manager to interact with KDE wallet, select <i>Allow Once</i>
|
||||||
|
or <i>Allow Always</i>.<br>
|
||||||
|
This setting can be changed later by repeating this procedure for the
|
||||||
|
Web page and changing your preference.
|
||||||
|
<li>Open a browser and enter the URL of the Web page you configured in Step
|
||||||
|
2. The user name and password are automatically filled in, if you allowed
|
||||||
|
this option in the previous step.
|
||||||
|
<p><img src="app_sso_kde3_a.gif"></p>
|
||||||
|
</li></ol>
|
||||||
|
|
||||||
|
<p class="margintop2"><b><font size="+1">CASA Network Manager</font></b></p>
|
||||||
|
<p class="margintop2">The CASA NetworkManager utility enables single sign-on to the Linux NetworkManager
|
||||||
|
and the Nautilus network browser using the following procedure: <br>
|
||||||
|
<ol>
|
||||||
|
<li>In CASA Manager, click <i>Options</i> > <i>Application SSO</i> >
|
||||||
|
<i>NetworkManager</i>. The GNOME Keyring window opens.<br>
|
||||||
|
<p><img src="network_man_a.gif"></p>
|
||||||
|
<li>Enter the appropriate server and user information details required to
|
||||||
|
establish a single sign-on network connection:<br>
|
||||||
|
<b>Server type: </b>The type of server connection. Specify SSH, FTP (with
|
||||||
|
login), or Windows Share.<br>
|
||||||
|
<b>Server:</b> The name of the server. Specify the fully designated name
|
||||||
|
of the server to which you want to connect.<br>
|
||||||
|
<b>Username:</b> Enter the name of the authorized user accessing the network.<br>
|
||||||
|
<b>Password:</b> Enter the user’s password.<br>
|
||||||
|
<b>Port:</b> Specify the assigned port number to access the network.<br>
|
||||||
|
<li>Click <i>OK</i>. <br>
|
||||||
|
The user is now provisioned to access the specified server using single
|
||||||
|
sign-on. </li>
|
||||||
|
</ol>
|
||||||
|
|
||||||
|
<p class="margintop2">
|
||||||
|
<!--This adds space before first level 1 heading-->
|
||||||
|
</p>
|
||||||
|
<div class="margintop3"></div>
|
||||||
|
|
||||||
|
<p class="margintop2">A trademark symbol (®, TM, etc.) denotes a Novell trademark.
|
||||||
|
An asterisk (*) denotes a third-party trademark. For information on trademarks,
|
||||||
|
see <a
|
||||||
|
href="legal_notices_en.html">Legal Notices</a>. </p>
|
||||||
|
<p class="marginleft1">
|
||||||
|
<!--End Content -->
|
||||||
|
<div class="ruleabove">
|
||||||
|
<p> </p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</body>
|
||||||
|
</html>
|
BIN
CASA/gui/help/en/app_sso_kde2_a.gif
Normal file
After Width: | Height: | Size: 22 KiB |
BIN
CASA/gui/help/en/app_sso_kde3_a.gif
Normal file
After Width: | Height: | Size: 17 KiB |
BIN
CASA/gui/help/en/app_sso_kde_a.gif
Normal file
After Width: | Height: | Size: 44 KiB |
BIN
CASA/gui/help/en/casa_export.gif
Normal file
After Width: | Height: | Size: 23 KiB |
BIN
CASA/gui/help/en/copy1_a.gif
Normal file
After Width: | Height: | Size: 63 KiB |
BIN
CASA/gui/help/en/copy2_a.gif
Normal file
After Width: | Height: | Size: 30 KiB |
BIN
CASA/gui/help/en/copy3_a.gif
Normal file
After Width: | Height: | Size: 30 KiB |
BIN
CASA/gui/help/en/find_replace2_a.gif
Normal file
After Width: | Height: | Size: 59 KiB |
BIN
CASA/gui/help/en/find_replace3_a.gif
Normal file
After Width: | Height: | Size: 52 KiB |
BIN
CASA/gui/help/en/find_replace4_a.gif
Normal file
After Width: | Height: | Size: 17 KiB |
BIN
CASA/gui/help/en/find_replace_a.gif
Normal file
After Width: | Height: | Size: 50 KiB |
BIN
CASA/gui/help/en/import_complete_a.gif
Normal file
After Width: | Height: | Size: 9.4 KiB |
BIN
CASA/gui/help/en/kde_wizard1_a.gif
Normal file
After Width: | Height: | Size: 48 KiB |
BIN
CASA/gui/help/en/kde_wizard2_a.gif
Normal file
After Width: | Height: | Size: 48 KiB |
BIN
CASA/gui/help/en/network_man_a.gif
Normal file
After Width: | Height: | Size: 46 KiB |
BIN
CASA/gui/help/en/policies2_a.gif
Normal file
After Width: | Height: | Size: 36 KiB |
BIN
CASA/gui/help/en/policies_a.gif
Normal file
After Width: | Height: | Size: 37 KiB |
BIN
CASA/gui/help/en/save_secrets.gif
Normal file
After Width: | Height: | Size: 32 KiB |
BIN
CASA/gui/help/en/win_controlpanel_a.gif
Normal file
After Width: | Height: | Size: 5.8 KiB |
BIN
CASA/gui/help/en/win_idstore_a.gif
Normal file
After Width: | Height: | Size: 18 KiB |
BIN
CASA/gui/help/en/win_micasa_delete_a.gif
Normal file
After Width: | Height: | Size: 14 KiB |
BIN
CASA/gui/help/en/win_services_a.gif
Normal file
After Width: | Height: | Size: 10 KiB |
@ -12241,7 +12241,7 @@ the following characters
|
|||||||
<property name="layout_style">GTK_BUTTONBOX_END</property>
|
<property name="layout_style">GTK_BUTTONBOX_END</property>
|
||||||
|
|
||||||
<child>
|
<child>
|
||||||
<widget class="GtkButton" id="button64">
|
<widget class="GtkButton" id="buttonHelpExportSecrets">
|
||||||
<property name="visible">True</property>
|
<property name="visible">True</property>
|
||||||
<property name="can_default">True</property>
|
<property name="can_default">True</property>
|
||||||
<property name="can_focus">True</property>
|
<property name="can_focus">True</property>
|
||||||
@ -12250,6 +12250,7 @@ the following characters
|
|||||||
<property name="relief">GTK_RELIEF_NONE</property>
|
<property name="relief">GTK_RELIEF_NONE</property>
|
||||||
<property name="focus_on_click">True</property>
|
<property name="focus_on_click">True</property>
|
||||||
<property name="response_id">-11</property>
|
<property name="response_id">-11</property>
|
||||||
|
<signal name="clicked" handler="on_buttonHelpExportSecrets_clicked" last_modification_time="Mon, 14 May 2007 17:00:07 GMT"/>
|
||||||
</widget>
|
</widget>
|
||||||
</child>
|
</child>
|
||||||
|
|
||||||
@ -13842,6 +13843,7 @@ to encrypt this file</property>
|
|||||||
<property name="relief">GTK_RELIEF_NONE</property>
|
<property name="relief">GTK_RELIEF_NONE</property>
|
||||||
<property name="focus_on_click">True</property>
|
<property name="focus_on_click">True</property>
|
||||||
<property name="response_id">-11</property>
|
<property name="response_id">-11</property>
|
||||||
|
<signal name="clicked" handler="on_helpbuttonPolicy_clicked" last_modification_time="Mon, 14 May 2007 17:18:32 GMT"/>
|
||||||
</widget>
|
</widget>
|
||||||
</child>
|
</child>
|
||||||
|
|
||||||
@ -13961,7 +13963,7 @@ to encrypt this file</property>
|
|||||||
<property name="layout_style">GTK_BUTTONBOX_END</property>
|
<property name="layout_style">GTK_BUTTONBOX_END</property>
|
||||||
|
|
||||||
<child>
|
<child>
|
||||||
<widget class="GtkButton" id="helpbutton5">
|
<widget class="GtkButton" id="helpbuttonPersistent">
|
||||||
<property name="visible">True</property>
|
<property name="visible">True</property>
|
||||||
<property name="can_default">True</property>
|
<property name="can_default">True</property>
|
||||||
<property name="can_focus">True</property>
|
<property name="can_focus">True</property>
|
||||||
@ -13970,6 +13972,7 @@ to encrypt this file</property>
|
|||||||
<property name="relief">GTK_RELIEF_NONE</property>
|
<property name="relief">GTK_RELIEF_NONE</property>
|
||||||
<property name="focus_on_click">True</property>
|
<property name="focus_on_click">True</property>
|
||||||
<property name="response_id">-11</property>
|
<property name="response_id">-11</property>
|
||||||
|
<signal name="clicked" handler="on_helpbuttonPersistent_clicked" last_modification_time="Mon, 14 May 2007 17:34:36 GMT"/>
|
||||||
</widget>
|
</widget>
|
||||||
</child>
|
</child>
|
||||||
|
|
||||||
@ -15144,7 +15147,7 @@ secret for the selected store.</property>
|
|||||||
<property name="layout_style">GTK_BUTTONBOX_END</property>
|
<property name="layout_style">GTK_BUTTONBOX_END</property>
|
||||||
|
|
||||||
<child>
|
<child>
|
||||||
<widget class="GtkButton" id="helpbutton7">
|
<widget class="GtkButton" id="bttnHelp">
|
||||||
<property name="visible">True</property>
|
<property name="visible">True</property>
|
||||||
<property name="can_default">True</property>
|
<property name="can_default">True</property>
|
||||||
<property name="can_focus">True</property>
|
<property name="can_focus">True</property>
|
||||||
|