Novell LDAP Proxy Server
|
|
|
- Amice Barrett
- 10 years ago
- Views:
Transcription
1 AUTHORIZED DOCUMENTATION Best Features Guide Novell LDAP Proxy Server 1.0 October
2 Legal Notices 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. Further, Novell, Inc. makes no representations or warranties with respect to any 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. Any products or technical information provided under this Agreement may be subject to U.S. export controls and the trade laws of other countries. You agree to comply with all export control regulations and to obtain any required licenses or classification to export, re-export or import deliverables. You agree not to export or re-export to entities on the current U.S. export exclusion lists or to any embargoed or terrorist countries as specified in the U.S. export laws. You agree to not use deliverables for prohibited nuclear, missile, or chemical biological weaponry end uses. See the Novell International Trade Services Web page ( for more information on exporting Novell software. Novell assumes no responsibility for your failure to obtain any necessary export approvals. Copyright 2011 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. Novell, Inc. 404 Wyman Street, Suite 500 Waltham, MA U.S.A. Online Documentation: To access the latest online documentation for this and other Novell products, see the Novell Documentation Web page ( Novell Trademarks For Novell trademarks, see the Novell Trademark and Service Mark list ( trademarks/tmlist.html). Third-Party Materials All third-party trademarks are the property of their respective owners.
3
4 4 Novell LDAP Proxy Server 1.0 Best Features Guide
5 Contents About This Guide 7 1 An Overview of the LDAP Proxy Server Need for the LDAP Proxy Features Ease of deployment LDAP Proxy 1.0 as a Load Balancer Fault Tolerance Flexible to act as a SSL-izer and as a Forward Proxy Unique message processing layer in the architecture Basic Functioning of LDAP Proxy Organization of the Configuration file Basic Functioning of the LDAP Proxy The Configuration File Proxy as a Load Balancer Configuring the Listener Configuring the Back-end Server Configuring the Proxy to Function as a Load Balancer Introduction to the Proxy Policies 15 5 Client Network Policy, Directory Firewall 17 6 Operation Network Policy 19 7 Map Scheme Policy 21 8 Request Route Policy 23 Contents 5
6 6 Novell LDAP Proxy Server 1.0 Best Features Guide
7 About This Guide The Novell LDAP Proxy 1.0 Best Practices Guide discusses some good practices that can be followed while running Novell LDAP Proxy in your environment. The guide is organized into the following sections: Chapter 1, An Overview of the LDAP Proxy Server, on page 9 Chapter 2, Basic Functioning of LDAP Proxy, on page 11 Chapter 3, Proxy as a Load Balancer, on page 13 Chapter 4, Introduction to the Proxy Policies, on page 15 Chapter 5, Client Network Policy, Directory Firewall, on page 17 Chapter 6, Operation Network Policy, on page 19 Chapter 7, Map Scheme Policy, on page 21 Chapter 8, Request Route Policy, on page 23 Audience This guide is intended for network administrators. Feedback We want to hear your comments and suggestions about this manual and the other documentation included with this product. Please use the User Comments feature at the bottom of each page of the online documentation. Documentation Updates For the most recent version of the Novell LDAP Proxy 1.0 Best Practices Guide, visit the Novell Documentation Web site ( Additional Documentation For additional Novell LDAP Proxy 1.0 documentation, refer to the following guides: Novell LDAP Proxy 1.0 Administration Guide Novell LDAP Proxy 1.0 Installation Guide Novell LDAP Proxy 1.0 Linux Readme Documentation Conventions In Novell documentation, a greater-than symbol (>) is used to separate actions within a step and items in a cross-reference path. About This Guide 7
8 8 Novell LDAP Proxy Server 1.0 Best Features Guide
9 1An Overview of the LDAP Proxy Server 1 Novell's LDAP Proxy 1.0 is a versatile product that is used to enhance an existing directory infrastructure. The LDAP Proxy 1.0 improves the security, the scalability, and the reliability of any directory infrastructure. 1.1 Need for the LDAP Proxy 1.0 The LDAP Proxy server helps to overcome certain handicaps that arise as a result of connecting directly to a directory server. Novell's LDAP Proxy 1.0 acts like a directory firewall by protecting the directory servers from furnishing information to clients from un-trusted networks and by regulating requests and responses based on certain parameters. The LDAP Proxy Server achieves improvements on the reliability and the scalability by balancing the load between any set of replica servers and by efficient fault tolerance mechanisms. 1.2 Features This section gives a brief insight into the features of LDAP Proxy Ease of deployment Novell's LDAP Proxy Server is completely transparent to a client and is extremely easy to deploy and manage LDAP Proxy 1.0 as a Load Balancer To improve the scalability and the performance of a directory infrastructure, in stressful scenarios, Novell's LDAP Proxy 1.0 could be configured to act as a load balancer. As a load balancer, the LDAP Proxy 1.0 distributes the load among configured back-end group of servers. The distribution is governed by the algorithm configured by the user. In general, a connection based round robin algorithm based on priority is used to distribute the load. The LDAP Proxy 1.0 could also route requests based on the namespace Fault Tolerance Novell's LDAP Proxy 1.0 groups clients based on certain criteria. Each of these groupings is identified as a role and intuitive policies, configured in the LDAP Proxy Server, govern the roles. A directory server is assumed to be unavailable because, The connection attempt returns an error, or The connection has timed out, or The directory server is unhealthy An Overview of the LDAP Proxy Server 9
10 In such scenarios, the LDAP Proxy Detects the unavailability of the directory server 2. Identifies another server that can cater to the identified client role 3. Routes the connection to this newly identified server Flexible to act as a SSL-izer and as a Forward Proxy The LDAP Proxy 1.0 is designed to act as both, 1. A simple forward proxy that merely regulates the traffic to a directory server 2. A complex SSL-izer that imparts high security to the directory server Unique message processing layer in the architecture The LDAP Proxy 1.0 s architecture comprises of a message processing layer that handles client requests based on certain effective policies. These policies define conditions, and actions based on the evaluation of the conditions. The message processor takes care of placing search restrictions, connection restrictions, and operation restrictions on incoming client requests. 10 Novell LDAP Proxy Server 1.0 Best Features Guide
11 2Basic Functioning of LDAP Proxy 2 After the LDAP Proxy 1.0 is installed in your system, the LDAP Proxy 1.0 has to be configured before starting it. When LDAP Proxy 1.0 is installed, the proxy s rpm creates a directory called conf in your system. The configuration file is an xml file present in this conf directory. To configure the LDAP Proxy 1.0, to work in accordance with your needs, you have to edit the xml file present in the conf directory. This section of the document describes the various elements of the xml (configuration) file. 2.1 Organization of the Configuration file Prior to analyzing how the configuration file is organized it is important to understand the basic functioning of the LDAP Proxy Basic Functioning of the LDAP Proxy The LDAP Proxy 1.0 acts as a mediator between the network and the directory servers with the aim of improving the performance of the directory servers. It listens for requests from the network, establishes the identity of the incoming requests, based on the identity processes the client requests, decides to which back-end server group the processed request is to be forwarded and forwards the request to the identified back-end server group. The uniqueness of LDAP Proxy 1.0 lies in transforming the incoming request based on identity. To transform the incoming requests certain effective policies are applied to the requests The Configuration File The proxy configuration should define, The interfaces the proxy is going to listen on; this definition should also include the protocols to be used for listening. The mechanism for establishing the identity of the incoming requests. The back-end servers to which the incoming requests could be forwarded. The back-end server grouping; this definition states how the proxy is to achieve load balancing. The policies to be applied to the incoming requests. Basic Functioning of LDAP Proxy 11
12 12 Novell LDAP Proxy Server 1.0 Best Features Guide
13 3Proxy as a Load Balancer 3 To improve the scalability and the performance of a directory infrastructure, in stressful scenarios, Novell's LDAP Proxy 1.0 could be configured to act as a load balancer. As a load balancer, the LDAP Proxy 1.0 distributes the load among configured back-end group of servers. The distribution is governed by the algorithm configured by the user. In general, a connection based round robin algorithm based on priority is used to distribute the load. The LDAP Proxy 1.0 could also route requests based on the namespace. 3.1 Configuring the Listener A listener is where the LDAP Proxy 1.0 listens for incoming requests. The proxy is capable of listening on multiple sources. Any number of listeners can be configured for the LDAP Proxy 1.0. The listener can be a port- secure or unsecure, or an interface. The list-listener section of the configuration file, lists all the listeners configured for the proxy. You can add any number of listeners to this list. Each listener should have, 1. An identity to identify the listener. 2. A service section that specifies, The protocol the listener is going to follow to listen for requests. The port or the interface on which the listener is going to listen for requests. 3. At the least one request route policy that states where the incoming requests have to be forwarded to. 3.2 Configuring the Back-end Server A back-end server is a directory server to which the LDAP Proxy 1.0 is connected. The LDAP Proxy 1.0 intercepts the requests to the back-end servers and transforms the requests based on certain policies and then forwards the transformed requests to the back-end servers, thereby improving the performance of the directory servers. A minimum of two back-end servers have to be configured for the LDAP Proxy 1.0. This facilitates load balancing and fault tolerance. A health check has to be periodically performed on the directory server to identify any performance degradation. The list-backend-server section of the configuration file, lists all the back-end servers configured for the proxy. You can add any number of servers to this list. Each back-end server configuration should have, 1. An identity to identify the back-end server. Proxy as a Load Balancer 13
14 2. A service section that specifies, The protocol the directory server is going to follow to receive requests. The port or the interface through which the directory server would receive the requests from the LDAP Proxy A health check section that specifies the kind of request to be sent to the directory server to check if it is functioning properly. If this section is not specified then the server s health is monitored by sending a simple bind request. If the server responds within 7200 seconds then the server is assumed to be performing normally. 3.3 Configuring the Proxy to Function as a Load Balancer The back-end servers configured using the LDAP Proxy 1.0 could be grouped together for the purpose of balancing the load between the servers. Currently connection based load balancing is supported by the LDAP Proxy 1.0. The back-end servers that are grouped together have to be replicas of each other. In connection based load balancing the maximum number of connections to the back-end server and the capability of each server is taken into account and based on these two factors the load is shared between the back-end servers in a group. 14 Novell LDAP Proxy Server 1.0 Best Features Guide
15 4Introduction to the Proxy Policies 4 The policies configured in the LDAP Proxy 1.0 act as the message processing centers. The policies enable the LDAP Proxy 1.0 to analyze the incoming requests and based on the rules defined while configuring the policies, the LDAP Proxy acts upon these incoming requests. Any number of policies could be configured for the LDAP Proxy 1.0. Every policy has a rule associated with it. The rule has a condition part and an action part. For every rule, if the condition part evaluates to true then a specified action is performed else a default action is performed. You can configure five types of policies in LDAP Proxy. They are, 1. Client Network Policy 2. Operation Restriction Policy 3. Map Schema Policy 4. Request Route Policy 5. Search Request Policy The list-policy section of the configuration file lists all the policies configured for the LDAP Proxy 1.0. You can add any number of policies to this list. Every policy should have a rule section. This rule section comprises, A condition that the incoming request has to be checked for. An action that has to be performed on the incoming request if the condition evaluates to true. A default action that has to be performed if the condition evaluates to false. Introduction to the Proxy Policies 15
16 16 Novell LDAP Proxy Server 1.0 Best Features Guide
17 5Client Network Policy, Directory Firewall 5 The Client Network Policy is an optional policy. This policy is the most restrictive of all the policies and hence is applied to the incoming request before any other policy. This policy is applicable to all the clients. This policy establishes from which client the incoming request is received and based on the identity of the client decides if that request from that client has to be allowed or not. By this functionality the Client Network Policy acts as a directory firewall. Client Network Policy, Directory Firewall 17
18 18 Novell LDAP Proxy Server 1.0 Best Features Guide
19 6Operation Network Policy 6 The operation restriction policy is used to restrict the functions an incoming request could perform on a directory structure, based on the identity of the request. This policy is tied with the Request Route Policy that establishes the identity of an incoming request. Once the identity of the request is established, this policy checks the message type of the incoming requests. If the message type matches any of the types specified in the conditions section of the Operation Restriction Policy, then this policy rejects such requests. Operation Network Policy 19
20 20 Novell LDAP Proxy Server 1.0 Best Features Guide
21 7Map Scheme Policy 7 The Map Schema Policy is used to enable every user to get a user specific view of the directory information. Theimportance of this policy is that the application need not change for the sake of the directory. If there is an incoming request that contains certain attributes whose naming conventions are not similar to the ones used in the directory,then this policy could be configured to change the incoming request so that the directory understands the request. The incoming request is changed by mapping the attributes and the object classes of the request to attributes and object classes that can be comprehended by the directory server. Map Scheme Policy 21
22 22 Novell LDAP Proxy Server 1.0 Best Features Guide
23 8Request Route Policy 8 This policy is used to bind the listener configuration, the back-end server configuration, and the other policies. The condition in the request route policy determines the identity of an incoming request. Based on the identity, the request route policy performs an action on the incoming request. This action could include transforming the incoming request by applying some other policy. The request route policy has no default action. If the request route policy is unable to establish the identity of an incoming request then that request is ignored. For every listener configured there should be at the least one request route policy associated with the listener. For each listener any number of request route policies could be configured. The most restrictive request route policy should be applied first to the request coming in through the listener. Request Route Policy 23
24 24 Novell LDAP Proxy Server 1.0 Best Features Guide
Mobile App Quick Start
www.novell.com/documentation Mobile App Quick Start Service Desk Mobile App 1.0 November 2013 Legal Notices Novell, Inc., makes no representations or warranties with respect to the contents or use of this
Novell SUSE Linux Enterprise Virtual Machine Driver Pack
SLES 10 Virtual Machine Drivers for Windows on Xen Novell SUSE Linux Enterprise Virtual Machine Driver Pack 10 September 10, 2007 SUSE DRIVERS FOR WINDOWS* ON XEN* www.novell.com Legal Notices Novell,
ZENworks Mobile Management 3.0.x Deployment Quick Start
ZENworks Mobile Management 3.0.x Deployment Quick Start September 2014 This Quick Start helps you deploy ZENworks Mobile Management in your environment. It includes the following sections: Install Your
Novell Identity Manager
Password Management Guide AUTHORIZED DOCUMENTATION Novell Identity Manager 3.6.1 June 05, 2009 www.novell.com Identity Manager 3.6.1 Password Management Guide Legal Notices Novell, Inc. makes no representations
Novell Identity Manager Resource Kit
AUTHORIZED DOCUMENTATION Installation Guide for SUSE Linux Enterprise Server 10 SP2 Novell Identity Manager Resource Kit 1.2 August 17, 2009 www.novell.com Identity Manager Resource Kit 1.2 Installation
Novell Open Workgroup Suite Small Business Edition Helpdesk
Administration Guide AUTHORIZED DOCUMENTATION Novell Open Workgroup Suite Small Business Edition Helpdesk 2.5 June 1, 2009 www.novell.com Helpdesk Administration Guide Legal Notices Novell, Inc. makes
Novell Access Manager
J2EE Agent Guide AUTHORIZED DOCUMENTATION Novell Access Manager 3.1 SP3 February 02, 2011 www.novell.com Novell Access Manager 3.1 SP3 J2EE Agent Guide Legal Notices Novell, Inc., makes no representations
Novell Identity Manager Driver for Remedy Action Request System (ARS)
Novell Identity Manager Driver for Remedy Action Request System (ARS) 1.1 www.novell.com June 05, 2009 DRIVER GUIDE 1/18 Legal Notices Novell, Inc. makes no representations or warranties with respect to
High Availability Configuration
www.novell.com/documentation High Availability Configuration ZENworks Mobile Management 3.2.x September 2015 Legal Notices Novell, Inc., makes no representations or warranties with respect to the contents
www.novell.com/documentation Jobs Guide Identity Manager 4.0.1 February 10, 2012
www.novell.com/documentation Jobs Guide Identity Manager 4.0.1 February 10, 2012 Legal Notices Novell, Inc. makes no representations or warranties with respect to the contents or use of this documentation,
NOVELL ZENWORKS ENDPOINT SECURITY MANAGEMENT
You can read the recommendations in the user, the technical or the installation for NOVELL ZENWORKS ENDPOINT SECURITY MANAGEMENT 4.0. You'll find the answers to all your questions on the NOVELL ZENWORKS
www.novell.com/documentation Server Installation ZENworks Mobile Management 2.7.x August 2013
www.novell.com/documentation Server Installation ZENworks Mobile Management 2.7.x August 2013 Legal Notices Novell, Inc., makes no representations or warranties with respect to the contents or use of this
NDK: Novell edirectory Core Services. novdocx (en) 24 April 2008. Novell Developer Kit. www.novell.com NOVELL EDIRECTORY TM CORE SERVICES.
NDK: Novell edirectory Core Services Novell Developer Kit www.novell.com June 2008 NOVELL EDIRECTORY TM CORE SERVICES Legal Notices Novell, Inc. makes no representations or warranties with respect to the
Novell Distributed File Services Administration Guide
www.novell.com/documentation Novell Distributed File Services Administration Guide Open Enterprise Server 11 SP2 January 2014 Legal Notices Novell, Inc., makes no representations or warranties with respect
Software Distribution Reference
www.novell.com/documentation Software Distribution Reference ZENworks 11 Support Pack 3 July 2014 Legal Notices Novell, Inc., makes no representations or warranties with respect to the contents or use
Server Installation Guide ZENworks Patch Management 6.4 SP2
Server Installation Guide ZENworks Patch Management 6.4 SP2 02_016N 6.4SP2 Server Installation Guide - 2 - Notices Version Information ZENworks Patch Management Server Installation Guide - ZENworks Patch
www.novell.com/documentation User Guide Novell iprint 1.1 March 2015
www.novell.com/documentation User Guide Novell iprint 1.1 March 2015 Legal Notices Novell, Inc., makes no representations or warranties with respect to the contents or use of this documentation, and specifically
Novell Identity Manager
AUTHORIZED DOCUMENTATION Manual Task Service Driver Implementation Guide Novell Identity Manager 4.0.1 April 15, 2011 www.novell.com Legal Notices Novell, Inc. makes no representations or warranties with
Database Management Reference
www.novell.com/documentation Database Management Reference ZENworks 11 October 2013 Legal Notices Novell, Inc., makes no representations or warranties with respect to the contents or use of this documentation,
Installation and Configuration Guide
www.novell.com/documentation Installation and Configuration Guide GroupWise Coexistence Solution for Exchange November 2015 Legal Notices Novell, Inc., makes no representations or warranties with respect
www.novell.com/documentation Administration Guide Messenger 2.2 July 30, 2013
www.novell.com/documentation Administration Guide Messenger 2.2 July 30, 2013 Legal Notices Novell, Inc. makes no representations or warranties with respect to the contents or use of this documentation,
Asset Management Reference
www.novell.com/documentation Asset Management Reference ZENworks 11 Support Pack 2 October 2013 Legal Notices Novell, Inc., makes no representations or warranties with respect to the contents or use of
www.novell.com/documentation Administration Guide Messenger 3.0 February 2015
www.novell.com/documentation Administration Guide Messenger 3.0 February 2015 Legal Notices Novell, Inc. makes no representations or warranties with respect to the contents or use of this documentation,
Certificate Management
www.novell.com/documentation Certificate Management ZENworks Mobile Management 3.1.x August 2015 Legal Notices Novell, Inc., makes no representations or warranties with respect to the contents or use of
For Active Directory Installation Guide
For Active Directory Installation Guide Version 2.5.2 April 2010 Copyright 2010 Legal Notices makes no representations or warranties with respect to the contents or use of this documentation, and specifically
SSL Management Reference
www.novell.com/documentation SSL Management Reference ZENworks 11 Support Pack 4 July 2015 Legal Notices Novell, Inc., makes no representations or warranties with respect to the contents or use of this
System Administration Guide
www.novell.com/documentation System Administration Guide Data Synchronizer 1.2 August 22, 2012 Legal Notices Novell, Inc. makes no representations or warranties with respect to the contents or use of this
Audit Management Reference
www.novell.com/documentation Audit Management Reference ZENworks 11 Support Pack 3 February 2014 Legal Notices Novell, Inc., makes no representations or warranties with respect to the contents or use of
Asset Inventory Reference
www.novell.com/documentation Asset Inventory Reference ZENworks 11 Support Pack 3 July 2014 Legal Notices Novell, Inc., makes no representations or warranties with respect to the contents or use of this
Installation Guide. Novell Storage Manager 3.1.1 for Active Directory. Novell Storage Manager 3.1.1 for Active Directory Installation Guide
Novell Storage Manager 3.1.1 for Active Directory Installation Guide www.novell.com/documentation Installation Guide Novell Storage Manager 3.1.1 for Active Directory October 17, 2013 Legal Notices Condrey
Password Management Guide
www.novell.com/documentation Management Guide Identity Manager 4.0.2 June 2012 Legal Notices Novell, Inc. makes no representations or warranties with respect to the contents or use of this documentation,
www.novell.com/documentation Policy Guide Access Manager 3.1 SP5 January 2013
www.novell.com/documentation Policy Guide Access Manager 3.1 SP5 January 2013 Legal Notices Novell, Inc., makes no representations or warranties with respect to the contents or use of this documentation,
Novell ZENworks 10 Configuration Management SP3
AUTHORIZED DOCUMENTATION Software Distribution Reference Novell ZENworks 10 Configuration Management SP3 10.3 November 17, 2011 www.novell.com Legal Notices Novell, Inc., makes no representations or warranties
System Planning, Deployment, and Best Practices Guide
www.novell.com/documentation System Planning, Deployment, and Best Practices Guide ZENworks Application Virtualization 9.0 February 22, 2012 Legal Notices Novell, Inc., makes no representations or warranties
Administration Quick Start
www.novell.com/documentation Administration Quick Start ZENworks 11 Support Pack 3 February 2014 Legal Notices Novell, Inc., makes no representations or warranties with respect to the contents or use of
Administration Guide. Novell Storage Manager 3.1.1 for Active Directory. Novell Storage Manager 3.1.1 for Active Directory Administration Guide
Novell Storage Manager 3.1.1 for Active Directory Administration Guide www.novell.com/documentation Administration Guide Novell Storage Manager 3.1.1 for Active Directory October 17, 2013 Legal Notices
ATT8367-Novell GroupWise 2014 and the Directory Labs
ATT8367-Novell GroupWise 2014 and the Directory Labs ATT8367 Novell Training Services AUTHORIZED COURSEWARE www.novell.com Legal Notices Novell, Inc., makes no representations or warranties with respect
How To Manage Storage With Novell Storage Manager 3.X For Active Directory
www.novell.com/documentation Installation Guide Novell Storage Manager 4.1 for Active Directory September 10, 2015 Legal Notices Condrey Corporation makes no representations or warranties with respect
www.novell.com/documentation Administration Guide GroupWise Mobility Service 2.1 February 2015
www.novell.com/documentation Administration Guide GroupWise Mobility Service 2.1 February 2015 Legal Notices Novell, Inc. makes no representations or warranties with respect to the contents or use of this
2 Installing Privileged User Manager 2.3
NetIQ Privileged User Manager 2.3.2 Release Notes January, 2013 1 Documentation The following sources provide information about Privileged User Manager: Privileged User Manager 2.3 Documentation Site (http://www.novell.com/documentation/
Remote Management Reference
www.novell.com/documentation Remote Management Reference ZENworks 11 Support Pack 3 2014 Legal Notices Novell, Inc., makes no representations or warranties with respect to the contents or use of this documentation,
2 Downloading Access Manager 3.1 SP4 IR1
Novell Access Manager 3.1 SP4 IR1 Readme May 2012 Novell This Readme describes the Novell Access Manager 3.1 SP4 IR1 release. Section 1, Documentation, on page 1 Section 2, Downloading Access Manager 3.1
www.novell.com/documentation Administration Guide Modular Authentication Services (NMAS) 3.3.4 April 2013
www.novell.com/documentation Administration Guide Modular Authentication Services (NMAS) 3.3.4 April 2013 Legal Notices Novell, Inc., makes no representations or warranties with respect to the contents
NetIQ Operations Center 5: The Best IT Management Tool in the World Lab
NetIQ Operations Center 5: The Best IT Management Tool in the World Lab NIQ08 Novell Training Services ATT LIVE 2012 LAS VEGAS www.novell.com Legal Notices Novell, Inc., makes no representations or warranties
Installation and Configuration Guide
www.novell.com/documentation Installation and Configuration Guide GroupWise Coexistence Solution for Exchange August 2014 Legal Notices Novell, Inc., makes no representations or warranties with respect
This Readme includes information pertaining to Novell Service Desk 7.0.
Novell Service Desk 7.0 November 14, 2012 Novell Novell Service Desk is a complete service management solution that allows you to easily monitor and solve services issues so that there is minimal disruption
Remote Management Reference
www.novell.com/documentation Remote Management Reference ZENworks 11 Support Pack 2 October 2013 Legal Notices Novell, Inc., makes no representations or warranties with respect to the contents or use of
User Application: Design Guide
www.novell.com/documentation User Application: Design Guide Designer for Identity Manager Roles Based Provisioning Tools 4.0.2 June 15, 2012 Legal Notices Novell, Inc. makes no representations or warranties
Configuring File Servers and Active Directory with Domain Services for Windows-Lab
Configuring File Servers and Active Directory with Domain Services for Windows-Lab OES11 Novell Training Services ATT LIVE 2012 LAS VEGAS www.novell.com Legal Notices Novell, Inc., makes no representations
www.novell.com/documentation Database Maintenance ZENworks Mobile Management 2.7.x August 2013
www.novell.com/documentation Database Maintenance ZENworks Mobile Management 2.7.x August 2013 Legal Notices Novell, Inc., makes no representations or warranties with respect to the contents or use of
Troubleshooting: 2 Solutions to Common Problems
www.novell.com/documentation Troubleshooting: 2 Solutions to Common Problems GroupWise 8 August 31, 2009 Legal Notices Novell, Inc. makes no representations or warranties with respect to the contents or
2 Configuring GroupWise Mobility Service to Support Microsoft Outlook Clients
GroupWise Mobility Service 2.1 for Microsoft Outlook 2013 First Look - February 2015 GroupWise Mobility Service 2.1 allows the Microsoft Outlook 2013 client for Windows and the Microsoft Outlook app to
NetIQ Sentinel 7.0.1 Quick Start Guide
NetIQ Sentinel 7.0.1 Quick Start Guide April 2012 Getting Started Use the following information to get Sentinel installed and running quickly. Meeting System Requirements on page 1 Installing Sentinel
Migration Tool Administration Guide
www.novell.com/documentation Migration Tool Administration Guide Open Enterprise Server 11 SP2 January 2014 Legal Notices Novell, Inc., makes no representations or warranties with respect to the contents
Generating an Apple Push Notification Service Certificate
www.novell.com/documentation Generating an Apple Push Notification Service Certificate ZENworks Mobile Management 2.6.x January 2013 Legal Notices Novell, Inc., makes no representations or warranties with
Windows Client User Guide
www.novell.com/documentation Windows Client User Guide GroupWise 2012 September 20, 2012 Legal Notices Novell, Inc., makes no representations or warranties with respect to the contents or use of this documentation,
Managing Macintosh OS-X with Novell ZCM 11.2 Lecture
Managing Macintosh OS-X with Novell ZCM 11.2 Lecture ZEN15 Novell Training Services ATT LIVE 2012 LAS VEGAS www.novell.com Legal Notices Novell, Inc., makes no representations or warranties with respect
User Self-Administration
www.novell.com/documentation User Self-Administration ZENworks Mobile Management 2.6.x January 2013 Legal Notices Novell, Inc., makes no representations or warranties with respect to the contents or use
Patch Management Reference
www.novell.com/documentation Patch Management Reference ZENworks 11 SP3 February 2014 Legal Notices Novell, Inc. makes no representations or warranties with respect to the contents or use of this documentation,
Patch Management Reference
Patch Management Reference ZENworks 11 www.novell.com/documentation Legal Notices Novell, Inc. makes no representations or warranties with respect to the contents or use of this documentation, and specifically
www.novell.com/documentation Administration Guide Novell Filr 1.0.1 May 2014
www.novell.com/documentation Administration Guide Novell Filr 1.0.1 May 2014 Legal Notices Novell, Inc., makes no representations or warranties with respect to the contents or use of this documentation,
www.novell.com/documentation Advanced User Guide Vibe 4.0 March 2015
www.novell.com/documentation Advanced User Guide Vibe 4.0 March 2015 Legal Notices Novell, Inc., makes no representations or warranties with respect to the contents or use of this documentation, and specifically
Upgrade and Migration Guide
www.novell.com/documentation Upgrade and Migration Guide Identity Manager 4.0.2 June 2012 Legal Notices Novell, Inc. makes no representations or warranties with respect to the contents or use of this documentation,
Out-of-Band Management Reference
www.novell.com/documentation Out-of-Band Management Reference ZENworks 11 Support Pack 3 Beta February 2014 Legal Notices Novell, Inc., makes no representations or warranties with respect to the contents
Novell ZENworks Server Management
Installation Guide AUTHORIZED DOCUMENTATION Novell ZENworks Server Management 7 SP1 IR4 December 15, 2010 www.novell.com Novell ZENworks 7 Server Management Installation Guide Legal Notices Novell, Inc.
Web Application User Guide
www.novell.com/documentation Web Application User Guide Filr 1.2 November 2015 Legal Notices Novell, Inc., makes no representations or warranties with respect to the contents or use of this documentation,
Install and Configure an Open Source Identity Server Lab
Install and Configure an Open Source Identity Server Lab SUS05/SUS06 Novell Training Services ATT LIVE 2012 LAS VEGAS www.novell.com Legal Notices Novell, Inc., makes no representations or warranties with
Migration Tool Administration Guide
www.novell.com/documentation Migration Tool Administration Guide Open Enterprise Server 2015 August 2015 Legal Notices Novell, Inc., makes no representations or warranties with respect to the contents
Patch Management Reference
www.novell.com/documentation Patch Management Reference ZENworks 11 SP4 November 2015 Legal Notices Novell, Inc. makes no representations or warranties with respect to the contents or use of this documentation,
Novell Sentinel Log Manager 1.2 Release Notes. 1 What s New. 1.1 Enhancements to Licenses. Novell. February 2011
Novell Sentinel Log Manager 1.2 Release Notes February 2011 Novell Novell Sentinel Log Manager collects data from a wide variety of devices and applications, including intrusion detection systems, firewalls,
Novell Remote Manager Administration Guide
www.novell.com/documentation Novell Remote Manager Administration Guide Open Enterprise Server 11 SP2 January 2014 Legal Notices Novell, Inc., makes no representations or warranties with respect to the
Novell Linux Management Pack for System Center Operations Manager
User Guide AUTHORIZED DOCUMENTATION Novell Linux Management Pack for System Center Operations Manager 1.0.1 December 8, 2009 www.novell.com Novell Linux Management Pack 1.0.1 for System Center Operations
Android App User Guide
www.novell.com/documentation Android App User Guide ZENworks Mobile Management 2.7.x August 2013 Legal Notices Novell, Inc., makes no representations or warranties with respect to the contents or use of
www.novell.com/documentation WebAccess User Guide GroupWise 2014 August 2014
www.novell.com/documentation WebAccess User Guide GroupWise 2014 August 2014 Legal Notices Novell, Inc. makes no representations or warranties with respect to the contents or use of this documentation,
User Source and Authentication Reference
User Source and Authentication Reference ZENworks 11 www.novell.com/documentation Legal Notices Novell, Inc., makes no representations or warranties with respect to the contents or use of this documentation,
ZENworks Adaptive Agent Reference
www.novell.com/documentation ZENworks Adaptive Agent Reference ZENworks 11 Support Pack 2 March 2013 Legal Notices Novell, Inc., makes no representations or warranties with respect to the contents or use
www.novell.com/documentation Administration Guide Certificate Server 3.3.8 May 2013
www.novell.com/documentation Administration Guide Certificate Server 3.3.8 May 2013 Legal Notices Novell, Inc., makes no representations or warranties with respect to the contents or use of this documentation,
Novell Access Manager
Access Gateway Guide AUTHORIZED DOCUMENTATION Novell Access Manager 3.1 SP2 November 16, 2010 www.novell.com Novell Access Manager 3.1 SP2 Access Gateway Guide Legal Notices Novell, Inc., makes no representations
Monitoring Nginx Server
Monitoring Nginx Server eg Enterprise v6 Restricted Rights Legend The information contained in this document is confidential and subject to change without notice. No part of this document may be reproduced
Full Disk Encryption Pre-Boot Authentication Reference
www.novell.com/documentation Full Disk Encryption Pre-Boot Authentication Reference ZENworks 11 Support Pack 4 Beta April 2015 Legal Notices Novell, Inc., makes no representations or warranties with respect
www.novell.com/documentation Trusted Applications GroupWise Software Developer Kit November 2012
www.novell.com/documentation Trusted Applications GroupWise Software Developer Kit November 2012 Legal Notices Novell, Inc. makes no representations or warranties with respect to the contents or use of
www.novell.com/documentation SSL VPN Server Guide Access Manager 3.1 SP5 January 2013
www.novell.com/documentation SSL VPN Server Guide Access Manager 3.1 SP5 January 2013 Legal Notices Novell, Inc., makes no representations or warranties with respect to the contents or use of this documentation,
Novell Identity Manager
Identity Manager 3.5.1 Logging and Reporting Novell Identity Manager 3.5.1 September 28, 2007 LOGGING AND REPORTING www.novell.com Legal Notices Novell, Inc. makes no representations or warranties with
Novell Storage ServicesTM File System Administration Guide for Linux
www.novell.com/documentation Novell Storage ServicesTM File System Administration Guide for Linux Open Enterprise Server 11 SP2 January 2014 Legal Notices Novell, Inc., makes no representations or warranties
Full Disk Encryption Agent Reference
www.novell.com/documentation Full Disk Encryption Agent Reference ZENworks 11 Support Pack 3 May 2014 Legal Notices Novell, Inc., makes no representations or warranties with respect to the contents or
Novell PlateSpin Recon
Getting Started Guide AUTHORIZED DOCUMENTATION Novell PlateSpin Recon 3.6.1 March 15, 2010 www.novell.com PlateSpin Recon 3.6 Getting Started Guide Legal Notices Novell, Inc., makes no representations
Novell PlateSpin Portability Suite
Installation Guide AUTHORIZED DOCUMENTATION Novell PlateSpin Portability Suite 8.1 August 3, 2009 www.novell.com PlateSpin Portability Suite 8.1 Installation Guide Legal Notices Novell, Inc., makes no
Novell Identity Manager
Driver for Active Directory* Implementation Guide AUTHORIZED DOCUMENTATION Novell Identity Manager 3.6.1 July 01, 2010 www.novell.com Identity Manager 3.6.1 Driver for Active Directory Implementation Guide
