Windows build 162

This commit is contained in:
Jim Norman 2005-12-02 22:53:22 +00:00
parent d2a304e268
commit 80260d88ae
5 changed files with 454 additions and 443 deletions

View File

@ -1,422 +1,425 @@
Common Authentication Service Adapter (CASA) Common Authentication Service Adapter (CASA)
1.0 Overview 1.0 Overview
2.0 Documentation 2.0 Documentation
3.0 Known Issues 3.0 Known Issues
4.0 Legal Notices 4.0 Legal Notices
1.0 Overview 1.0 Overview
Common Authentication Service Adapter (CASA) provides Common Authentication Service Adapter (CASA) provides
a common infrastructure for client authentication a common infrastructure for client authentication
across the Linux* and Microsoft* Windows* desktops. across the Linux* and Microsoft* Windows* desktops.
Novell products (such as GroupWise, GroupWise Novell products (such as GroupWise, GroupWise
Messenger, iPrint, Novell iFolder, and the Novell Messenger, iPrint, Novell iFolder, and the Novell
clients for Windows and Linux) are integrated with the clients for Windows and Linux) are integrated with the
miCASA interface and can take advantage of the miCASA interface and can take advantage of the
credential store that provides the cornerstone for credential store that provides the cornerstone for
CASA. CASA.
The main components of CASA on Linux are: The main components of CASA on Linux are:
- CASA Identity Development Kit (IDK): The IDK - CASA Identity Development Kit (IDK): The IDK
provides a set of APIs that application and service provides a set of APIs that application and service
developers can use to write user/application developers can use to write user/application
credentials to the credential store. The IDK APIs credentials to the credential store. The IDK APIs
internally store the credentials passed onto them internally store the credentials passed onto them
by the applications in miCASAd. There are C, C++, by the applications in miCASAd. There are C, C++,
C# and Java bindings available for the CASA IDK. C# and Java bindings available for the CASA IDK.
- miCASAd: An active component that starts during
boot time. On Linux, miCASAd is available in the - miCASAd: An active component that starts during
run-levels 1, 2, 3 and 5. It runs with root boot time. On Linux, miCASAd is available in the
privileges and is active as long as the system is run-levels 1, 2, 3 and 5. It runs with root
up. It stores and provides credentials or secrets privileges and is active as long as the system is
based on the Linux user identifier (uid) of the up. It stores and provides credentials or secrets
process that makes the IDK API calls. The based on the Linux user identifier (uid) of the
credentials, which are stored by applications in process that makes the IDK API calls. The
miCASAd, are maintained only in memory for the credentials, which are stored by applications in
first release. Session-based secrets implies miCASAd, are maintained in memory and written to
secrets that are stored in an in-memory cache, are disk for this release. Session-based secrets implies
available only as long as the user is in session on secrets that are stored in an in-memory cache, are
the desktop, and are destroyed when miCASA daemon available only as long as the user is in session on
is restarted or the user logs off. the desktop, and are destroyed when miCASA daemon
Any PAM module that uses the IDK APIs must set its is restarted or the user logs off. When the user
effective user id temporarily to that of the user logs back in, the secrets written to disk are read
logging in (the user returned by calling back into memory.
pam_get_user()), if the credentials need to be
stored against that user. There might be cases - Login Credential Capture Module: On Linux, the
where the user obtained through pam_get_user() login credential capture module is implemented as a
might not be the one against whom the PAM module PAM module. This PAM module captures the user's
actually intends to store credentials. desktop login credentials and stores them in
miCASAd using the IDK APIs. This PAM module is
- Login Credential Capture Module: On Linux, the placed as the last module in the auth and session
login credential capture module is implemented as a stacks of xdm, gdm, kdm, login and sshd PAM
PAM module. This PAM module captures the user's configuration files. The functionality of this
desktop login credentials and stores them in module is to store the credentials in miCASAd.
miCASAd using the IDK APIs. This PAM module is
placed as the last module in the auth and session Any PAM module that uses the IDK APIs must set its
stacks of xdm, gdm, kdm, login and sshd PAM effective user id temporarily to that of the user
configuration files. In the auth stack, the logging in (the user returned by calling
functionality of this module is to store the pam_get_user()), if the credentials need to be
credentials in miCASAd and in the session stored against that user. There might be cases
stack, then closes the user's session with miCASAd. where the user obtained through pam_get_user()
might not be the one against whom the PAM module
actually intends to store credentials.
2.0 Documentation
To read or print the documentation, you need Adobe 2.0 Documentation
Acrobat Reader 4.0
(http://www.adobe.com/prodindex/acrobat/readstep.html) To read or print the documentation, you need Adobe
. Acrobat Reader 4.0
(http://www.adobe.com/prodindex/acrobat/readstep.html)
The document in this download was created as a .
standalone file; therefore, links to files in other
downloads will not resolve. The document in this download was created as a
standalone file; therefore, links to files in other
The download includes a single file: casa_enu.pdf in downloads will not resolve.
the [install directory]\NDK\doc\casa directory.
The download includes a single file:
CASA_Reference_Guide.pdf in the [install directory]\doc
3.0 Known issues directory.
- Secrets with IDs using reserved characters may fail.
These will be fixed in a future release. Reserved 3.0 Known issues
characters are
: - Secrets with IDs using reserved characters may fail.
\ These will be fixed in a future release. Reserved
characters are
- CASA Manager might report an error stating that :
miCASA Services are not available when selecting \
the 'File' option on the main menu. This problem
is resolved by upgrading mono to the latest version - CASA Manager might report an error stating that
(1.1.9 or later) available for download at miCASA Services are not available when selecting
http://www.mono-project.com/Downloads. the 'File' option on the main menu. This problem
is resolved by upgrading mono to the latest version
- CASA install rpm that is intended for 32 bit architecture (1.1.9 or later) available for download at
should not be installed on 64 bit architecture because http://www.mono-project.com/Downloads.
it can cause runtime problems.
- CASA install rpm that is intended for 32 bit architecture
should not be installed on 64 bit architecture because
4.0 Legal Notices it can cause runtime problems.
Novell, Inc. makes no representations or warranties
with respect to the contents or use of this 4.0 Legal Notices
documentation, and specifically disclaims any express
or implied warranties of merchantability or fitness Novell, Inc. makes no representations or warranties
for any particular purpose. Further, Novell, Inc. with respect to the contents or use of this
reserves the right to revise this publication and to documentation, and specifically disclaims any express
make changes to its content, at any time, without or implied warranties of merchantability or fitness
obligation to notify any person or entity of such for any particular purpose. Further, Novell, Inc.
revisions or changes. reserves the right to revise this publication and to
make changes to its content, at any time, without
Further, Novell, Inc. makes no representations or obligation to notify any person or entity of such
warranties with respect to any software, and revisions or changes.
specifically disclaims any express or implied
warranties of merchantability or fitness for any Further, Novell, Inc. makes no representations or
particular purpose. Further, Novell, Inc. reserves the warranties with respect to any software, and
right to make changes to any and all parts of Novell specifically disclaims any express or implied
software, at any time, without any obligation to warranties of merchantability or fitness for any
notify any person or entity of such changes. 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
You may not use, export, or re-export this product in notify any person or entity of such changes.
violation of any applicable laws or regulations
including, without limitation, U.S. export regulations
or the laws of the country in which you reside. 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
Copyright 2005 Novell, Inc. All rights reserved. or the laws of the country in which you reside.
Permission is granted to copy, distribute, and/or
modify this document under the terms of the GNU Free
Documentation License (GFDL), Version 1.2 or any later Copyright 2005 Novell, Inc. All rights reserved.
version, published by the Free Software Foundation Permission is granted to copy, distribute, and/or
with no Invariant Sections, no Front-Cover Texts, and modify this document under the terms of the GNU Free
no Back-Cover Texts. A copy of the GFDL can be found Documentation License (GFDL), Version 1.2 or any later
at http://www.fsf.org/licenses/fdl.html. version, published by the Free Software Foundation
with no Invariant Sections, no Front-Cover Texts, and
THIS DOCUMENT AND MODIFIED VERSIONS OF THIS DOCUMENT no Back-Cover Texts. A copy of the GFDL can be found
ARE PROVIDED UNDER THE TERMS OF THE GNU FREE at http://www.fsf.org/licenses/fdl.html.
DOCUMENTATION LICENSE WITH THE FURTHER UNDERSTANDING
THAT: THIS DOCUMENT AND MODIFIED VERSIONS OF THIS DOCUMENT
ARE PROVIDED UNDER THE TERMS OF THE GNU FREE
1. THE DOCUMENT IS PROVIDED ON AN "AS IS" BASIS, DOCUMENTATION LICENSE WITH THE FURTHER UNDERSTANDING
WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR THAT:
IMPLIED, INCLUDING, WITHOUT LIMITATION, WARRANTIES
THAT THE DOCUMENT OR MODIFIED VERSION OF THE DOCUMENT 1. THE DOCUMENT IS PROVIDED ON AN "AS IS" BASIS,
IS FREE OF DEFECTS, MERCHANTABLE, FIT FOR A PARTICULAR WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR
PURPOSE, OR NON-INFRINGING. THE ENTIRE RISK AS TO THE IMPLIED, INCLUDING, WITHOUT LIMITATION, WARRANTIES
QUALITY, ACCURACY, AND PERFORMANCE OF THE DOCUMENT OR THAT THE DOCUMENT OR MODIFIED VERSION OF THE DOCUMENT
MODIFIED VERSION OF THE DOCUMENT IS WITH YOU. SHOULD IS FREE OF DEFECTS, MERCHANTABLE, FIT FOR A PARTICULAR
ANY DOCUMENT OR MODIFIED VERSION PROVE DEFECTIVE IN PURPOSE, OR NON-INFRINGING. THE ENTIRE RISK AS TO THE
ANY RESPECT, YOU (NOT THE INITIAL WRITER, AUTHOR OR QUALITY, ACCURACY, AND PERFORMANCE OF THE DOCUMENT OR
ANY CONTRIBUTOR) ASSUME THE COST OF ANY NECESSARY MODIFIED VERSION OF THE DOCUMENT IS WITH YOU. SHOULD
SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER OF ANY DOCUMENT OR MODIFIED VERSION PROVE DEFECTIVE IN
WARRANTY CONSTITUTES AN ESSENTIAL PART OF THIS ANY RESPECT, YOU (NOT THE INITIAL WRITER, AUTHOR OR
LICENSE. NO USE OF ANY DOCUMENT OR MODIFIED VERSION OF ANY CONTRIBUTOR) ASSUME THE COST OF ANY NECESSARY
THE DOCUMENT IS AUTHORIZED HEREUNDER EXCEPT UNDER THIS SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER OF
DISCLAIMER; AND WARRANTY CONSTITUTES AN ESSENTIAL PART OF THIS
LICENSE. NO USE OF ANY DOCUMENT OR MODIFIED VERSION OF
2. UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, THE DOCUMENT IS AUTHORIZED HEREUNDER EXCEPT UNDER THIS
WHETHER IN TORT (INCLUDING NEGLIGENCE), CONTRACT, OR DISCLAIMER; AND
OTHERWISE, SHALL THE AUTHOR, INITIAL WRITER, ANY
CONTRIBUTOR, OR ANY DISTRIBUTOR OF THE DOCUMENT OR 2. UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY,
MODIFIED VERSION OF THE DOCUMENT, OR ANY SUPPLIER OF WHETHER IN TORT (INCLUDING NEGLIGENCE), CONTRACT, OR
ANY OF SUCH PARTIES, BE LIABLE TO ANY PERSON FOR ANY OTHERWISE, SHALL THE AUTHOR, INITIAL WRITER, ANY
DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONTRIBUTOR, OR ANY DISTRIBUTOR OF THE DOCUMENT OR
CONSEQUENTIAL DAMAGES OF ANY CHARACTER INCLUDING, MODIFIED VERSION OF THE DOCUMENT, OR ANY SUPPLIER OF
WITHOUT LIMITATION, DAMAGES FOR LOSS OF GOODWILL, WORK ANY OF SUCH PARTIES, BE LIABLE TO ANY PERSON FOR ANY
STOPPAGE, COMPUTER FAILURE OR MALFUNCTION, OR ANY AND DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR
ALL OTHER DAMAGES OR LOSSES ARISING OUT OF OR RELATING CONSEQUENTIAL DAMAGES OF ANY CHARACTER INCLUDING,
TO USE OF THE DOCUMENT AND MODIFIED VERSIONS OF THE WITHOUT LIMITATION, DAMAGES FOR LOSS OF GOODWILL, WORK
DOCUMENT, EVEN IF SUCH PARTY SHALL HAVE BEEN INFORMED STOPPAGE, COMPUTER FAILURE OR MALFUNCTION, OR ANY AND
OF THE POSSIBILITY OF SUCH DAMAGES. ALL OTHER DAMAGES OR LOSSES ARISING OUT OF OR RELATING
TO USE OF THE DOCUMENT AND MODIFIED VERSIONS OF THE
DOCUMENT, EVEN IF SUCH PARTY SHALL HAVE BEEN INFORMED
Novell, Inc. has intellectual property rights relating OF THE POSSIBILITY OF SUCH DAMAGES.
to technology embodied in the product that is
described in this document. In particular, and without
limitation, these intellectual property rights may Novell, Inc. has intellectual property rights relating
include one or more of the U.S. patents listed at to technology embodied in the product that is
http://www.novell.com/company/legal/patents/ and one described in this document. In particular, and without
or more additional patents or pending patent limitation, these intellectual property rights may
applications in the U.S. and in other countries. include one or more of the U.S. patents listed at
http://www.novell.com/company/legal/patents/ and one
or more additional patents or pending patent
AppNotes is a registered trademark of Novell, Inc. applications in the U.S. and in other countries.
AppTester is a registered trademark of Novell, Inc. in
the United States. AppNotes is a registered trademark of Novell, Inc.
ASM is a trademark of Novell, Inc. AppTester is a registered trademark of Novell, Inc. in
the United States.
BorderManager is a registered trademark of Novell,
Inc. ASM is a trademark of Novell, Inc.
BrainShare is a registered service mark of Novell, BorderManager is a registered trademark of Novell,
Inc. in the United States and other countries. Inc.
C3PO is a trademark of Novell, Inc. BrainShare is a registered service mark of Novell,
Inc. in the United States and other countries.
Certified Novell Engineer is a service mark of Novell,
Inc. C3PO is a trademark of Novell, Inc.
Client32 is a trademark of Novell, Inc. Certified Novell Engineer is a service mark of Novell,
Inc.
CNE is a registered service mark of Novell, Inc.
Client32 is a trademark of Novell, Inc.
ConsoleOne is a registered trademark of Novell, Inc.
CNE is a registered service mark of Novell, Inc.
Controlled Access Printer is a trademark of Novell,
Inc. ConsoleOne is a registered trademark of Novell, Inc.
Custom 3rd-Party Object is a trademark of Novell, Inc. Controlled Access Printer is a trademark of Novell,
Inc.
DeveloperNet is a registered trademark of Novell, Inc.
in the United States and other countries. Custom 3rd-Party Object is a trademark of Novell, Inc.
DirXML is a registered trademark of Novell, Inc. DeveloperNet is a registered trademark of Novell, Inc.
in the United States and other countries.
eDirectory is a trademark of Novell, Inc.
DirXML is a registered trademark of Novell, Inc.
Excelerator is a trademark of Novell, Inc.
eDirectory is a trademark of Novell, Inc.
exteNd is a trademark of Novell, Inc.
Excelerator is a trademark of Novell, Inc.
exteNd Director is a trademark of Novell, Inc.
exteNd is a trademark of Novell, Inc.
exteNd Workbench is a trademark of Novell, Inc.
exteNd Director is a trademark of Novell, Inc.
FAN-OUT FAILOVER is a trademark of Novell, Inc.
exteNd Workbench is a trademark of Novell, Inc.
GroupWise is a registered trademark of Novell, Inc. in
the United States and other countries. FAN-OUT FAILOVER is a trademark of Novell, Inc.
Hardware Specific Module is a trademark of Novell, GroupWise is a registered trademark of Novell, Inc. in
Inc. the United States and other countries.
Hot Fix is a trademark of Novell, Inc. Hardware Specific Module is a trademark of Novell,
Inc.
iChain is a registered trademark of Novell, Inc.
Hot Fix is a trademark of Novell, Inc.
Internetwork Packet Exchange is a trademark of Novell,
Inc. iChain is a registered trademark of Novell, Inc.
IPX is a trademark of Novell, Inc. Internetwork Packet Exchange is a trademark of Novell,
Inc.
IPX/SPX is a trademark of Novell, Inc.
IPX is a trademark of Novell, Inc.
jBroker is a trademark of Novell, Inc.
IPX/SPX is a trademark of Novell, Inc.
Link Support Layer is a trademark of Novell, Inc.
jBroker is a trademark of Novell, Inc.
LSL is a trademark of Novell, Inc.
Link Support Layer is a trademark of Novell, Inc.
ManageWise is a registered trademark of Novell, Inc.,
in the United States and other countries. LSL is a trademark of Novell, Inc.
Mirrored Server Link is a trademark of Novell, Inc. ManageWise is a registered trademark of Novell, Inc.,
in the United States and other countries.
Mono is a registered trademark of Novell, Inc.
Mirrored Server Link is a trademark of Novell, Inc.
MSL is a trademark of Novell, Inc.
Mono is a registered trademark of Novell, Inc.
My World is a registered trademark of Novell, Inc. in
the United States. MSL is a trademark of Novell, Inc.
NCP is a trademark of Novell, Inc. My World is a registered trademark of Novell, Inc. in
the United States.
NDPS is a registered trademark of Novell, Inc.
NCP is a trademark of Novell, Inc.
NDS is a registered trademark of Novell, Inc. in the
United States and other countries. NDPS is a registered trademark of Novell, Inc.
NDS Manager is a trademark of Novell, Inc. NDS is a registered trademark of Novell, Inc. in the
United States and other countries.
NE2000 is a trademark of Novell, Inc.
NDS Manager is a trademark of Novell, Inc.
NetMail is a registered trademark of Novell, Inc.
NE2000 is a trademark of Novell, Inc.
NetWare is a registered trademark of Novell, Inc. in
the United States and other countries. NetMail is a registered trademark of Novell, Inc.
NetWare/IP is a trademark of Novell, Inc. NetWare is a registered trademark of Novell, Inc. in
the United States and other countries.
NetWare Core Protocol is a trademark of Novell, Inc.
NetWare/IP is a trademark of Novell, Inc.
NetWare Loadable Module is a trademark of Novell, Inc.
NetWare Core Protocol is a trademark of Novell, Inc.
NetWare Management Portal is a trademark of Novell,
Inc. NetWare Loadable Module is a trademark of Novell, Inc.
NetWare Name Service is a trademark of Novell, Inc. NetWare Management Portal is a trademark of Novell,
Inc.
NetWare Peripheral Architecture is a trademark of
Novell, Inc. NetWare Name Service is a trademark of Novell, Inc.
NetWare Requester is a trademark of Novell, Inc. NetWare Peripheral Architecture is a trademark of
Novell, Inc.
NetWare SFT and NetWare SFT III are trademarks of
Novell, Inc. NetWare Requester is a trademark of Novell, Inc.
NetWare SQL is a trademark of Novell, Inc. NetWare SFT and NetWare SFT III are trademarks of
Novell, Inc.
NetWire is a registered service mark of Novell, Inc.
in the United States and other countries. NetWare SQL is a trademark of Novell, Inc.
NLM is a trademark of Novell, Inc. NetWire is a registered service mark of Novell, Inc.
in the United States and other countries.
NMAS is a trademark of Novell, Inc.
NLM is a trademark of Novell, Inc.
NMS is a trademark of Novell, Inc.
NMAS is a trademark of Novell, Inc.
Novell is a registered trademark of Novell, Inc. in
the United States and other countries. NMS is a trademark of Novell, Inc.
Novell Application Launcher is a trademark of Novell, Novell is a registered trademark of Novell, Inc. in
Inc. the United States and other countries.
Novell Authorized Service Center is a service mark of Novell Application Launcher is a trademark of Novell,
Novell, Inc. Inc.
Novell Certificate Server is a trademark of Novell, Novell Authorized Service Center is a service mark of
Inc. Novell, Inc.
Novell Client is a trademark of Novell, Inc. Novell Certificate Server is a trademark of Novell,
Inc.
Novell Cluster Services is a trademark of Novell, Inc.
Novell Client is a trademark of Novell, Inc.
Novell Directory Services is a registered trademark of
Novell, Inc. Novell Cluster Services is a trademark of Novell, Inc.
Novell Distributed Print Services is a trademark of Novell Directory Services is a registered trademark of
Novell, Inc. Novell, Inc.
Novell iFolder is a registered trademark of Novell, Novell Distributed Print Services is a trademark of
Inc. Novell, Inc.
Novell Labs is a trademark of Novell, Inc. Novell iFolder is a registered trademark of Novell,
Inc.
Novell SecretStore is a registered trademark of
Novell, Inc. Novell Labs is a trademark of Novell, Inc.
Novell Security Attributes is a trademark of Novell, Novell SecretStore is a registered trademark of
Inc. Novell, Inc.
Novell Storage Services is a trademark of Novell, Inc. Novell Security Attributes is a trademark of Novell,
Inc.
Novell, Yes, Tested & Approved logo is a trademark of
Novell, Inc. Novell Storage Services is a trademark of Novell, Inc.
Nsure is a registered trademark of Novell, Inc. Novell, Yes, Tested & Approved logo is a trademark of
Novell, Inc.
Nterprise is a trademark of Novell, Inc.
Nsure is a registered trademark of Novell, Inc.
Nterprise Branch Office is a trademark of Novell, Inc.
Nterprise is a trademark of Novell, Inc.
ODI is a trademark of Novell, Inc.
Nterprise Branch Office is a trademark of Novell, Inc.
Open Data-Link Interface is a trademark of Novell,
Inc. ODI is a trademark of Novell, Inc.
Packet Burst is a trademark of Novell, Inc. Open Data-Link Interface is a trademark of Novell,
Inc.
PartnerNet is a registered service mark of Novell,
Inc. in the United States and other countries. Packet Burst is a trademark of Novell, Inc.
Printer Agent is a trademark of Novell, Inc. PartnerNet is a registered service mark of Novell,
Inc. in the United States and other countries.
QuickFinder is a trademark of Novell, Inc.
Printer Agent is a trademark of Novell, Inc.
Red Box is a trademark of Novell, Inc.
QuickFinder is a trademark of Novell, Inc.
Red Carpet is a registered trademark of Novell, Inc.
in the United States and other countries. Red Box is a trademark of Novell, Inc.
Sequenced Packet Exchange is a trademark of Novell, Red Carpet is a registered trademark of Novell, Inc.
Inc. in the United States and other countries.
SFT and SFT III are trademarks of Novell, Inc. Sequenced Packet Exchange is a trademark of Novell,
Inc.
SPX is a trademark of Novell, Inc.
SFT and SFT III are trademarks of Novell, Inc.
Storage Management Services is a trademark of Novell,
Inc. SPX is a trademark of Novell, Inc.
SUSE is a registered trademark of SUSE AG, a Novell Storage Management Services is a trademark of Novell,
business. Inc.
System V is a trademark of Novell, Inc. SUSE is a registered trademark of SUSE AG, a Novell
business.
Topology Specific Module is a trademark of Novell,
Inc. System V is a trademark of Novell, Inc.
Transaction Tracking System is a trademark of Novell, Topology Specific Module is a trademark of Novell,
Inc. Inc.
TSM is a trademark of Novell, Inc. Transaction Tracking System is a trademark of Novell,
Inc.
TTS is a trademark of Novell, Inc.
TSM is a trademark of Novell, Inc.
Universal Component System is a registered trademark
of Novell, Inc. TTS is a trademark of Novell, Inc.
Virtual Loadable Module is a trademark of Novell, Inc. Universal Component System is a registered trademark
of Novell, Inc.
VLM is a trademark of Novell, Inc.
Virtual Loadable Module is a trademark of Novell, Inc.
Yes Certified is a trademark of Novell, Inc.
VLM is a trademark of Novell, Inc.
ZENworks is a registered trademark of Novell, Inc. in
the United States and other countries. Yes Certified is a trademark of Novell, Inc.
ZENworks is a registered trademark of Novell, Inc. in
All third-party trademarks are the property of their the United States and other countries.
respective owners.
All third-party trademarks are the property of their
respective owners.

Binary file not shown.

Binary file not shown.

View File

@ -27,30 +27,30 @@
} }
"Entry" "Entry"
{ {
"MsmKey" = "8:_9207227947414C14898297AC63F46E29"
"OwnerKey" = "8:_8A1A4BA980A9443DBCD4DE4ACDA8F19A"
"MsmSig" = "8:_UNDEFINED"
}
"Entry"
{
"MsmKey" = "8:_93A5D480D91747B086FD13789A12978B" "MsmKey" = "8:_93A5D480D91747B086FD13789A12978B"
"OwnerKey" = "8:_UNDEFINED" "OwnerKey" = "8:_UNDEFINED"
"MsmSig" = "8:_UNDEFINED" "MsmSig" = "8:_UNDEFINED"
} }
"Entry" "Entry"
{ {
"MsmKey" = "8:_B7854B6508FE4E66BF85ED0BEB0ECABD"
"OwnerKey" = "8:_8A1A4BA980A9443DBCD4DE4ACDA8F19A"
"MsmSig" = "8:_UNDEFINED"
}
"Entry"
{
"MsmKey" = "8:_B7854B6508FE4E66BF85ED0BEB0ECABD"
"OwnerKey" = "8:_D1641051214046F78EDF37DC13C414ED"
"MsmSig" = "8:_UNDEFINED"
}
"Entry"
{
"MsmKey" = "8:_D1641051214046F78EDF37DC13C414ED" "MsmKey" = "8:_D1641051214046F78EDF37DC13C414ED"
"OwnerKey" = "8:_UNDEFINED" "OwnerKey" = "8:_UNDEFINED"
"MsmSig" = "8:_UNDEFINED" "MsmSig" = "8:_UNDEFINED"
} }
"Entry" "Entry"
{ {
"MsmKey" = "8:_E35BEED5DB5C40DEA9E35CF3DDB0FF3F"
"OwnerKey" = "8:_D1641051214046F78EDF37DC13C414ED"
"MsmSig" = "8:_UNDEFINED"
}
"Entry"
{
"MsmKey" = "8:_EF467E7BEF8E4109BAD7E2FE47508D13" "MsmKey" = "8:_EF467E7BEF8E4109BAD7E2FE47508D13"
"OwnerKey" = "8:_UNDEFINED" "OwnerKey" = "8:_UNDEFINED"
"MsmSig" = "8:_UNDEFINED" "MsmSig" = "8:_UNDEFINED"
@ -250,13 +250,13 @@
{ {
"Name" = "8:Microsoft Visual Studio" "Name" = "8:Microsoft Visual Studio"
"ProductName" = "8:CASA" "ProductName" = "8:CASA"
"ProductCode" = "8:{5F99F310-C7DA-4FFB-B94E-300935CB90D5}" "ProductCode" = "8:{81ED9451-C813-4EF3-8BB1-B01F1A3EE945}"
"PackageCode" = "8:{D135B9FB-749E-41F0-AF0D-AFB8F820DE3B}" "PackageCode" = "8:{E220CF63-64A6-4855-867F-0AE8CCE8E917}"
"UpgradeCode" = "8:{DFD8B8A0-EA51-4202-831C-7CD2B90A63AE}" "UpgradeCode" = "8:{DFD8B8A0-EA51-4202-831C-7CD2B90A63AE}"
"RestartWWWService" = "11:FALSE" "RestartWWWService" = "11:FALSE"
"RemovePreviousVersions" = "11:TRUE" "RemovePreviousVersions" = "11:TRUE"
"DetectNewerInstalledVersion" = "11:TRUE" "DetectNewerInstalledVersion" = "11:TRUE"
"ProductVersion" = "8:1.5.159" "ProductVersion" = "8:1.5.162"
"Manufacturer" = "8:Novell" "Manufacturer" = "8:Novell"
"ARPHELPTELEPHONE" = "8:" "ARPHELPTELEPHONE" = "8:"
"ARPHELPLINK" = "8:" "ARPHELPLINK" = "8:"
@ -730,16 +730,24 @@
} }
"MergeModule" "MergeModule"
{ {
"{35A69C6E-5BA4-440D-803D-762B59A45393}:_B7854B6508FE4E66BF85ED0BEB0ECABD" "{35A69C6E-5BA4-440D-803D-762B59A45393}:_9207227947414C14898297AC63F46E29"
{ {
"UseDynamicProperties" = "11:TRUE" "UseDynamicProperties" = "11:TRUE"
"IsDependency" = "11:TRUE" "IsDependency" = "11:TRUE"
"SourcePath" = "8:dotnetfxredist_x86.msm" "SourcePath" = "8:dotnetfxredist_x86.msm"
"Properties" "LanguageId" = "3:0"
{ "Exclude" = "11:FALSE"
} "Folder" = "8:"
"LanguageId" = "3:1033" "Feature" = "8:"
"Exclude" = "11:TRUE" "IsolateTo" = "8:"
}
"{35A69C6E-5BA4-440D-803D-762B59A45393}:_E35BEED5DB5C40DEA9E35CF3DDB0FF3F"
{
"UseDynamicProperties" = "11:TRUE"
"IsDependency" = "11:TRUE"
"SourcePath" = "8:dotnetfxredist_x86.msm"
"LanguageId" = "3:0"
"Exclude" = "11:FALSE"
"Folder" = "8:" "Folder" = "8:"
"Feature" = "8:" "Feature" = "8:"
"IsolateTo" = "8:" "IsolateTo" = "8:"