Help files and code to launch them added
This commit is contained in:
63
c_gui/help/en/AddNewSecrets.htm
Normal file
63
c_gui/help/en/AddNewSecrets.htm
Normal file
@@ -0,0 +1,63 @@
|
||||
<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">Adding New Secrets</div>
|
||||
|
||||
<!--Remove this section if you do not need introductory text for this topic -->
|
||||
<p class="margintop2">CASA enables you to manually create new secrets or to
|
||||
manage secrets that have been previously created by programs that integrate
|
||||
with CASA. To manually create a new secret, use the following procedure:</p>
|
||||
<ol>
|
||||
<li>In CASA Manager, click File > New > New Secret</li>
|
||||
<li>Type the identifying name of the new secret in the Secret ID field, for
|
||||
example, “Example Secret.”</li>
|
||||
<li>Type the name of the key and its value in the Key and Value fields,
|
||||
for example, Key: “Password,” and Value: “testpassword.”
|
||||
The asterisk (*) is the only restricted character in both the Key and Value fields.</li>
|
||||
<li>Click the + button to add the newly formed Key-Value pair for the
|
||||
new secret. </li>
|
||||
<li>By default, to safe guard secrets, values are shown as asterisks (*).
|
||||
To show values in clear text, select "Show Values in clear text", and
|
||||
enter your master password to enable a single instance display
|
||||
of the value in the Value field.</li>
|
||||
<li>Click OK to add the new secret, with its corresponding Key-Value pair,
|
||||
to the credential store. The secret will now display in the Secret-ID window,
|
||||
indicating that it has been added to the miCASA credential store.</li>
|
||||
</ol>
|
||||
<p>See also <a href="EditingSecrets.html" target="_parent">Editing Secrets</a>.</p>
|
||||
<!--This adds space before first level 1 heading-->
|
||||
<div class="margintop3"></div>
|
||||
|
||||
<span class="head3">Refreshing Credentials Stores</span>
|
||||
<p class="margintop2">Refresh Stores in CASA Manager is used to reload all Secrets from the configured stores.
|
||||
The miCASA store is supported on Windows* and Linux*. KDE Wallet and GNOME*
|
||||
Keyring are additional stores supported in Linux*.</p>
|
||||
<p class="margintop2">A trademark symbol (<28>, 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 class="marginleft1">
|
||||
<!--End Content -->
|
||||
<p></p>
|
||||
<div class="ruleabove"></div></div>
|
||||
</body>
|
||||
</html>
|
||||
54
c_gui/help/en/CASAMasterPasswordAuthentication.htm
Normal file
54
c_gui/help/en/CASAMasterPasswordAuthentication.htm
Normal file
@@ -0,0 +1,54 @@
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="content-type" content="text/html;charset=iso-8859-1">
|
||||
<!-- #BeginEditable "doctitle" -->
|
||||
<title>Novell® CASA Manager</title>
|
||||
<!-- #EndEditable -->
|
||||
<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">Setting Master Password</div>
|
||||
|
||||
<!--Remove this section if you do not need introductory text for this topic -->
|
||||
<p class="margintop2">When you start CASA Manager, you are prompted to
|
||||
enter a master password. You are prompted for your master password when
|
||||
displaying the values of secrets. The master password must be at least 8 characters
|
||||
long.</p>
|
||||
Your desktop password and master password are used to encypt your secrets
|
||||
and store them on your computer. When you login to the computer, CASA will decrypt
|
||||
the saved secrets using your desktop password and make them available for
|
||||
applications integrated with CASA.
|
||||
If your desktop password changes, you must run CASA Manager and enter your master
|
||||
password before CASA can decrypt your saved secrets.
|
||||
|
||||
You can change the master password by using the following procedure from the main CASA Manager
|
||||
screen:</p>
|
||||
<ol>
|
||||
<li>Click Options > Change Master Password.</li>
|
||||
<li>Enter your current master password, Enter your new master password, re-enter
|
||||
your new master password, then click OK.</li>
|
||||
</ol>
|
||||
|
||||
|
||||
<p><b>Important:</b> To prevent unauthorized access to your credential stores,
|
||||
always create confidential passwords that are not easily discovered.</p>
|
||||
|
||||
<!--End Content -->
|
||||
<br>
|
||||
<div class="ruleabove"></div></div>
|
||||
</body>
|
||||
</html>
|
||||
61
c_gui/help/en/Contents.htm
Normal file
61
c_gui/help/en/Contents.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">
|
||||
<!--Begin Content -->
|
||||
<div class="head3b">Contents</div>
|
||||
<!--Remove this section if you do not need introductory text for this topic -->
|
||||
<p class="margintop2">Common Authentication Service Adapter (CASA) is the common
|
||||
cross-platform foundation for authentication and single sign-on services for
|
||||
Novell® Linux* Desktop, Microsoft* Windows*, and Macintosh* OS 10 operating
|
||||
systems. CASA Manageris the graphical user interface that enables you to access
|
||||
and manage the authentication credentials (secrets) of the programs and services
|
||||
installed any any of these platforms.</p>
|
||||
<p class="margintop2">This Help file contains the following topics:</p>
|
||||
|
||||
|
||||
<ul>
|
||||
<li><a href="AddNewSecrets.htm" target="_blank">Adding New 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="LinkingSecrets.htm" target="_blank">Linking Secrets</a></li>
|
||||
<li><a href="UnlockSecrets.htm" target="_blank">Locking and Unlocking Secrets</a></li>
|
||||
<li><a href="Persistent%20Storage.htm" target="_blank">Persistent Storage</a></li>
|
||||
<li><a href="Preferences.htm" target="_blank">Setting CASA Preferences</a></li>
|
||||
<li><a href="CASAMasterPasswordAuthentication.htm" target="_blank">Setting
|
||||
Master Password</a></li>
|
||||
<li><a href="ViewSecrets.htm" target="_blank">Viewing Secrets</a></li>
|
||||
<!--End Content -->
|
||||
<br>
|
||||
</ul>
|
||||
<p><b>Important:</b> Because CASA Manager collects and displays security credentials
|
||||
from secure applications running on your system, this software should not
|
||||
be used in any public environment where security might be compromised. In
|
||||
addition, because CASA is integrated with your workstation login and other
|
||||
resident applications that require authentication credentials, you should
|
||||
create confidential passwords that are not easily broken in order to prevent
|
||||
unauthorized access.</p>
|
||||
|
||||
<div class="smalltext">A trademark symbol (<28>, 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>
|
||||
34
c_gui/help/en/DestroyingSecrets.htm
Normal file
34
c_gui/help/en/DestroyingSecrets.htm
Normal file
@@ -0,0 +1,34 @@
|
||||
<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">Destroying Secrets</div>
|
||||
<!--Remove this section if you do not need introductory text for this topic -->
|
||||
<p class="margintop2">Use the following procedure to clear your cache and destroy
|
||||
all credentials that are stored in memory:</p>
|
||||
<ul>
|
||||
<li>Click File > Destroy Secrets, then click OK.</li>
|
||||
</ul>
|
||||
<p class="margintop2">You can restore your secrets manually by creating new
|
||||
secrets or automatically by rebooting your system, or by installing new applications
|
||||
and refreshing credential stores.</p>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
47
c_gui/help/en/EditingSecrets.html
Normal file
47
c_gui/help/en/EditingSecrets.html
Normal file
@@ -0,0 +1,47 @@
|
||||
<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">Editing Secrets</div>
|
||||
|
||||
<!--Remove this section if you do not need introductory text for this topic -->
|
||||
<p class="margintop2">You edit a secret by adding new Key-Value pairs or changing
|
||||
existing Key-Value pairs:<br>
|
||||
</p>
|
||||
<ol>
|
||||
<li>In the main Secret-ID window, double-click the secret you want to edit.<br>
|
||||
</li>
|
||||
<li>Type a second password key and corresponding password value (for example,
|
||||
Password2 and testpassword2) in the Key and Value fields, then click the
|
||||
+ button. <br>
|
||||
In this example, from the new Password2 key, the value is encrypted and
|
||||
displays as asterisks. To show the value in clear text, click Show Values
|
||||
in Clear Text, then enter your master password.<br>
|
||||
</li>
|
||||
<li>To edit the password value, click the Value field in the Key-Value pairs
|
||||
window, type your new value, then click OK. The new password value is saved
|
||||
in the miCASA credential store.<br>
|
||||
After they are created, Secret ID names cannot be edited.</li>
|
||||
</ol>
|
||||
<!--End Content -->
|
||||
<p></p>
|
||||
<div class="ruleabove"></div></div>
|
||||
</body>
|
||||
</html>
|
||||
BIN
c_gui/help/en/LinkA.gif
Normal file
BIN
c_gui/help/en/LinkA.gif
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 53 KiB |
57
c_gui/help/en/LinkingSecrets.htm
Normal file
57
c_gui/help/en/LinkingSecrets.htm
Normal file
@@ -0,0 +1,57 @@
|
||||
<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">Linking Secrets</div>
|
||||
<!--Remove this section if you do not need introductory text for this topic -->
|
||||
<p class="margintop2">You can link two or more secrets so that their respective
|
||||
passwords or key values are synchronized simultaneously. For example, you
|
||||
can link the password of one secret to the password of another secret, all of the
|
||||
keys with one secret to each other, or any combination to synchronize management
|
||||
of all your secrets. </p>
|
||||
<p class="margintop2">Currently, CASA provides only the ability to link keys
|
||||
within the miCASA store. Link secrets by using the Link feature from the
|
||||
CASA Manager:</p>
|
||||
<ol>
|
||||
<li>Press the F2 key or click Edit > Link to open the Manage Secrets and
|
||||
Key-Value pairs window.</li>
|
||||
<li>Double click on the Key field to open the Link management
|
||||
window. This utility enables you to link the keys of any secrets contained
|
||||
in your miCASA store.
|
||||
<li>Click the Secret-ID component you want to link.</li>
|
||||
<li>Click the Key you want to link, click the Key value you want to link,
|
||||
then click the + Button to link the selected Key-Value pair.</li>
|
||||
<li>Repeat Step 4 to add and link as many secrets as you want. The status
|
||||
of your linked secrets is displayed in the Existing Linked Keys window.</li>
|
||||
<li>To verify if a secret is linked, view its status in the Key-Value pairs
|
||||
window. The Link field displays either Yes or No. Verify by following any
|
||||
one of these steps:<br>
|
||||
* Double-click the secret. <br>
|
||||
* Right-click the secret > Click View.<br>
|
||||
* Press F2.</li>
|
||||
<li>To unlink selected secrets, click any of the Secret-ID components listed
|
||||
in the Existing Linked Keys window, then click the — button. The selected
|
||||
secret is deleted from the Existing Linked Keys window.</li>
|
||||
</ol>
|
||||
<!--End Content -->
|
||||
<p></p>
|
||||
<div class="ruleabove"></div></div>
|
||||
</body>
|
||||
</html>
|
||||
37
c_gui/help/en/Persistent Storage.htm
Normal file
37
c_gui/help/en/Persistent Storage.htm
Normal file
@@ -0,0 +1,37 @@
|
||||
<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">Persistent Storage</div>
|
||||
|
||||
<!--Remove this section if you do not need introductory text for this topic -->
|
||||
<p class="margintop2">CASA automatically saves your secrets on your computer
|
||||
and retrieves them the next time you login. Your secrets are encrypted using
|
||||
the password used for login, as well as the master password required to use
|
||||
CASA Manager. Should the desktop password change, you will need to enter your
|
||||
master password to decrypt your saved secrets.
|
||||
See also <a href="CASAMasterPasswordAuthentication.htm" target="_parent">Setting
|
||||
Master Password</a>.</p>
|
||||
|
||||
<!--This adds space before first level 1 heading-->
|
||||
<p></p>
|
||||
<div class="ruleabove"></div></div>
|
||||
</body>
|
||||
</html>
|
||||
46
c_gui/help/en/Preferences.htm
Normal file
46
c_gui/help/en/Preferences.htm
Normal file
@@ -0,0 +1,46 @@
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="content-type" content="text/html;charset=iso-8859-1">
|
||||
<!-- #BeginEditable "doctitle" -->
|
||||
<title>Novell® CASA Manager</title>
|
||||
<!-- #EndEditable -->
|
||||
<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">Preferences</div>
|
||||
|
||||
<!--Remove this section if you do not need introductory text for this topic -->
|
||||
<p class="margintop2">This option is active only when CASA is installed in a
|
||||
Linux* environment. Linux provides support for miCASA, KDE Wallet, GNOME*
|
||||
Keyring, or all three credential stores. </p>
|
||||
<p class="margintop2">Use the following procedure to specify which credential
|
||||
stores you want to use:</p>
|
||||
<ol>
|
||||
<li>From the CASA Manager page, Click Options > Preferences</li>
|
||||
<li>Select which credential stores you wish to use (miCASA, KDE Wallet, GNOME
|
||||
Keyring).</li>
|
||||
</ol>
|
||||
<p>In Windows*, miCASA is the only credential store available, so references
|
||||
to KDE Wallet and GNOME Keyring are inactive.
|
||||
<p>A trademark symbol (<28>, 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>.
|
||||
<!--This adds space before first level 1 heading-->
|
||||
<p></p>
|
||||
<div class="ruleabove"></div></div>
|
||||
</body>
|
||||
</html>
|
||||
38
c_gui/help/en/UnlockSecrets.htm
Normal file
38
c_gui/help/en/UnlockSecrets.htm
Normal file
@@ -0,0 +1,38 @@
|
||||
<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">Locking and Unlocking Secrets</div>
|
||||
<!--Remove this section if you do not need introductory text for this topic -->
|
||||
<p class="margintop2">To prevent individuals and other applications from viewing
|
||||
or manipulating your secrets, CASA enables you to lock secrets, which temporarily
|
||||
disables the functionality of CASA.</p>
|
||||
<ol>
|
||||
<li>Click File > Lock Secrets. The credential store tab (miCASA) and cached
|
||||
secrets are dimmed when CASA is locked. </li>
|
||||
<li>To unlock and restore functionality to CASA:</li>
|
||||
<li>Click File > Unlock Secrets.</li>
|
||||
<li>Enter your master password.</li>
|
||||
</ol>
|
||||
<!--End Content -->
|
||||
<p></p>
|
||||
<div class="ruleabove"></div></div>
|
||||
</body>
|
||||
</html>
|
||||
38
c_gui/help/en/ViewSecrets.htm
Normal file
38
c_gui/help/en/ViewSecrets.htm
Normal file
@@ -0,0 +1,38 @@
|
||||
<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">Viewing Secret Values</div>
|
||||
|
||||
<!--Remove this section if you do not need introductory text for this topic -->
|
||||
<p class="margintop2">You can view the Key-Value pairs of all secrets cached
|
||||
in the miCASA credential store.</p>
|
||||
<ol>
|
||||
<li>In the main Secret-ID window, click the secret you want to view.</li>
|
||||
<li>Click Edit > View or Press F2.</li>
|
||||
<li>By default, the key values are encrypted and displayed as asterisks. To
|
||||
show the value in clear text, click Show Values in Clear Text, then enter
|
||||
your master password.</li>
|
||||
</ol>
|
||||
<!--End Content -->
|
||||
<p></p>
|
||||
<div class="ruleabove"></div></div>
|
||||
</body>
|
||||
</html>
|
||||
BIN
c_gui/help/en/en.zip
Normal file
BIN
c_gui/help/en/en.zip
Normal file
Binary file not shown.
BIN
c_gui/help/en/h1_help_zcc.gif
Normal file
BIN
c_gui/help/en/h1_help_zcc.gif
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 490 B |
BIN
c_gui/help/en/help_zcc_bg.gif
Normal file
BIN
c_gui/help/en/help_zcc_bg.gif
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 5.3 KiB |
157
c_gui/help/en/hf_style.css
Normal file
157
c_gui/help/en/hf_style.css
Normal file
@@ -0,0 +1,157 @@
|
||||
a { color: #039; text-decoration: underline }
|
||||
body { color: black; font-family: "Trebuchet MS", Arial, Helvetica, Geneva, Swiss, SunSans-Regular; background-color: white }
|
||||
th, tr, td, table { font-family: "Trebuchet MS", Arial, Helvetica, Geneva, Swiss, SunSans-Regular }
|
||||
p, li, ol, ul, td { font-size: 0.9em }
|
||||
td label { font-size: 0.85em }
|
||||
label { font-size: 0.765em; }
|
||||
|
||||
h1 { font-weight: bold; font-size: 1.3em; line-height: 1.3em; margin-bottom: 0.6em }
|
||||
h2 { font-weight: bold; font-size: 1.2em; line-height: 1.2em; margin-bottom: 0.4em }
|
||||
h3 { font-weight: bold; font-size: 1em; line-height: 1.1em; margin-bottom: 0.2em }
|
||||
h4 { font-weight: bold; font-size: 0.85em; line-height: 1em; margin-bottom: 0.1em }
|
||||
|
||||
img.floatright { float: right }
|
||||
img.margin1 { margin: 1px }
|
||||
img.margin2 { margin: 2px }
|
||||
img.margin4 { margin: 4px }
|
||||
img.margin5r { margin-right: 5px }
|
||||
img.margin5l { margin-left: 5px }
|
||||
img.margin6 { margin: 6px }
|
||||
img.margin8 { margin: 8px }
|
||||
img.margin10 { margin: 10px }
|
||||
img.margin10r { margin-right: 10px }
|
||||
img.margin10l { margin-left: 10px; margin-right: 5px }
|
||||
|
||||
span.tab1u { color: black; }
|
||||
span.tab2u { text-decoration: underline }
|
||||
span.tab2s { text-decoration: underline }
|
||||
|
||||
.activitycolor { background-color: #e8e887 }
|
||||
.allcaps { color: black; font-style: normal; font-weight: 500; font-size: 0.7em; text-transform: uppercase; letter-spacing: 0.2em }
|
||||
.errorlink { color: #c82727; font-weight: normal; margin-top: 2px }
|
||||
.linktrialversion { color: #c82727; font-style: normal; font-weight: normal; font-size: 0.85em; text-decoration: underline }
|
||||
.errorhead { color: #c82727; font-style: normal; font-weight: 800; font-size: 1.2em; line-height: 1.5em; margin-bottom: 0.7em }
|
||||
|
||||
.formcolumnhead1 { color: black; font-weight: bold; font-size: 0.7em; text-align: center }
|
||||
.formhead1 { color: white; font-weight: bold; font-size: 1em; background-color: #458ab9; text-align: left; text-indent: 0.2em; letter-spacing: 0.05em; vertical-align: middle; padding: 0.2em }
|
||||
.formhead2 { color: white; font-weight: bold; font-size: 0.8em; line-height: 1.1em; background-color: #458ab9; text-align: left; text-indent: 0.5em; letter-spacing: 0.1em; vertical-align: middle }
|
||||
.menuhead1 { color: white; font-weight: 600; font-size: 0.7em; line-height: 1em; background-color: #458ab9; text-align: center; text-transform: uppercase; letter-spacing: 0.1em; vertical-align: middle; padding: 0.2em }
|
||||
.formhead1b { color: white; font-weight: bold; font-size: 1em; line-height: 1.2em; background-color: #458ab9; text-align: left; text-indent: 0.5em; vertical-align: middle }
|
||||
.formdescriptext { color: #4d6d8b; font-size: 0.8em; margin-left: 1em }
|
||||
.formdescriptextml0 { color: #4d6d8b; font-size: 0.8em }
|
||||
.instructions { color: #4d6d8b; font-size: 0.8em }
|
||||
.head1 { color: black; font-weight: bold; font-size: 1.3em; line-height: 1.3em; margin-bottom: 0.6em }
|
||||
.head1a { color: #663; font-weight: bold; font-size: 1.3em; line-height: 1.3em; margin-bottom: 0.6em; margin-left: 1em }
|
||||
.head1b { color: black; font-weight: bold; font-size: 1.3em; line-height: 1.3em }
|
||||
.head1r { color: #e10000; font-weight: normal; font-size: 1.3em }
|
||||
.head1w { color: white; font-weight: bold; font-size: 1.3em; line-height: 1.3em }
|
||||
|
||||
.head2 { color: black; font-weight: bold; font-size: 1.2em; margin-top: 0.4em; margin-bottom: 1.2em }
|
||||
.head2a { color: #663; font-weight: bold; font-size: 1.2em; margin-top: 0.4em }
|
||||
.head2b { color: black; font-weight: 600; font-size: 1.2em; letter-spacing: 0.1em; margin-top: 0.4em; margin-bottom: 0.4em; border-bottom: 2px solid #458ab9 }
|
||||
.head2tm6 { color: black; font-weight: bold; font-size: 1.2em; margin-top: 0.6em }
|
||||
.head2tm8 { color: black; font-weight: bold; font-size: 1.2em; margin-top: 0.8em }
|
||||
.head2w { color: #fff; font-weight: bold; font-size: 1.2em; }
|
||||
.head2r { color: #e10000; font-weight: normal; font-size: 1.2em; margin-top: 0.5em }
|
||||
.head2indent { color: black; font-weight: bold; font-size: 1.2em; margin-top: 0.4em; margin-left: 0.5em }
|
||||
|
||||
.head3 { color: black; font-weight: bold; font-size: 1em; margin-top: 0.3em; margin-bottom: 1em }
|
||||
.head3a { color: #663; font-weight: bold; font-size: 1em; margin-top: 0.3em }
|
||||
.head3b { color: black; font-weight: bold; font-size: 1em; letter-spacing: 0.1em; margin-top: 0.4em; margin-bottom: 0.4em; border-bottom: 2px solid #458ab9 }
|
||||
.head3d { color: black; font-weight: bold; font-size: 1em }
|
||||
.head3center { color: black; font-weight: bold; font-size: 1em; text-align: center }
|
||||
.head3indent { color: black; font-weight: bold; font-size: 1em; margin-top: 0.3em; margin-left: 1em }
|
||||
.head3tm6 { color: black; font-weight: bold; font-size: 1em; margin-top: 0.6em; margin-bottom: 0.1em }
|
||||
.head3tm8 { color: black; font-weight: bold; font-size: 1em; margin-top: 0.8em; margin-bottom: 0.2em }
|
||||
.head3w { color: #fff; font-weight: bold; font-size: 1em }
|
||||
.head3r { color: #e10000; font-weight: bold; font-size: 1em; letter-spacing: 0.05em; margin-top: 0.75em }
|
||||
|
||||
.head4 { color: black; font-weight: bold; font-size: 0.85em; margin-top: 0.5em; margin-bottom: 0.2em; margin-left: 1em;}
|
||||
.head4center { color: black; font-weight: bold; font-size: 0.85em; text-align: center }
|
||||
.head4b { color: #663; font-weight: bold; font-size: 0.85em; margin-top: 0.2em }
|
||||
.head4tm6 { color: black; font-weight: bold; font-size: 0.85em; margin-top: 0.6em; margin-bottom: 0.1em }
|
||||
.head4tm8 { color: black; font-weight: bold; font-size: 0.85em; margin-top: 0.8em; margin-bottom: 0.2em }
|
||||
.head4margin4 { color: black; font-weight: bold; font-size: 0.85em; background-color: #dfddd5; margin: 0.4em }
|
||||
|
||||
.head5 { color: black; font-weight: 600; font-size: 0.75em; margin-top: 0.2em; margin-left: 2em; }
|
||||
.head5a { color: black; font-weight: 600; font-size: 0.75em; margin-top: 0.2em }
|
||||
.head5b { color: #663; font-weight: 600; font-size: 0.75em; margin-top: 0.2em; margin-left: 1em }
|
||||
.head5tm6 { color: black; font-weight: 600; font-size: 0.75em; margin-top: 0.6em; margin-left: 1em }
|
||||
.head5tm8 { color: black; font-weight: 600; font-size: 0.75em; margin-top: 0.8em; margin-left: 1em }
|
||||
.hint1 { color: #663; font-size: 12px; line-height: 14px }
|
||||
|
||||
.inactive { color: #6c8899 }
|
||||
.margintop1 { margin-left: 1em; margin-top: 0.3em }
|
||||
.margintop2 { margin-top: 0.5em }
|
||||
.margintop3 { margin-top: 1em }
|
||||
.marginleft1 { margin-left: 1.5em; margin-top: 0.3em }
|
||||
.marginleft1b { font-size: 0.85em; margin-left: 1em }
|
||||
.marginleft2 { margin-left: 2em }
|
||||
.marginleft3 { margin-left: 3em }
|
||||
.marginleft4 { margin-left: 4em }
|
||||
|
||||
.nonproportional { font-size: 10pt; font-family: "Courier New", Courier, Monaco }
|
||||
.padding8 { padding: 8px }
|
||||
.padding2x4 { padding-top: 2px; padding-bottom: 2px; padding-right: 4px; padding-left: 4px }
|
||||
.padding2 { padding: 2px }
|
||||
.padding4 { padding: 4px }
|
||||
.rowaltcolor { background-color: #f4f4f4 }
|
||||
.scroll1 { background-color: #efeee9; padding: 10px 12px 10px 10px; overflow: auto }
|
||||
.ruleblue { color: #458ab9 }
|
||||
.rulebelow { padding-bottom: 5px; border-bottom: 2px solid #458ab9 }
|
||||
.rulebelow2 { padding-bottom: 3px; border-bottom: 1px solid #babdb6 }
|
||||
.ruleabove { padding-top: 5px; border-top: 2px solid #458ab9 }
|
||||
|
||||
.breadcrumb { color: #848582; font-size: 0.65em; line-height: 1em; text-decoration: none; margin-bottom: 1em }
|
||||
.smalltext { color: black; font-size: 0.75em; line-height: 1em }
|
||||
.smalltext2a { color: #663; font-size: 0.75em; line-height: 1em }
|
||||
.smalltext2b { color: black; font-weight: bold; font-size: 0.75em; line-height: 1em }
|
||||
.smalltext2c { color: #355263; font-size: 0.75em; line-height: 1.1em; width: 480px }
|
||||
.smalltext2d { color: #355263; font-size: 0.75em }
|
||||
.mediumtext { color: black; font-size: 0.85em; line-height: 1.1em }
|
||||
.largetext { color: black; font-style: normal; font-weight: normal; font-size: 1em; line-height: 1.1em }
|
||||
.textblue1 { color: #4d6d8b; font-size: 0.9em; line-height: 1.2em }
|
||||
.typegold1 { color: #663; font-size: 1em; line-height: 1.1em }
|
||||
.typegold2 { color: #663; font-size: 0.85em; line-height: 1.1em }
|
||||
|
||||
.tablecolumnhead1 { color: black; font-weight: bold; font-size: 0.75em; background-color: #efeeec; border-bottom: 1px solid black }
|
||||
.tablecolumnhead1b { color: black; font-weight: bold; font-size: 0.75em; border-bottom: 1px solid black }
|
||||
.tablecolumnhead2 { color: #663; font-weight: 600; font-size: 0.75em; text-align: center }
|
||||
.tablehead1 { color: white; font-weight: bold; font-size: 0.95em; background-color: #458ab9; text-align: left; text-indent: 0.2em; padding: 0.2em }
|
||||
.tablehead2 { color: black; font-weight: 600; font-size: 0.9em; line-height: 1.1em; background-color: #cc9; text-align: left; text-indent: 0.5em; letter-spacing: 0.1em }
|
||||
.tablehead1b { font-weight: bold; font-size: 1em; line-height: 1.1em; background-color: #cc9; text-align: left; text-indent: 0.5em }
|
||||
.tablesubhead1 { color: black; font-weight: bold; font-size: 0.85em; background-color: #efeeec; text-align: left; text-indent: 0.2em; padding: 0.2em }
|
||||
.tablesubhead3 { color: black; font-weight: 600; font-size: 0.75em; background-color: #dfddd5; text-align: left; padding: 0.2em }
|
||||
.tablesubhead2 { color: black; font-weight: normal; font-size: 0.85em; background-color: #efeeec; text-align: left; padding: 0.2em }
|
||||
.tabb { font-weight: bold; font-size: 14pt;}
|
||||
.tabw { color: white; font-weight: bold; font-size: 14pt; }
|
||||
|
||||
.task1 { font-size: 0.7em; margin-top: 0.35em; margin-left: 1.3em }
|
||||
.grouphead { color: #333; font-weight: 600; font-size: 0.8em; line-height: 0.9em; margin-top: 0.7em; margin-left: 1.2em }
|
||||
.task1a { font-size: 0.7em; margin-top: 0.35em }
|
||||
.task2 { font-size: 0.7em; margin-top: 0.35em; margin-left: 2.3em }
|
||||
.task3 { color: #003399; font-size: 0.6em; line-height: 1em; text-decoration: none; margin-top: 0.5em; margin-bottom: 0.5em; margin-left: 0.5em }
|
||||
.task3b { color: #003399; font-size: 0.75em; line-height: 1em; text-decoration: none; margin-top: 0.5em; margin-bottom: 0.5em; margin-left: 0.5em }
|
||||
.navhead { color: black; font-weight: bold; font-size: 0.85em; line-height: 0.9em; background-color: #cfcdc6; vertical-align: middle; padding: 4px }
|
||||
.role1 { color: black; font-weight: bold; font-size: 0.75em; line-height: 0.85em; text-decoration: none; margin-top: 0.6em }
|
||||
|
||||
.windowheaddgrey { color: #5a5958; font-weight: bold; font-size: 18pt; line-height: 18pt; letter-spacing: 1px }
|
||||
.windowheadblack { color: #5a5958; font-weight: bold; font-size: 18pt; line-height: 18pt; letter-spacing: 1px }
|
||||
.windowheadwhite { color: white; font-weight: bold; font-size: 18pt; line-height: 18pt; letter-spacing: 1px }
|
||||
.width350 { width: 350px }
|
||||
.width300 { width: 300px }
|
||||
.width400 { width: 400px }
|
||||
.width450 { width: 450px }
|
||||
.width500 { width: 500px }
|
||||
|
||||
.headcapwide { color: #663; font-weight: 600; font-size: 0.6em; letter-spacing: 0.2em }
|
||||
.subtitle1 { color: black; font-weight: bold; font-size: 14px; line-height: 14px }
|
||||
.subtitle2 { color: white; font-weight: bold; font-size: 14px; line-height: 14px }
|
||||
|
||||
.headpb { color: black; font-weight: bold; font-size: 15px; text-align: left; vertical-align: top; letter-spacing: 2px }
|
||||
.tab1s { color: white; font-weight: bold; font-size: 12px; line-height: 17px; text-decoration: none; background-color: #458ab9; text-align: center; white-space: nowrap }
|
||||
.tab1u { color: black; background-color: #DFDDD5; font-size: 12px; text-decoration: none; font-weight: bold; text-align: center; white-space: nowrap }
|
||||
.tab2s { color: white; font-weight: bold; font-size: 11px; text-decoration: none; background-color: #458ab9; white-space: nowrap }
|
||||
.tab2u { color: white; font-weight: normal; font-size: 11px; text-decoration: none; background-color: #458ab9; white-space: nowrap }
|
||||
|
||||
.copyright { color: #cfcdc6; font-size: 0.55em }
|
||||
62
c_gui/help/en/legal_notices_en.html
Normal file
62
c_gui/help/en/legal_notices_en.html
Normal file
@@ -0,0 +1,62 @@
|
||||
<html>
|
||||
|
||||
<head>
|
||||
<meta http-equiv="content-type" content="text/html;charset=iso-8859-1">
|
||||
<title>Novell ZENworks Control Center</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="head3b">Legal Notices</div>
|
||||
|
||||
<p><b>Disclaimer</b> <br>
|
||||
Novell, Inc. makes no representations or warranties with respect to the contents or use of
|
||||
this documentation and specifically disclaims any express or implied warranties of
|
||||
merchantability or fitness for any particular purpose. Further, Novell, Inc. reserves the
|
||||
right to revise this publication and to make changes to its content, at any time, without
|
||||
obligation to notify any person or entity of such revisions or changes.</p>
|
||||
|
||||
<p>Further, Novell, Inc. makes no representations or warranties with respect to any Novell
|
||||
software, and specifically disclaims any express or implied warranties of merchantability
|
||||
or fitness for any particular purpose. Further, Novell, Inc. reserves the right to make
|
||||
changes to any and all parts of Novell software, at any time, without any obligation to
|
||||
notify any person or entity of such changes.</p>
|
||||
|
||||
<p><b>Export Notice</b> <br>
|
||||
You may not use, export, or re-export this product in violation of any applicable
|
||||
laws or regulations including, without limitation, U.S. export regulations
|
||||
or the laws of the country in which you reside.
|
||||
<p><b>Copyright</b> <br>
|
||||
Copyright © 2005 Novell, Inc. All rights reserved. No part of this publication
|
||||
may be reproduced, photocopied, stored on a retrieval system, or transmitted
|
||||
without the express written consent of the publisher.</p>
|
||||
|
||||
<p><b>Patents</b> <br>
|
||||
Novell, Inc. has intellectual property rights relating to technology embodied
|
||||
in the product that is described in this document. In particular, and without
|
||||
limitation, these intellectual property rights may include one or more of
|
||||
the U.S. patents listed at <a href="http://www.novell.com/company/legal/patents/">http://www.novell.com/company/legal/patents/</a>
|
||||
and one or more additional patents or pending patent applications in the U.S.
|
||||
and in other countries.</p>
|
||||
|
||||
<p><b>Novell Trademarks</b> <br>
|
||||
Novell, NetWare, and ZENworks are registered trademarks of Novell, Inc. in the United States and
|
||||
other countries.
|
||||
<p>eDirectory and Red Carpet are trademarks of Novell, Inc.</p>
|
||||
|
||||
<p><b>Third-Party Trademarks</b> <br>
|
||||
All third-party trademarks are the property of their respective owners.</p>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user