- Bug 136221, workaround in CASA.spec file were removed because they were not changes for supported intended use of the product. Instead the readme was updated.
This commit is contained in:
parent
1d3894562f
commit
604aa1f1e0
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Dec 2 15:11:49 MST 2005 - cmashayekhi@novell.com
|
||||||
|
|
||||||
|
- Bug 136221, workaround in CASA.spec file were removed because
|
||||||
|
they were not changes for supported intended use of the
|
||||||
|
product. Instead the readme was updated.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Dec 02 10:34:02 MST 2005 - jnorman@novell.com
|
Fri Dec 02 10:34:02 MST 2005 - jnorman@novell.com
|
||||||
|
|
||||||
|
841
doc/Readme.txt
841
doc/Readme.txt
@ -1,419 +1,422 @@
|
|||||||
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
|
- miCASAd: An active component that starts during
|
||||||
boot time. On Linux, miCASAd is available in the
|
boot time. On Linux, miCASAd is available in the
|
||||||
run-levels 1, 2, 3 and 5. It runs with root
|
run-levels 1, 2, 3 and 5. It runs with root
|
||||||
privileges and is active as long as the system is
|
privileges and is active as long as the system is
|
||||||
up. It stores and provides credentials or secrets
|
up. It stores and provides credentials or secrets
|
||||||
based on the Linux user identifier (uid) of the
|
based on the Linux user identifier (uid) of the
|
||||||
process that makes the IDK API calls. The
|
process that makes the IDK API calls. The
|
||||||
credentials, which are stored by applications in
|
credentials, which are stored by applications in
|
||||||
miCASAd, are maintained only in memory for the
|
miCASAd, are maintained only in memory for the
|
||||||
first release. Session-based secrets implies
|
first release. Session-based secrets implies
|
||||||
secrets that are stored in an in-memory cache, are
|
secrets that are stored in an in-memory cache, are
|
||||||
available only as long as the user is in session on
|
available only as long as the user is in session on
|
||||||
the desktop, and are destroyed when miCASA daemon
|
the desktop, and are destroyed when miCASA daemon
|
||||||
is restarted or the user logs off.
|
is restarted or the user logs off.
|
||||||
Any PAM module that uses the IDK APIs must set its
|
Any PAM module that uses the IDK APIs must set its
|
||||||
effective user id temporarily to that of the user
|
effective user id temporarily to that of the user
|
||||||
logging in (the user returned by calling
|
logging in (the user returned by calling
|
||||||
pam_get_user()), if the credentials need to be
|
pam_get_user()), if the credentials need to be
|
||||||
stored against that user. There might be cases
|
stored against that user. There might be cases
|
||||||
where the user obtained through pam_get_user()
|
where the user obtained through pam_get_user()
|
||||||
might not be the one against whom the PAM module
|
might not be the one against whom the PAM module
|
||||||
actually intends to store credentials.
|
actually intends to store credentials.
|
||||||
|
|
||||||
- Login Credential Capture Module: On Linux, the
|
- Login Credential Capture Module: On Linux, the
|
||||||
login credential capture module is implemented as a
|
login credential capture module is implemented as a
|
||||||
PAM module. This PAM module captures the user's
|
PAM module. This PAM module captures the user's
|
||||||
desktop login credentials and stores them in
|
desktop login credentials and stores them in
|
||||||
miCASAd using the IDK APIs. This PAM module is
|
miCASAd using the IDK APIs. This PAM module is
|
||||||
placed as the last module in the auth and session
|
placed as the last module in the auth and session
|
||||||
stacks of xdm, gdm, kdm, login and sshd PAM
|
stacks of xdm, gdm, kdm, login and sshd PAM
|
||||||
configuration files. In the auth stack, the
|
configuration files. In the auth stack, the
|
||||||
functionality of this module is to store the
|
functionality of this module is to store the
|
||||||
credentials in miCASAd and in the session
|
credentials in miCASAd and in the session
|
||||||
stack, then closes the user's session with miCASAd.
|
stack, then closes the user's session with miCASAd.
|
||||||
|
|
||||||
|
|
||||||
2.0 Documentation
|
2.0 Documentation
|
||||||
|
|
||||||
To read or print the documentation, you need Adobe
|
To read or print the documentation, you need Adobe
|
||||||
Acrobat Reader 4.0
|
Acrobat Reader 4.0
|
||||||
(http://www.adobe.com/prodindex/acrobat/readstep.html)
|
(http://www.adobe.com/prodindex/acrobat/readstep.html)
|
||||||
.
|
.
|
||||||
|
|
||||||
The document in this download was created as a
|
The document in this download was created as a
|
||||||
standalone file; therefore, links to files in other
|
standalone file; therefore, links to files in other
|
||||||
downloads will not resolve.
|
downloads will not resolve.
|
||||||
|
|
||||||
The download includes a single file: casa_enu.pdf in
|
The download includes a single file: casa_enu.pdf in
|
||||||
the [install directory]\NDK\doc\casa directory.
|
the [install directory]\NDK\doc\casa directory.
|
||||||
|
|
||||||
|
|
||||||
3.0 Known issues
|
3.0 Known issues
|
||||||
|
|
||||||
- Secrets with IDs using reserved characters may fail.
|
- Secrets with IDs using reserved characters may fail.
|
||||||
These will be fixed in a future release. Reserved
|
These will be fixed in a future release. Reserved
|
||||||
characters are
|
characters are
|
||||||
:
|
:
|
||||||
\
|
\
|
||||||
|
|
||||||
- CASA Manager might report an error stating that
|
- CASA Manager might report an error stating that
|
||||||
miCASA Services are not available when selecting
|
miCASA Services are not available when selecting
|
||||||
the 'File' option on the main menu. This problem
|
the 'File' option on the main menu. This problem
|
||||||
is resolved by upgrading mono to the latest version
|
is resolved by upgrading mono to the latest version
|
||||||
(1.1.9 or later) available for download at
|
(1.1.9 or later) available for download at
|
||||||
http://www.mono-project.com/Downloads.
|
http://www.mono-project.com/Downloads.
|
||||||
|
|
||||||
|
- 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.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -25,11 +25,6 @@ Source: %{name}-%{version}.tar.bz2
|
|||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
requires: mono >= 1.1.7
|
requires: mono >= 1.1.7
|
||||||
ExclusiveArch: %ix86 x86_64
|
ExclusiveArch: %ix86 x86_64
|
||||||
%ifarch x86_64
|
|
||||||
ExcludeArch: %ix86
|
|
||||||
%else
|
|
||||||
ExcludeArch: x86_64
|
|
||||||
%endif
|
|
||||||
#NoSource: 0
|
#NoSource: 0
|
||||||
|
|
||||||
%description
|
%description
|
||||||
|
@ -25,11 +25,6 @@ Source: %{name}-%{version}.tar.bz2
|
|||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
requires: mono >= 1.1.7
|
requires: mono >= 1.1.7
|
||||||
ExclusiveArch: %ix86 x86_64
|
ExclusiveArch: %ix86 x86_64
|
||||||
%ifarch x86_64
|
|
||||||
ExcludeArch: %ix86
|
|
||||||
%else
|
|
||||||
ExcludeArch: x86_64
|
|
||||||
%endif
|
|
||||||
#NoSource: 0
|
#NoSource: 0
|
||||||
|
|
||||||
%description
|
%description
|
||||||
|
Loading…
Reference in New Issue
Block a user