Administrator s Guide

Size: px
Start display at page:

Download "Administrator s Guide"

Transcription

1 Administrator s Guide Directory Synchronization Client Websense Cloud Products v1.2

2 , Websense, Inc. All rights reserved Stonelake Blvd, 3rd Floor, Austin, TX 78759, USA First published 2011 This document may not, in whole or in part, be copied, photocopied, reproduced, translated, or reduced to any electronic medium or machinereadable form without prior consent in writing from Websense Inc. Every effort has been made to ensure the accuracy of this manual. However, Websense Inc., makes no warranties with respect to this documentation and disclaims any implied warranties of merchantability and fitness for a particular purpose. Websense Inc. shall not be liable for any error or for incidental or consequential damages in connection with the furnishing, performance, or use of this manual or the examples herein. The information in this documentation is subject to change without notice. Trademarks Websense, the Websense Logo, Threatseeker and the YES! Logo are registered trademarks of Websense, Inc. in the United States and/or other countries. Websense has numerous other unregistered trademarks in the United States and internationally. All other trademarks are the property of their respective owners. Microsoft, Windows, Windows NT, Windows Server, Internet Explorer, and Active Directory are either registered trademarks or trademarks of Microsoft Corporation in the United States and/or other countries. The SCHEMUS software is copyright Metanate Ltd Other product names mentioned in this manual may be trademarks or registered trademarks of their respective companies and are the sole property of their respective manufacturers.

3 Contents Chapter 1 Introducing the Directory Synchronization Client About this guide Overview Address registration Group and user synchronization Features Basic steps Chapter 2 Installing the Directory Synchronization Client Prerequisites Downloading the Directory Synchronization Client Installation Upgrading from an earlier version After the installation Chapter 3 Working with your Active Directory Data Relationship between users and groups LDAP filter for users, groups, and Multiple domains or Active Directories Synchronizing Dynamic Distribution Lists Renaming groups in Active Directory Chapter 4 Setting up the Directory Synchronization Client Setting up synchronization types Configuring log settings Setting the LDAP search string Setting up your cloud service connection Chapter 5 Creating and Modifying Configuration Profiles Starting the configuration wizard Selecting a profile name and synchronization type Selecting your data source Selecting multiple data sources Configuring your LDAP server Defining advanced LDAP server settings Setting up the LDAP search configuration Defining mail attributes Administrator s Guide i

4 Contents Defining group attributes Defining user attributes Advanced user attributes Checking your search results Selecting groups for synchronization Setting up a data repository Entering cloud service connection details Configuring mail domains Selecting a file repository location Optional settings Filters Limits Notification settings Verifying your settings Setting up another synchronization type Chapter 6 Synchronizing with the Cloud Service Testing an update Performing a synchronization update Synchronization errors Replacing your data in the cloud service Refreshing your local data Scheduling the synchronization process Removing the synchronization schedule Running the command-line version Troubleshooting the synchronization process Checking directory referrals Chapter 7 Directory Synchronization Client Log Files Appendix A Standard Regular Expression Strings Regular expression examples Changing wildcard filters to regular expressions Appendix B Understanding LDAP Search Filters Syntax Search base filter Search query filter Appendix C Working with Java Installing Java Runtime Environment Java Certificate Store Appendix D Using Generic LDAP Requirements ii Directory Synchronization Client

5 Contents Setting up the Directory Synchronization Client Formats Appendix E Technical Support Sales and Feedback Administrator s Guide iii

6 Contents iv Directory Synchronization Client

7 1 Introducing the Directory Synchronization Client The Directory Synchronization Client helps you supply and maintain data required by Websense cloud-based services. For Websense TRITON AP- with Cloud Module, the client synchronizes registered addresses and groups. For Websense TRITON AP-WEB or Web Filter & Security with Web Cloud Module, the client synchronizes users and groups information. About this guide This guide is for systems administrators configuring the Directory Synchronization Client to update the information used by Websense cloud-based services. The Directory Synchronization Client automates the process of updating your cloud data by synchronizing your users, groups, and data between your Active Directory server and the cloud service s database. Overview The Directory Synchronization Client extracts data from a number of directory sources and synchronizes these with your cloud-based product. Using the Directory Synchronization Client ensures that information from all of your sources is synchronized with the cloud service. You can run the following processes: Mail synchronization, which synchronizes your addresses. Group/User synchronization, which synchronizes group identities, users identities, their addresses, and their group memberships. The Directory Synchronization Client includes a configuration wizard that guides you through the process of extracting data from your directory system. Once you have created a configuration profile, you can run the synchronization process from the Directory Synchronization Client interface or from the command line. You can also schedule the process to run automatically. The Directory Synchronization Client can send notifications reporting the results of each synchronization run. Administrator s Guide 1

8 Introducing the Directory Synchronization Client The Directory Synchronization Client is a Java executable that runs either in an interactive mode through a graphical user interface, or as a command line application. When you run a synchronization from the Directory Synchronization Client interface, you can choose to run a full or an incremental upload of all data. When run from the command line, the synchronization process passes only the incremental changes since the last run as shown in the diagram below. If you run the synchronization process automatically from the command line but want to force a full update, you can set this on the Directory Synchronization Setup screen in the cloud portal. Address registration TRITON AP- can protect against dictionary-type spam attacks, by registering your valid addresses and rejecting any destined for invalid addresses. The Directory Synchronization Client helps you maintain your valid addresses, by synchronizing the update of registered addresses with the cloud service. The task can be automated and, for example, integrated with Human Resources procedures for employees leaving or joining the company. Registered addresses are synchronized using: A secure HTTP-based interface to the TRITON AP- synchronization service. The Directory Synchronization Client to extract address data from your directory sources and export it via the synchronization service. 2 Directory Synchronization Client

9 Introducing the Directory Synchronization Client Group and user synchronization Websense cloud-based products enable you to use your existing directory definitions of users and groups within web and security policy rules. If you are synchronizing groups, you must also synchronize users. This is because when you synchronize a group, you are transferring only information about the group itself (such as the group name and any parent group) and nothing about the contents of the group. Any user detail added to a group in your Active Directory does not get sent to the cloud service as part of a groups synchronization; it has to be sent as part of a users synchronization. User synchronization includes details of the group(s) that users are members of. When you apply a web policy or an policy to a synchronized group, that policy is applied to all synchronized users who are members of that group. The Directory Synchronization Client assists you by synchronizing the update of groups and users so that this task can be automated. This tool operates alongside the cloud portal, which allows you to manually define, upload, and manage your groups. Group and user information is synchronized using: A secure HTTP-based interface to the cloud-based synchronization service. The Directory Synchronization Client to extract user and group membership data from your directory sources and export this data via the synchronization service. Features The Directory Synchronization Client provides the following features: Wizard-based configuration - guiding you through each configuration step. Configuration testing - checking of each wizard step, and full configuration verification. Filtering - allowing specific or wild-carded addresses to be excluded or converted. Safety thresholds - you can set update limits in order to detect anomalous situations. Reporting - comprehensive logging and optional alerting via notifications. Custom configuration - advanced settings to refine the LDAP operations. Full control of automation - can be invoked from the client, from task schedulers, or by other client tools. Safe test mode - no modification of live data by using test output to text files. Administrator s Guide 3

10 Introducing the Directory Synchronization Client Basic steps On the cloud portal 1. Configure directory synchronization for your account. 2. Set up authentication for the client machine. We strongly recommend that you set up a separate username and password for the client to gain access to the cloud service. Refer to your product s Help for instructions on setting up the cloud portal for directory synchronization. On the client 1. Download and install the Directory Synchronization Client. See Installing the Directory Synchronization Client, page Set up the Directory Synchronization Client. See Setting up the Directory Synchronization Client, page Create a configuration profile. See Creating and Modifying Configuration Profiles, page Test the Synchronization Client to make sure it is returning the correct data from your LDAP server. If you are an existing customer switching to LDAP for the first time, you should compare the data with that which already exists on the portal. See Testing an update, page Initiate a synchronization. See Performing a synchronization update, page Schedule automatic synchronization. We suggest that you schedule the synchronization process to run twice a day. See Scheduling the synchronization process, page Directory Synchronization Client

11 2 Installing the Directory Synchronization Client Select a suitable machine on which to install and run the Directory Synchronization Client. This machine must have internal network access to your directory system via Lightweight Directory Access Protocol (LDAP), and external network access to the cloud service via Secure Hypertext Transfer Protocol (HTTPS). This access may be via a proxy server. Note You should not direct the Directory Synchronization Client through your cloud-based web security service. If you have set up a local proxy server following the instructions in the Websense TRITON AP-WEB Cloud Getting Started Guide, you can use this because it is already suitably configured to send synchronization data. The Directory Synchronization Client builds a local database to track changes to your source data. You must use a single instance of the client to synchronize any given set of source data. Using multiple synchronization configurations, or even using multiple installations of the Directory Synchronization Client, can cause data on the cloud service to be overwritten. Prerequisites Before starting, ensure that you have the following items on hand: Cloud portal account details. Address of your directory server and any authentication details you might need to be able to perform searches on it. Before downloading the Directory Synchronization Client from the portal, decide whether you need the version with or without the Java Runtime Environment (JRE). If you already have JRE 1.5 or greater, you can select either download; otherwise you must select the download that includes the JRE. See Working with Java, page 69, for information on how to discover which version of JRE you are running, and the impact of installing the Directory Synchronization Client with a JRE. Administrator s Guide 5

12 Installing the Directory Synchronization Client Downloading the Directory Synchronization Client You can download the Directory Synchronization Client from the cloud portal. 1. Log into your cloud portal account. 2. Click Account > Directory Synchronization. 3. Select the version of the synchronization tool that applies to your selected installation machine. 4. Save the installation executable to your hard drive. Installation Before starting the Directory Synchronization Client installation, ensure all other applications on the machine are closed. 1. Double-click the installation executable that you downloaded. 2. Click Next in the welcome screen. 3. In the license agreement window, select I accept the agreement and click Next to continue. 4. The default installation location is either C:\Program Files\DirSyncClient or C:\Program Files(X86)\DirSyncClient. To change the installation location, browse to the folder where you want to install the client. The installation path changes to the folder you select, with DirSyncClient appended. If you don t want to install in the DirSyncClient sub-folder, change the directory path before clicking Next. 5. Select where you want the Directory Synchronization Client shortcuts to appear on your Windows Start menu. If you want the tool to be available to all users, ensure that the box is checked. Click Next to continue. 6. If you want an icon to appear on the desktop in addition to the one accessible from the Start menu, check the Create a desktop icon box. 7. Click Next to start the installation. When the file copying is complete, the installer displays the release notes and change logs. The release notes contain the following additional information: Additional features which have been added since this guide was written. Bug fixes. Change history. 8. Click Next to continue. A message announcing the successful completion of the installation is displayed. 9. Click Finish to exit the installer. 6 Directory Synchronization Client

13 Installing the Directory Synchronization Client Upgrading from an earlier version When you upgrade the Directory Synchronization Client from an earlier version, the configuration and settings files are also upgraded to the new version. Backup copies of the original XML settings files are made in the same location as the original XML files. The backup files are named settings.xml.old and can safely be deleted if you are not planning to revert to the previous version of the application. The application settings are upgraded when the application is first started. The configuration settings are upgraded when a configuration is saved. After the installation Ensure your firewalls allow the necessary ports for the Directory Synchronization Client to contact: Your domain controllers on either port 389 or port The cloud service on port 443. Your mail server on port 25 (if you enable mail notifications). Administrator s Guide 7

14 Installing the Directory Synchronization Client 8 Directory Synchronization Client

15 3 Working with your Active Directory Data This chapter contains useful information to take into account before you synchronize your Active Directory data with your Websense cloud product. Relationship between users and groups In a typical Active Directory setup, users are members of many groups for example, a user can be a member of some global groups such as All Sales, some geographical groups like London or New York, and they may be members of a department such as NY Telesales and many others. When you are deciding which groups to synchronize, you only need to select groups that are going to be useful in the cloud, for example to select the appropriate policy or group-based exceptions. In the example on the following page, if members of the New York Telesales department use a policy that gives them special permissions to access certain Web sites, then the NY Telesales group should be synchronized. However, there is no need to synchronize the London group if geographical policies are not used in your cloud product, even though the London users might be using the cloud service. With this in mind, when a user is synchronized to the cloud service, they are probably members of multiple AD groups, but you are probably synchronizing only a subset of those groups. The cloud service is designed to accept users with references to groups that are not on the service. When setting up groups in the Directory Synchronization Client, you must choose which groups to synchronize from the list returned by the LDAP search. This enables you to limit the group list to the ones you need. LDAP filter for users, groups, and In the Directory Synchronization Client, each of the three synchronization types has its own LDAP search set up. This means there is great flexibility in selecting the appropriate data, and the searches are completely independent of each other. Administrator s Guide 9

16 Working with your Active Directory Data For example, you can use the membership of an LDAP group attribute as a means of selecting the users you want, even though you may not select that group itself to be synchronized. This is an example Active Directory schema: Below are some examples of the synchronization choices you might make based on this schema. Group selection If you require specific policies or exceptions in your cloud product for French and English telesales staff, select the Lndn Telesales and Fr Telesales groups for synchronization. For more information about selecting groups, see Selecting groups for synchronization, page 36. User selection If your cloud product is only currently available for your European staff, then you should synchronize only those users. You can achieve this in one of the following ways: 1. Set the users LDAP search filter to search on European users by group. When setting up a users configuration, set the LDAP search base to the domain level. Then the search filter is set to something like the following: (&(objectcategory=person)(objectclass=user)(memberof=cn=all Europe,OU=Global,dc=company,dc=com) (!(useraccountcontrol: :=2)) ) This selects users that are members of the global Europe group, and that are enabled (strictly, that have accounts that are not disabled). For more information about LDAP search filters, see Setting up the LDAP search configuration, page Select users from the relevant OUs by setting up multiple data sources for the LDAP search. 10 Directory Synchronization Client

17 Working with your Active Directory Data When setting up your users configuration, on the Configure data source window check the Advanced box. Select another source, and then set the LDAP search base to be one of the European OUs (for example London or Paris). Leave the search filter as the default to load all users from that OU. Once you have configured that data source, repeat the process for each OU that you want to include. The Directory Synchronization Client merges all of the users from the various OU sources and synchronizes them with the portal. For more information on multiple data sources, see Selecting multiple data sources, page 22. selection The valid address list can be created from a completely different LDAP search. This gives the flexibility of synchronizing different employees addresses if required, and also handling leavers in 2 different ways. For example, when an employee leaves the company, you are likely to disable their account immediately upon departure. If you use the default filter in the users synchronization, this removes them from the cloud service as disabled accounts are not synchronized. However, you might want to allow s to be received for a while after the employee s departure, so the synchronization should still include the employee s address. To include European addresses from the above example and also include leavers in the valid address list, set the LDAP search base to the company domain, and set the search filter to: (&(objectcategory=person)(objectclass=user)(memberof=cn=all Europe,OU=Global,dc=company,dc=com) Multiple domains or Active Directories In AD structures such as Forests, or where two separate ADs contain employee data, you can use the multiple data source option to synchronize data from more than one directory. The Directory Synchronization Client searches the multiple sources and merges the data before sending it all to the cloud service. For more information on multiple data sources, see Selecting multiple data sources, page 22. Synchronizing Dynamic Distribution Lists If you have set up a Dynamic Distribution List in Microsoft Exchange 2007, the default mail synchronization filter does not synchronize the address of this list. If you want to include the address of a Dynamic Distribution List in your synchronization, change your mail synchronization filter to: Administrator s Guide 11

18 Working with your Active Directory Data ( (&(mailnickname=*)(objectcategory=person)(objectclass=user ))(objectcategory=group)(objectclass=msexchdynamicdistributi onlist)) Note that (objectclass=msexchdynamicdistributionlist) has been added into the or part of the filter. Renaming groups in Active Directory Once you have synchronized your groups with the cloud service, we recommend that you do not rename them in Active Directory. If you do rename a synchronized group, the new group name is automatically sent to the cloud service on the next synchronization. However, if you have set up any group-based black and white list settings for TRITON AP- , you need to manually reapply those settings to the new group name in the portal. 12 Directory Synchronization Client

19 4 Setting up the Directory Synchronization Client This section provides procedures for setting up the Directory Synchronization Client. You can view and edit the following: Synchronization types available for configuration Log settings LDAP search string Cloud service connection details Setting up synchronization types The Directory Synchronization Client includes 3 synchronization types: Mail - synchronizes addresses with your cloud-based product. Groups - synchronizes groups in your organization s hierarchy with your cloudbased product. Groups can contain addresses of users in your organization as well as other groups. Users - synchronizes users in your organization s hierarchy with your cloud-based product. If you want to synchronize groups, you must also synchronize users, and vice versa. The first time you run the Directory Synchronization Client, it prompts you to specify the synchronization type(s) that you plan to use. Administrator s Guide 13

20 Setting up the Directory Synchronization Client Check the relevant box(es), then click OK. When you create a new configuration, the selection you make in this window enables the Directory Synchronization Client to prompt you on the configuration type. If you want to change this setting at a later date, open the Directory Synchronization Client, select Edit > Settings and select Synchronizations. Configuring log settings To define the log file details and the maximum number of days that logs are retained before they are automatically deleted: 1. Open the Directory Synchronization Client. 2. Select Edit > Settings. The Settings window is displayed. 3. In the left panel, select Log Settings. 4. Under Log Detail, use the sliders to determine the level of detail held in the log files. 5. Under Log Lifetime, enter the number of days to keep log files. To hold the log files indefinitely, set this number to 0. If you do this, please check periodically that you have adequate disk space to allow new logs to be created. 6. Click OK. For more information about logging, see Directory Synchronization Client Log Files, page Directory Synchronization Client

21 Setting up the Directory Synchronization Client Setting the LDAP search string To view the LDAP search string: 1. Open the Directory Synchronization Client. 2. Select Edit > Settings. The Settings window is displayed. 3. In the left panel, select LDAP. This string is used to search for LDAP server entries when setting up the LDAP search options. You should not need to edit this string. If you do want to edit the string, see Understanding LDAP Search Filters, page 67. Setting up your cloud service connection The Directory Synchronization Client connects to your cloud account using HTTPS. When you first run the Directory Synchronization Client, we recommend that you synchronize to a file. This enables you to confirm that the synchronization is configured to your requirements before you upload your data to the cloud portal. We strongly recommend that you create a separate administrator account in the cloud portal for synchronization purposes. The account must have directory synchronization permissions. This enables you to set up a password expiration date for the client that spans a longer period than other accounts, to avoid having to regularly update it. For more information, see the section Working with LDAP Directories in your product s Help. Administrator s Guide 15

22 Setting up the Directory Synchronization Client To set up your connection: 1. Open the Directory Synchronization Client. 2. Select Edit > Settings. The Settings window is displayed. 3. In the left panel, select Portal. 4. In the Access URL field, do not change the default value unless instructed to do so. If necessary, you can click Reset Defaults to put the original value back into this field. 5. Enter your cloud portal administrator account username and password, then click Apply. When you click Apply, the Directory Synchronization Client attempts to connect to the cloud service using your settings. If you receive an error message after clicking Apply, your local network may be set up to prohibit direct access to the Internet for secure HTTP communication, and you need to define proxy settings. 16 Directory Synchronization Client

23 Setting up the Directory Synchronization Client 1. From the HTTPS Proxy drop-down list, select Manual. 2. Enter the connection details for your proxy server. 3. Click OK. Note In some rare cases, the proxy server supplies its own certificate in order to decrypt and monitor the traffic between the client and the server. If this is the case, see Java Certificate Store, page 69 for further information. Administrator s Guide 17

24 Setting up the Directory Synchronization Client 18 Directory Synchronization Client

25 5 Creating and Modifying Configuration Profiles Before you can use the Directory Synchronization Client, you need to create a configuration profile specifying details of the data source and destination systems. Your configuration profile can contain more than one synchronization type. If you selected both Mail and Groups and Users when you first ran the Directory Synchronization Client, you can select a synchronization type, go through all the steps in the wizard, save your settings, and then return to the first step to select another type to configure. Starting the configuration wizard The Directory Synchronization Client includes a configuration wizard that leads you through the configuration process. As well as creating new configuration profiles, you can use the configuration wizard to edit existing configurations. To create a configuration profile, either click the New button located to the right of the Configuration drop-down list, or select File > New. To modify an existing configuration profile: 1. Select View > Configuration. 2. From the Configuration drop-down list, select your configuration. Administrator s Guide 19

26 Creating and Modifying Configuration Profiles 3. If your configuration contains multiple synchronization types, click the tab for the type you want to edit. 4. Click Modify. Whether you are creating a new profile or modifying an existing one, the configuration wizard opens at the first page. Selecting a profile name and synchronization type 1. In the Configuration Name text box, enter a name for your configuration profile. 20 Directory Synchronization Client

27 Creating and Modifying Configuration Profiles The name should be unique within the Directory Synchronization Client. When you run the tool from the command line, the name is used to specify the configuration that you are using. For this reason it is best to use only alphanumeric characters so that the name can easily be given as a command-line parameter. You can make a copy of an existing profile by entering a new name and clicking Save. 2. From the Synchronization Type drop-down list, select the type of synchronization you want to configure in the profile. Note If you selected only the Mail synchronization type when you first ran the Directory Synchronization Client, the Synchronization Type drop-down list is not available on this window. Existing configurations appear in the list with the appended text (configured). If you want to delete the current configuration for a specific synchronization type, first select the entry from the drop-down list, then click Remove. 3. Click Next to continue. Selecting your data source Note that your configuration profile name now appears at the top of the left panel, and is followed by your synchronization type in brackets. Each synchronization type can have a single data source or multiple sources. The example above shows a single data source. Administrator s Guide 21

28 Creating and Modifying Configuration Profiles Selecting multiple data sources For more complex configurations, for example those using multiple directories or searching in multiple separate areas of a single LDAP database, you might need to configure additional data sources. If you have multiple data sources, the Directory Synchronization Client consolidates all of your source data before sending the data to the cloud service, avoiding the need for multiple synchronizations. 1. Check the Multiple Sources box. 2. In the Source drop-down list, select <Add another source>. The source name defaults to the source type and a number, for example Mail source 1 or Group source 3. You can change these names. 3. In the Source Type drop-down list, select a data source. Using the wizard, associate each source with its own server name and port, the top of the search point in the directory tree, and attributes to retrieve from the server. You must complete these fields for each data source before you can add further sources. Once you have defined multiple sources, the Multiple Sources box is disabled and you cannot switch back to the single data source definition window unless you delete the additional data source definitions. To delete a data source definition, select it from the Source drop-down list and click Remove. Note You cannot remove all data sources. 22 Directory Synchronization Client

29 Creating and Modifying Configuration Profiles Configuring your LDAP server The example below shows the LDAP configuration details for a Microsoft Active Directory server. To set up your LDAP server: 1. In the Host name field, enter the host name of your LDAP server. You can enter the address in the format exampleserver.examplecompany.com, or the format Unless you know otherwise, leave the Port number field as the default value 389, which is the number used for communicating with an LDAP server in plain text mode. Do not change this unless you communicate with your LDAP server on a non-standard port. Note If your server is a Global Catalog server, you can specify port 3268 for a plain connection, or port 3269 for SSL. Some required attributes may be unavailable when searching the Global Catalog. 3. From the Authentication drop-down list, select one of the following: Anonymous - No authentication details are required to access the LDAP server. Note that some servers restrict the results returned to anonymous users. Simple - If you select this option, enter the username for your server, and optionally the password. Strong - If you select this option, enter the username and password for your server. Administrator s Guide 23

30 Creating and Modifying Configuration Profiles Strong/Certificate - If you select this option, enter or browse to the location of your certificate, and enter the certificate s password. Note To retrieve data from Active Directory, we recommend that the user identity has read-only privileges equivalent to those of a domain administrator. 4. Select one of the following encryption types: Plain - Sends unencrypted text over the connection. You cannot select this option for Strong/Certificate authentication. SSL - Secure Socket Layer. This provides a cryptographically secure communication. It uses a certificate that has been signed by a trust point already held in the cacerts file, which holds all trusted certificate authorities. Alternatively it can use a self-signed certificate that has been imported into the Java cacerts directory. Note To locate your Java cacerts directory, go to the directory where you installed the Directory Synchronization Client, then navigate to /jre/lib/security. TLS - Transport Layer Security. This a different way of sending data than SSL, and requires a certificate. Note Further documentation is available on the Sun Web site at /docs/tooldocs. 5. Either click Advanced to define further LDAP settings (see Defining advanced LDAP server settings below), or click Next to continue to the LDAP search configuration. If there are problems with your LDAP connection details, an error is shown in red at the bottom of the window. If an error occurs, click Back to amend your LDAP server settings. Defining advanced LDAP server settings Click Advanced to specify: Paging. Some directory servers may be configured to limit the maximum number of results that can be returned at one time. The paging facility overcomes this. For a server that has 220 results, a page size of 100 would retrieve entries 1 to 100 the first time, 101 to 200 the second time, and 201 to 220 the third time. The Directory Synchronization Client simply displays 220 results as if returned at one time. Referral settings. An LDAP server can contain referrals to other points on the server, or to points on other LDAP servers. You can specify what the Directory 24 Directory Synchronization Client

31 Creating and Modifying Configuration Profiles Synchronization Client does when it encounters a referral on an LDAP server, or if a referred server is not available. To enable paging: 1. In the Paging type drop-down list, select page. 2. In the Page Size text box, enter the number of results to retrieve. The default page size is 100 results. This means that a maximum of 100 results are retrieved from the LDAP server at one time. Note Not all LDAP servers support paging. If paging is unavailable, you get an error during the synchronization process. To define how to handle referrals, in the Action drop-down list, select one of the following: Follow - by default, the Directory Synchronization Client follows any referrals to continue retrieving results. Ignore - the Directory Synchronization Client ignores the referral and continues the synchronization process. Abort update - the Directory Synchronization Client ends the synchronization process and logs this fact. If you notice that a referral server is only intermittently available, you can set threshold limits to ensure that the update does not continue if there is a noticeable difference in the number of results returned. This means that if a referred server is not available, the threshold limit stops the update and prevents the potential loss of data from an entire server. For more information, see Limits, page 42. Note that the DNS name or IP address followed by the Directory Synchronization Client is the one seen by the machine running the Directory Synchronization Client. If you experience problems with the Directory Synchronization Client after referrals, Administrator s Guide 25

32 Creating and Modifying Configuration Profiles ensure you are able to contact the referred servers by using an application such as ping. Setting up the LDAP search configuration The example below shows the LDAP search configuration window when configuring mail synchronization. You can select the level to search in the hierarchical tree structure on the LDAP server. The text in the Search filter field may differ from the example shown below depending on your configured data source. The following fields are common to both mail configurations and groups and users configurations: Search base Search scope Search filter The Search base field and the drop-down list below it let you navigate through the LDAP directory. Some LDAP servers do not allow you to search for entries at their root, and you may need to enter a search base manually before you can browse further. Note The criteria for the returned object classes are defined in the LDAP search base filter. For more information, see Search base filter, page 67. To set up your search configuration for mail synchronization: 1. Do one of the following: 26 Directory Synchronization Client

33 Creating and Modifying Configuration Profiles In the Search base field, enter your search starting point in the LDAP server tree structure. Select an entry in the drop-down list. That entry appears in the Search base field. The drop-down list now contains all the entries at the directory level specified in the Search base field. To move up the tree, click on the first item in the dropdown list. 2. From the Search scope drop-down list, select one of the following: Object - searches for a single object specified by the search base. One level - searches for all objects at the level specified in the Search base field. Sub-tree - searches the LDAP server from the level specified in the Search base field downwards until the server restricts the results or the search reaches the bottom of the tree. Use this option to return the most results. 3. The Search filter field defines the type of object to return data on. You can leave the default filter or create your own. See Search query filter, page 68 for a description of the filter syntax and how to specify a different search filter from the ones available. To revert to the original search settings or to return to the top of your LDAP server s tree, click Defaults. To define specific attribute settings for your current synchronization type, click Advanced. Administrator s Guide 27

34 Creating and Modifying Configuration Profiles Defining mail attributes For mail configurations, click Advanced to display and edit the mail search attributes. The default settings for these attributes are taken from your data source. The Primary Mail field contains the mail address attributes within the object returned by the search filter. If your LDAP data does not include users addresses, you can change the default attribute for the primary mail value in the Directory Synchronization Client as follows: 1. When creating or modifying the Users part of your configuration profile, go to the Data source > LDAP search page in the wizard. Click Advanced to display the Search attributes page. 2. In the Primary Mail field, replace %mail% with another attribute. For example, you could use %userprincipalname% if configured, or create a fake address using the samaccountname such as %samaccountname%@mydomain.com. Optionally, you can enter alternatives to the mail attribute in the Mail Aliases field. If an address returned from this attribute is prepended with smtp:, this is automatically removed. To view and select from a list of mail attribute examples, click in the Mail Aliases field and then click Examples. Defining group attributes For group configurations, there is an additional field on the LDAP search configuration window. The Name field defines a rule for constructing a textual name 28 Directory Synchronization Client

35 Creating and Modifying Configuration Profiles that is used to represent individual users and groups. The name can be constructed from other LDAP attributes using simple template replacement strings. Note If you want to synchronize groups with the same name from different domains (for example, domain1/admins and domain2/admins), you must change the string in the Name field from the default %CN% to %DC%/%CN%. Attribute names are delimited by percent (%) symbols. The special attributes DN[n] and DC[n] allow part of the object class distinguished name to be used. Anything not enclosed between % symbols is treated as literal text. The number (n) following the DN or DC attribute is an index, starting from 1, from the least significant component. When used with DN, the index refers to all components of the distinguished name. When used with DC, the index refers to only the DC components of the distinguished name. If the number exceeds the actual number of components, an empty string is substituted. If n is a negative value, it refers to the components starting with the most significant component first. For example, for the following object class: dn: cn=marketing, ou=security, dc=websense, dc=com objectclass: group Name: SecureMarketing SamAccountName: SecurityMarketingServices The template %Name%\%DN[-2]%.%DN[-1]% resolves to SecureMarketing\Security.Marketing The template %DN[1]%\%SamAccountName% resolves to com\securitymarketingservices The template %Name%\%DC[1]%SamAccountName% resolves to Com\SecurityMarketingServices The template %DC[-1]%\%SamAccountName% resolves to Websense\SecurityMarketingServices Administrator s Guide 29

36 Creating and Modifying Configuration Profiles To see a list of examples that you can use for the name template, click Examples. Click Advanced to edit the group attributes. You can edit the following attributes: GUID - a unique identifier maintained by the LDAP server. Use this attribute if it is available on your server. Microsoft Active Directory supports GUID, but it is not supported by all servers. If you omit this attribute, the Directory Synchronization Client derives an identifier from the distinguished name (DN) of the object class. The disadvantage of using a DN is that if the group is renamed, the group entry is removed and re-added instead of modified. This means that any group associations in the cloud service are broken and must be re-established. Group Token - an optional attribute that holds the number this group is in. The value may be referred to by the Primary Group attribute in the user object class settings. If a user s primary group is set to a particular group token, then the user is part of that group. The group token is specific to Active Directory so may be unavailable in other directories. If unavailable, it should be left blank. Group Parents - used to relate a group to its parent group, if it exists. The optional attribute retrieved from the directory may consist of a single DN that contains the parent group. Group Members - a multiple-value attribute that holds the users (in DN form) who are part of this group. Active Directory maintains membership lists on both group and user objects so the Group Members attribute of the group object class lists all the users for the group and the Other Groups and Primary Group attributes list all the groups to which the user belongs. In theory, these should be equivalent. In practice, when 30 Directory Synchronization Client

37 Creating and Modifying Configuration Profiles the directory is modified, some tools may update one list but not the other. Specifying both attributes causes the lists to be merged. Note Group membership can be represented in the directory by use of either: Group Members a list of users/groups belonging to a group. Group Membership a list of groups to which a group/ user belongs. The client allows either convention. For users to be correctly associated with groups one of these must be specified. The Group Membership attribute is labelled Group Parents for group objects and both Primary Group and Other Groups for user objects. Defining user attributes Note Ensure you set up a users search filter that includes the users for the groups you are synchronizing. Before you synchronize with the cloud service for the first time, we recommend that you test your synchronization by sending the results to a local repository file and carefully checking that the contents match your requirements. The NTLM Identity field defines a template for constructing the NTLM identity of the user. The default is the format domain\username. The Name field defines a template for constructing a name that is used by the cloud service to identify users. This is not required if the Relative Distinguished Name (RDN) of the user is a Common Name (CN), as that will be automatically be included. Administrator s Guide 31

38 Creating and Modifying Configuration Profiles The Distinguished Name (DN) can be seen on the test page by selecting Show Detail or hovering over one of the results: the RDN is the first naming component of the DN. Including only enabled user accounts In Active Directory, it is possible to mark user accounts as disabled. You might do this if an employee is away for a short period of time. If you want to prevent disabled user accounts from being uploaded to the cloud service, you can filter them out of the search by searching for only enabled user accounts. At the next synchronization, any disabled user accounts are removed from the cloud service. To search for enabled accounts only, add the following to the filter in the Search filter field: (!(useraccountcontrol: :=2)) The complete filter might then look like this: (&(objectcategory=person)(objectclass=user)(!(useraccountcon trol: :=2))) 32 Directory Synchronization Client

39 Creating and Modifying Configuration Profiles Advanced user attributes Click Advanced to edit the user attributes. You can edit the following attributes: Primary Mail - used to retrieve a user s address. Mail Aliases - any aliases set up for a user. To view and select from a list of mail attribute examples, click in the Mail Aliases field and then click Examples. Primary Group - the token number attributed to a user. If this matches a group s Group Token value, it places this user in that group. This attribute should be considered as an extension to the Other Groups attribute for placing a user in a particular group. Not all LDAP directories offer support for it. Other Groups - the attribute name that describes the group or groups this user belongs to. For Active Directories this is symmetrical to the Group Parent attribute for the group object class that points from each group to its users. If you omit this attribute, or your directory does not support this feature, the Directory Synchronization Client searches for each user in the entire list of groups. For users to be correctly associated with groups, one of the following must be true: a. The Group Parent attribute exists, and the user GUID and group GUID attributes do not. b. The Group Members attribute exists. GUID - a unique identifier assigned to each user in a similar manner to the GUID attribute for groups. If you omit this attribute, you should also omit the group GUID attribute. Administrator s Guide 33

Address Synchronization Tool Administrator Guide

Address Synchronization Tool Administrator Guide Address Synchronization Tool Administrator Guide This guide is for systems administrators configuring the Address Synchronization Tool to update the information used by MessageLabs in the provision of

More information

Synchronization Tool. Administrator Guide

Synchronization Tool. Administrator Guide Synchronization Tool Administrator Guide Synchronization Tool Administrator Guide Documentation version: 1.5 Legal Notice Legal Notice Copyright 2013 Symantec Corporation. All rights reserved. Symantec,

More information

Synchronization Tool Administrator Guide

Synchronization Tool Administrator Guide Synchronization Tool Administrator Guide Synchronization Tool Administrator Guide Documentation version: 1.0 Legal Notice Legal Notice Copyright 2011 Symantec Corporation. All rights reserved. Symantec

More information

Integrated Citrix Servers

Integrated Citrix Servers Installation Guide Supplement for use with Integrated Citrix Servers Websense Web Security Websense Web Filter v7.5 1996-2010, Websense, Inc. 10240 Sorrento Valley Rd., San Diego, CA 92121, USA All rights

More information

MadCap Software. Upgrading Guide. Pulse

MadCap Software. Upgrading Guide. Pulse MadCap Software Upgrading Guide Pulse Copyright 2014 MadCap Software. All rights reserved. Information in this document is subject to change without notice. The software described in this document is furnished

More information

TRITON Unified Security Center Help

TRITON Unified Security Center Help TRITON Unified Security Center Help Websense TRITON Unified Security Center v7.7 2011-2012, Websense Inc. All rights reserved. 10240 Sorrento Valley Rd., San Diego, CA 92121, USA Published 2012 Printed

More information

HP A-IMC Firewall Manager

HP A-IMC Firewall Manager HP A-IMC Firewall Manager Configuration Guide Part number: 5998-2267 Document version: 6PW101-20110805 Legal and notice information Copyright 2011 Hewlett-Packard Development Company, L.P. No part of this

More information

HP IMC Firewall Manager

HP IMC Firewall Manager HP IMC Firewall Manager Configuration Guide Part number: 5998-2267 Document version: 6PW102-20120420 Legal and notice information Copyright 2012 Hewlett-Packard Development Company, L.P. No part of this

More information

Installing and Configuring vcloud Connector

Installing and Configuring vcloud Connector Installing and Configuring vcloud Connector vcloud Connector 2.7.0 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a new

More information

WebSpy Vantage Ultimate 2.2 Web Module Administrators Guide

WebSpy Vantage Ultimate 2.2 Web Module Administrators Guide WebSpy Vantage Ultimate 2.2 Web Module Administrators Guide This document is intended to help you get started using WebSpy Vantage Ultimate and the Web Module. For more detailed information, please see

More information

Integration Guide. SafeNet Authentication Service. Integrating Active Directory Lightweight Services

Integration Guide. SafeNet Authentication Service. Integrating Active Directory Lightweight Services SafeNet Authentication Service Integration Guide Technical Manual Template Release 1.0, PN: 000-000000-000, Rev. A, March 2013, Copyright 2013 SafeNet, Inc. All rights reserved. 1 Document Information

More information

Installation Guide for Pulse on Windows Server 2012

Installation Guide for Pulse on Windows Server 2012 MadCap Software Installation Guide for Pulse on Windows Server 2012 Pulse Copyright 2014 MadCap Software. All rights reserved. Information in this document is subject to change without notice. The software

More information

Installation Guide for Pulse on Windows Server 2008R2

Installation Guide for Pulse on Windows Server 2008R2 MadCap Software Installation Guide for Pulse on Windows Server 2008R2 Pulse Copyright 2014 MadCap Software. All rights reserved. Information in this document is subject to change without notice. The software

More information

Click Studios. Passwordstate. Installation Instructions

Click Studios. Passwordstate. Installation Instructions Passwordstate Installation Instructions This document and the information controlled therein is the property of Click Studios. It must not be reproduced in whole/part, or otherwise disclosed, without prior

More information

Using LDAP Authentication in a PowerCenter Domain

Using LDAP Authentication in a PowerCenter Domain Using LDAP Authentication in a PowerCenter Domain 2008 Informatica Corporation Overview LDAP user accounts can access PowerCenter applications. To provide LDAP user accounts access to the PowerCenter applications,

More information

Sage 200 Web Time & Expenses Guide

Sage 200 Web Time & Expenses Guide Sage 200 Web Time & Expenses Guide Sage (UK) Limited Copyright Statement Sage (UK) Limited, 2006. All rights reserved If this documentation includes advice or information relating to any matter other than

More information

Delegated Administration Quick Start

Delegated Administration Quick Start Delegated Administration Quick Start Topic 50200 Delegated Administration Quick Start Updated 22-Oct-2013 Applies to: Web Filter, Web Security, Web Security Gateway, and Web Security Gateway Anywhere,

More information

CA Performance Center

CA Performance Center CA Performance Center Single Sign-On User Guide 2.4 This Documentation, which includes embedded help systems and electronically distributed materials, (hereinafter referred to as the Documentation ) is

More information

http://docs.trendmicro.com/en-us/smb/hosted-email-security.aspx

http://docs.trendmicro.com/en-us/smb/hosted-email-security.aspx Trend Micro Incorporated reserves the right to make changes to this document and to the product described herein without notice. Before installing and using the product, review the readme files, release

More information

Secure Web Service - Hybrid. Policy Server Setup. Release 9.2.5 Manual Version 1.01

Secure Web Service - Hybrid. Policy Server Setup. Release 9.2.5 Manual Version 1.01 Secure Web Service - Hybrid Policy Server Setup Release 9.2.5 Manual Version 1.01 M86 SECURITY WEB SERVICE HYBRID QUICK START USER GUIDE 2010 M86 Security All rights reserved. 828 W. Taft Ave., Orange,

More information

Synchronization Agent Configuration Guide

Synchronization Agent Configuration Guide SafeNet Authentication Service Synchronization Agent Configuration Guide 1 Document Information Document Part Number 007-012476-001, Revision A Release Date July 2014 Trademarks All intellectual property

More information

MobileStatus Server Installation and Configuration Guide

MobileStatus Server Installation and Configuration Guide MobileStatus Server Installation and Configuration Guide Guide to installing and configuring the MobileStatus Server for Ventelo Mobilstatus Version 1.2 June 2010 www.blueposition.com All company names,

More information

Installation Guide Supplement

Installation Guide Supplement Installation Guide Supplement for use with Microsoft ISA Server and Forefront TMG Websense Web Security Websense Web Filter v7.5 1996 2010, Websense Inc. All rights reserved. 10240 Sorrento Valley Rd.,

More information

XenClient Enterprise Synchronizer Installation Guide

XenClient Enterprise Synchronizer Installation Guide XenClient Enterprise Synchronizer Installation Guide Version 5.1.0 March 26, 2014 Table of Contents About this Guide...3 Hardware, Software and Browser Requirements...3 BIOS Settings...4 Adding Hyper-V

More information

Sophos for Microsoft SharePoint startup guide

Sophos for Microsoft SharePoint startup guide Sophos for Microsoft SharePoint startup guide Product version: 2.0 Document date: March 2011 Contents 1 About this guide...3 2 About Sophos for Microsoft SharePoint...3 3 System requirements...3 4 Planning

More information

Configuration Guide. BES12 Cloud

Configuration Guide. BES12 Cloud Configuration Guide BES12 Cloud Published: 2016-04-08 SWD-20160408113328879 Contents About this guide... 6 Getting started... 7 Configuring BES12 for the first time...7 Administrator permissions you need

More information

Manual POLICY PATROL SECURE FILE TRANSFER

Manual POLICY PATROL SECURE FILE TRANSFER Manual POLICY PATROL SECURE FILE TRANSFER MANUAL Policy Patrol Secure File Transfer This manual, and the software described in this manual, are copyrighted. No part of this manual or the described software

More information

Customer Tips. Xerox Network Scanning HTTP/HTTPS Configuration using Microsoft IIS. for the user. Purpose. Background

Customer Tips. Xerox Network Scanning HTTP/HTTPS Configuration using Microsoft IIS. for the user. Purpose. Background Xerox Multifunction Devices Customer Tips June 5, 2007 This document applies to these Xerox products: X WC Pro 232/238/245/ 255/265/275 for the user Xerox Network Scanning HTTP/HTTPS Configuration using

More information

Transparent Identification of Users

Transparent Identification of Users Transparent Identification of Users Websense Web Security Solutions v7.5, v7.6 Transparent Identification of Users 1996 2011, Websense, Inc. All rights reserved. 10240 Sorrento Valley Rd., San Diego, CA

More information

Disaster Recovery. Websense Web Security Web Security Gateway. v7.6

Disaster Recovery. Websense Web Security Web Security Gateway. v7.6 Disaster Recovery Websense Web Security Web Security Gateway v7.6 1996 2011, Websense, Inc. All rights reserved. 10240 Sorrento Valley Rd., San Diego, CA 92121, USA Published 2011 The products and/or methods

More information

Adeptia Suite LDAP Integration Guide

Adeptia Suite LDAP Integration Guide Adeptia Suite LDAP Integration Guide Version 6.2 Release Date February 24, 2015 343 West Erie, Suite 440 Chicago, IL 60654, USA Phone: (312) 229-1727 x111 Fax: (312) 229-1736 DOCUMENT INFORMATION Adeptia

More information

Email Address Registration. Administrator Guide

Email Address Registration. Administrator Guide Email Address Registration Administrator Guide Address Registration Administrator Guide Documentation version: 1.0 Legal Notice Legal Notice Copyright 2013 Symantec Corporation. All rights reserved. Symantec,

More information

Installing Management Applications on VNX for File

Installing Management Applications on VNX for File EMC VNX Series Release 8.1 Installing Management Applications on VNX for File P/N 300-015-111 Rev 01 EMC Corporation Corporate Headquarters: Hopkinton, MA 01748-9103 1-508-435-1000 www.emc.com Copyright

More information

POLICY PATROL MFT. Manual

POLICY PATROL MFT. Manual POLICY PATROL MFT Manual MANUAL Policy Patrol MFT This manual, and the software described in this manual, are copyrighted. No part of this manual or the described software may be copied, reproduced, translated

More information

Archive Attender Version 3.5

Archive Attender Version 3.5 Archive Attender Version 3.5 Getting Started Guide Sherpa Software (800) 255-5155 www.sherpasoftware.com Page 1 Under the copyright laws, neither the documentation nor the software can be copied, photocopied,

More information

PineApp Surf-SeCure Quick

PineApp Surf-SeCure Quick PineApp Surf-SeCure Quick Installation Guide September 2010 WEB BASED INSTALLATION SURF-SECURE AS PROXY 1. Once logged in, set the appliance s clock: a. Click on the Edit link under Time-Zone section.

More information

Installation Guide. Version 1.5. May 2015 Edition 2002-2015 ICS Learning Group

Installation Guide. Version 1.5. May 2015 Edition 2002-2015 ICS Learning Group Installation Guide Version 1.5 May 2015 Edition 2002-2015 ICS Learning Group 1 Disclaimer ICS Learning Group makes no representations or warranties with respect to the contents or use of this manual, and

More information

RoomWizard Synchronization Software Manual Installation Instructions

RoomWizard Synchronization Software Manual Installation Instructions 2 RoomWizard Synchronization Software Manual Installation Instructions Table of Contents Exchange Server Configuration... 4 RoomWizard Synchronization Software Installation and Configuration... 5 System

More information

Using Logon Agent for Transparent User Identification

Using Logon Agent for Transparent User Identification Using Logon Agent for Transparent User Identification Websense Logon Agent (also called Authentication Server) identifies users in real time, as they log on to domains. Logon Agent works with the Websense

More information

Deploying EMC Documentum WDK Applications with IBM WebSEAL as a Reverse Proxy

Deploying EMC Documentum WDK Applications with IBM WebSEAL as a Reverse Proxy Deploying EMC Documentum WDK Applications with IBM WebSEAL as a Reverse Proxy Applied Technology Abstract This white paper serves as a detailed solutions guide for installing and configuring IBM WebSEAL

More information

FileMaker Server 11. FileMaker Server Help

FileMaker Server 11. FileMaker Server Help FileMaker Server 11 FileMaker Server Help 2010 FileMaker, Inc. All Rights Reserved. FileMaker, Inc. 5201 Patrick Henry Drive Santa Clara, California 95054 FileMaker is a trademark of FileMaker, Inc. registered

More information

FOR WINDOWS FILE SERVERS

FOR WINDOWS FILE SERVERS Quest ChangeAuditor FOR WINDOWS FILE SERVERS 5.1 User Guide Copyright Quest Software, Inc. 2010. All rights reserved. This guide contains proprietary information protected by copyright. The software described

More information

Table of Contents. Welcome... 2. Login... 3. Password Assistance... 4. Self Registration... 5. Secure Mail... 7. Compose... 8. Drafts...

Table of Contents. Welcome... 2. Login... 3. Password Assistance... 4. Self Registration... 5. Secure Mail... 7. Compose... 8. Drafts... Table of Contents Welcome... 2 Login... 3 Password Assistance... 4 Self Registration... 5 Secure Mail... 7 Compose... 8 Drafts... 10 Outbox... 11 Sent Items... 12 View Package Details... 12 File Manager...

More information

Installation and Configuration Guide

Installation and Configuration Guide Entrust Managed Services PKI Auto-enrollment Server 7.0 Installation and Configuration Guide Document issue: 1.0 Date of Issue: July 2009 Copyright 2009 Entrust. All rights reserved. Entrust is a trademark

More information

Configuration Information

Configuration Information This chapter describes some basic Email Security Gateway configuration settings, some of which can be set in the first-time Configuration Wizard. Other topics covered include Email Security interface navigation,

More information

DameWare Server. Administrator Guide

DameWare Server. Administrator Guide DameWare Server Administrator Guide About DameWare Contact Information Team Contact Information Sales 1.866.270.1449 General Support Technical Support Customer Service User Forums http://www.dameware.com/customers.aspx

More information

User Guide Online Backup

User Guide Online Backup User Guide Online Backup Table of contents Table of contents... 1 Introduction... 2 Adding the Online Backup Service to your Account... 2 Getting Started with the Online Backup Software... 4 Downloading

More information

How To Install Caarcserve Backup Patch Manager 27.3.2.2 (Carcserver) On A Pc Or Mac Or Mac (Or Mac)

How To Install Caarcserve Backup Patch Manager 27.3.2.2 (Carcserver) On A Pc Or Mac Or Mac (Or Mac) CA ARCserve Backup Patch Manager for Windows User Guide r16 This Documentation, which includes embedded help systems and electronically distributed materials, (hereinafter referred to as the Documentation

More information

NovaBACKUP. Storage Server. NovaStor / May 2011

NovaBACKUP. Storage Server. NovaStor / May 2011 NovaBACKUP Storage Server NovaStor / May 2011 2011 NovaStor, all rights reserved. All trademarks are the property of their respective owners. Features and specifications are subject to change without notice.

More information

Trustwave SEG Cloud Customer Guide

Trustwave SEG Cloud Customer Guide Trustwave SEG Cloud Customer Guide Legal Notice Copyright 2015 Trustwave Holdings, Inc. All rights reserved. This document is protected by copyright and any distribution, reproduction, copying, or decompilation

More information

Interworks. Interworks Cloud Platform Installation Guide

Interworks. Interworks Cloud Platform Installation Guide Interworks Interworks Cloud Platform Installation Guide Published: March, 2014 This document contains information proprietary to Interworks and its receipt or possession does not convey any rights to reproduce,

More information

LDAP Synchronization Agent Configuration Guide for

LDAP Synchronization Agent Configuration Guide for LDAP Synchronization Agent Configuration Guide for Powerful Authentication Management for Service Providers and Enterprises Version 3.x Authentication Service Delivery Made EASY LDAP Synchronization Agent

More information

Cisco TelePresence Authenticating Cisco VCS Accounts Using LDAP

Cisco TelePresence Authenticating Cisco VCS Accounts Using LDAP Cisco TelePresence Authenticating Cisco VCS Accounts Using LDAP Deployment Guide Cisco VCS X8.1 D14465.06 December 2013 Contents Introduction 3 Process summary 3 LDAP accessible authentication server configuration

More information

Installing Policy Patrol on a separate machine

Installing Policy Patrol on a separate machine Policy Patrol 3.0 technical documentation July 23, 2004 Installing Policy Patrol on a separate machine If you have Microsoft Exchange Server 2000 or 2003 it is recommended to install Policy Patrol on the

More information

M86 Web Filter USER GUIDE for M86 Mobile Security Client. Software Version: 5.0.00 Document Version: 02.01.12

M86 Web Filter USER GUIDE for M86 Mobile Security Client. Software Version: 5.0.00 Document Version: 02.01.12 M86 Web Filter USER GUIDE for M86 Mobile Security Client Software Version: 5.0.00 Document Version: 02.01.12 M86 WEB FILTER USER GUIDE FOR M86 MOBILE SECURITY CLIENT 2012 M86 Security All rights reserved.

More information

Installation Guide. Novell Storage Manager 3.1.1 for Active Directory. Novell Storage Manager 3.1.1 for Active Directory Installation Guide

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

More information

Remote Filtering Software

Remote Filtering Software Remote Filtering Software Websense Web Security Solutions v7.7-7.8 1996 2013, Websense, Inc. All rights reserved. 10240 Sorrento Valley Rd., San Diego, CA 92121, USA Published 2013 The products and/or

More information

Veritas Cluster Server Database Agent for Microsoft SQL Configuration Guide

Veritas Cluster Server Database Agent for Microsoft SQL Configuration Guide Veritas Cluster Server Database Agent for Microsoft SQL Configuration Guide Windows 2000, Windows Server 2003 5.0 11293743 Veritas Cluster Server Database Agent for Microsoft SQL Configuration Guide Copyright

More information

Click Studios. Passwordstate. Installation Instructions

Click Studios. Passwordstate. Installation Instructions Passwordstate Installation Instructions This document and the information controlled therein is the property of Click Studios. It must not be reproduced in whole/part, or otherwise disclosed, without prior

More information

Dell Directory Analyzer 4.14. Installation Guide

Dell Directory Analyzer 4.14. Installation Guide Dell Directory Analyzer 4.14 2014 Dell Inc. ALL RIGHTS RESERVED. This guide contains proprietary information protected by copyright. The software described in this guide is furnished under a software license

More information

Dell KACE K1000 System Management Appliance Version 5.4. Service Desk Administrator Guide

Dell KACE K1000 System Management Appliance Version 5.4. Service Desk Administrator Guide Dell KACE K1000 System Management Appliance Version 5.4 Service Desk Administrator Guide October 2012 2004-2012 Dell Inc. All rights reserved. Reproduction of these materials in any manner whatsoever without

More information

Manual POLICY PATROL SIGNATURES FOR OUTLOOK, GOOGLE APPS & OFFICE 365

Manual POLICY PATROL SIGNATURES FOR OUTLOOK, GOOGLE APPS & OFFICE 365 Manual POLICY PATROL SIGNATURES FOR OUTLOOK, GOOGLE APPS & OFFICE 365 MANUAL Policy Patrol Signatures This manual, and the software described in this manual, are copyrighted. No part of this manual or

More information

CaseWare Time. CaseWare Cloud Integration Guide. For Time 2015 and CaseWare Cloud

CaseWare Time. CaseWare Cloud Integration Guide. For Time 2015 and CaseWare Cloud CaseWare Time CaseWare Cloud Integration Guide For Time 2015 and CaseWare Cloud Copyright and Trademark Notice Copyright. 2015 CaseWare International Inc. ( CWI ). All Rights Reserved. Use, duplication,

More information

Backup Exec Cloud Storage for Nirvanix Installation Guide. Release 2.0

Backup Exec Cloud Storage for Nirvanix Installation Guide. Release 2.0 Backup Exec Cloud Storage for Nirvanix Installation Guide Release 2.0 The software described in this book is furnished under a license agreement and may be used only in accordance with the terms of the

More information

Cyber-Ark Software. Version 4.5

Cyber-Ark Software. Version 4.5 Cyber-Ark Software One-Click Transfer User Guide The Cyber-Ark Vault Version 4.5 All rights reserved. This document contains information and ideas, which are proprietary to Cyber-Ark Software. No part

More information

Sage 100 ERP. Installation and System Administrator s Guide

Sage 100 ERP. Installation and System Administrator s Guide Sage 100 ERP Installation and System Administrator s Guide This is a publication of Sage Software, Inc. Version 2014 Copyright 2013 Sage Software, Inc. All rights reserved. Sage, the Sage logos, and the

More information

Dell SupportAssist Version 2.0 for Dell OpenManage Essentials Quick Start Guide

Dell SupportAssist Version 2.0 for Dell OpenManage Essentials Quick Start Guide Dell SupportAssist Version 2.0 for Dell OpenManage Essentials Quick Start Guide Notes, Cautions, and Warnings NOTE: A NOTE indicates important information that helps you make better use of your computer.

More information

Secure Web Gateway Version 11.0 User Guide

Secure Web Gateway Version 11.0 User Guide Secure Web Gateway Version 11.0 User Guide Legal Notice Copyright 2013 Trustwave Holdings, Inc. All rights reserved. This document is protected by copyright and any distribution, reproduction, copying,

More information

How To Login To The Mft Internet Server (Mft) On A Pc Or Macbook Or Macintosh (Macintosh) With A Password Protected (Macbook) Or Ipad (Macro) (For Macintosh) (Macros

How To Login To The Mft Internet Server (Mft) On A Pc Or Macbook Or Macintosh (Macintosh) With A Password Protected (Macbook) Or Ipad (Macro) (For Macintosh) (Macros TIBCO MFT Internet Server User Guide Software Release 7.2.4 October 2014 Important Information SOME TIBCO SOFTWARE EMBEDS OR BUNDLES OTHER TIBCO SOFTWARE. USE OF SUCH EMBEDDED OR BUNDLED TIBCO SOFTWARE

More information

User Document. Adobe Acrobat 7.0 for Microsoft Windows Group Policy Objects and Active Directory

User Document. Adobe Acrobat 7.0 for Microsoft Windows Group Policy Objects and Active Directory Adobe Acrobat 7.0 for Microsoft Windows Group Policy Objects and Active Directory Copyright 2005 Adobe Systems Incorporated. All rights reserved. NOTICE: All information contained herein is the property

More information

Installation & Configuration Guide User Provisioning Service 2.0

Installation & Configuration Guide User Provisioning Service 2.0 Installation & Configuration Guide User Provisioning Service 2.0 NAVEX Global User Provisioning Service 2.0 Installation Guide Copyright 2015 NAVEX Global, Inc. NAVEX Global is a trademark/service mark

More information

CA Clarity Project & Portfolio Manager

CA Clarity Project & Portfolio Manager CA Clarity Project & Portfolio Manager Using CA Clarity PPM with Open Workbench and Microsoft Project v12.1.0 This documentation and any related computer software help programs (hereinafter referred to

More information

Oracle Enterprise Single Sign-on Provisioning Gateway. Administrator Guide Release 10.1.4.1.0 E12613-01

Oracle Enterprise Single Sign-on Provisioning Gateway. Administrator Guide Release 10.1.4.1.0 E12613-01 Oracle Enterprise Single Sign-on Provisioning Gateway Administrator Guide Release 10.1.4.1.0 E12613-01 March 2009 Oracle Enterprise Single Sign-on Provisioning Gateway, Administrator Guide, Release 10.1.4.1.0

More information

User Guide. DocAve Lotus Notes Migrator for Microsoft Exchange 1.1. Using the DocAve Notes Migrator for Exchange to Perform a Basic Migration

User Guide. DocAve Lotus Notes Migrator for Microsoft Exchange 1.1. Using the DocAve Notes Migrator for Exchange to Perform a Basic Migration User Guide DocAve Lotus Notes Migrator for Microsoft Exchange 1.1 Using the DocAve Notes Migrator for Exchange to Perform a Basic Migration This document is intended for anyone wishing to familiarize themselves

More information

Microsoft Dynamics GP. Workflow Installation Guide Release 10.0

Microsoft Dynamics GP. Workflow Installation Guide Release 10.0 Microsoft Dynamics GP Workflow Installation Guide Release 10.0 Copyright Copyright 2008 Microsoft Corporation. All rights reserved. Complying with all applicable copyright laws is the responsibility of

More information

TRITON - Web Security Help

TRITON - Web Security Help TRITON - Web Security Help Websense Web Security Websense Web Filter v7.6 1996 2015, Websense Inc. All rights reserved. 10240 Sorrento Valley Rd., San Diego, CA 92121, USA Published 2015 Printed in the

More information

Management Center. Installation and Upgrade Guide. Version 8 FR4

Management Center. Installation and Upgrade Guide. Version 8 FR4 Management Center Installation and Upgrade Guide Version 8 FR4 APPSENSE MANAGEMENT CENTER INSTALLATION AND UPGRADE GUIDE ii AppSense Limited, 2012 All rights reserved. part of this document may be produced

More information

VERITAS Backup Exec TM 10.0 for Windows Servers

VERITAS Backup Exec TM 10.0 for Windows Servers VERITAS Backup Exec TM 10.0 for Windows Servers Quick Installation Guide N134418 July 2004 Disclaimer The information contained in this publication is subject to change without notice. VERITAS Software

More information

Omniquad Exchange Archiving

Omniquad Exchange Archiving Omniquad Exchange Archiving Deployment and Administrator Guide Manual version 3.1.2 Revision Date: 20 May 2013 Copyright 2012 Omniquad Ltd. All rights reserved. Omniquad Ltd Crown House 72 Hammersmith

More information

Configuration Guide BES12. Version 12.2

Configuration Guide BES12. Version 12.2 Configuration Guide BES12 Version 12.2 Published: 2015-07-07 SWD-20150630131852557 Contents About this guide... 8 Getting started... 9 Administrator permissions you need to configure BES12... 9 Obtaining

More information

Synchronizer Installation

Synchronizer Installation Synchronizer Installation Synchronizer Installation Synchronizer Installation This document provides instructions for installing Synchronizer. Synchronizer performs all the administrative tasks for XenClient

More information

User Guidance. CimTrak Integrity & Compliance Suite 2.0.6.19

User Guidance. CimTrak Integrity & Compliance Suite 2.0.6.19 CimTrak Integrity & Compliance Suite 2.0.6.19 Master Repository Management Console File System Agent Network Device Agent Command Line Utility Ping Utility Proxy Utility FTP Repository Interface User Guidance

More information

Quest ChangeAuditor 5.1 FOR ACTIVE DIRECTORY. User Guide

Quest ChangeAuditor 5.1 FOR ACTIVE DIRECTORY. User Guide Quest ChangeAuditor FOR ACTIVE DIRECTORY 5.1 User Guide Copyright Quest Software, Inc. 2010. All rights reserved. This guide contains proprietary information protected by copyright. The software described

More information

HYPERION SYSTEM 9 N-TIER INSTALLATION GUIDE MASTER DATA MANAGEMENT RELEASE 9.2

HYPERION SYSTEM 9 N-TIER INSTALLATION GUIDE MASTER DATA MANAGEMENT RELEASE 9.2 HYPERION SYSTEM 9 MASTER DATA MANAGEMENT RELEASE 9.2 N-TIER INSTALLATION GUIDE P/N: DM90192000 Copyright 2005-2006 Hyperion Solutions Corporation. All rights reserved. Hyperion, the Hyperion logo, and

More information

Quadro Configuration Console User's Guide. Table of Contents. Table of Contents

Quadro Configuration Console User's Guide. Table of Contents. Table of Contents Epygi Technologies Table of Contents Table of Contents About This User s Guide... 3 Introducing the Quadro Configuration Console... 4 Technical Specification... 6 Requirements... 6 System Requirements...

More information

Tenrox. Single Sign-On (SSO) Setup Guide. January, 2012. 2012 Tenrox. All rights reserved.

Tenrox. Single Sign-On (SSO) Setup Guide. January, 2012. 2012 Tenrox. All rights reserved. Tenrox Single Sign-On (SSO) Setup Guide January, 2012 2012 Tenrox. All rights reserved. About this Guide This guide provides a high-level technical overview of the Tenrox Single Sign-On (SSO) architecture,

More information

Novell ZENworks 10 Configuration Management SP3

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

More information

BlackShield ID. QUICKStart Guide. Integrating Active Directory Lightweight Services

BlackShield ID. QUICKStart Guide. Integrating Active Directory Lightweight Services QUICKStart Guide Integrating Active Directory Lightweight Services 2010 CRYPTOCard Corp. All rights reserved. http://www.cryptocard.com Trademarks CRYPTOCard, CRYPTO Server, CRYPTO Web, CRYPTO Kit, CRYPTO

More information

F-Secure Messaging Security Gateway. Deployment Guide

F-Secure Messaging Security Gateway. Deployment Guide F-Secure Messaging Security Gateway Deployment Guide TOC F-Secure Messaging Security Gateway Contents Chapter 1: Deploying F-Secure Messaging Security Gateway...3 1.1 The typical product deployment model...4

More information

RSA Authentication Manager 7.1 Microsoft Active Directory Integration Guide

RSA Authentication Manager 7.1 Microsoft Active Directory Integration Guide RSA Authentication Manager 7.1 Microsoft Active Directory Integration Guide Contact Information Go to the RSA corporate web site for regional Customer Support telephone and fax numbers: www.rsa.com Trademarks

More information

How To Manage Storage With Novell Storage Manager 3.X For Active Directory

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

More information

Dell One Identity Cloud Access Manager 7.0.2. Installation Guide

Dell One Identity Cloud Access Manager 7.0.2. Installation Guide Dell One Identity Cloud Access Manager 7.0.2 2014 Dell Inc. ALL RIGHTS RESERVED. This guide contains proprietary information protected by copyright. The software described in this guide is furnished under

More information

User Manual. Onsight Management Suite Version 5.1. Another Innovation by Librestream

User Manual. Onsight Management Suite Version 5.1. Another Innovation by Librestream User Manual Onsight Management Suite Version 5.1 Another Innovation by Librestream Doc #: 400075-06 May 2012 Information in this document is subject to change without notice. Reproduction in any manner

More information

Installation and Configuration Guide

Installation and Configuration Guide Installation and Configuration Guide BlackBerry Resource Kit for BlackBerry Enterprise Service 10 Version 10.2 Published: 2015-11-12 SWD-20151112124827386 Contents Overview: BlackBerry Enterprise Service

More information

TIBCO Spotfire Automation Services 6.5. Installation and Deployment Manual

TIBCO Spotfire Automation Services 6.5. Installation and Deployment Manual TIBCO Spotfire Automation Services 6.5 Installation and Deployment Manual Revision date: 17 April 2014 Important Information SOME TIBCO SOFTWARE EMBEDS OR BUNDLES OTHER TIBCO SOFTWARE. USE OF SUCH EMBEDDED

More information

v6.1 Websense Enterprise Reporting Administrator s Guide

v6.1 Websense Enterprise Reporting Administrator s Guide v6.1 Websense Enterprise Reporting Administrator s Guide Websense Enterprise Reporting Administrator s Guide 1996 2005, Websense, Inc. All rights reserved. 10240 Sorrento Valley Rd., San Diego, CA 92121,

More information

NETWRIX EVENT LOG MANAGER

NETWRIX EVENT LOG MANAGER NETWRIX EVENT LOG MANAGER ADMINISTRATOR S GUIDE Product Version: 4.0 July/2012. Legal Notice The information in this publication is furnished for information use only, and does not constitute a commitment

More information

Content Filtering Client Policy & Reporting Administrator s Guide

Content Filtering Client Policy & Reporting Administrator s Guide Content Filtering Client Policy & Reporting Administrator s Guide Notes, Cautions, and Warnings NOTE: A NOTE indicates important information that helps you make better use of your system. CAUTION: A CAUTION

More information

fåíéêåéí=péêîéê=^çãáåáëíê~íçêûë=dìáçé

fåíéêåéí=péêîéê=^çãáåáëíê~íçêûë=dìáçé fåíéêåéí=péêîéê=^çãáåáëíê~íçêûë=dìáçé Internet Server FileXpress Internet Server Administrator s Guide Version 7.2.1 Version 7.2.2 Created on 29 May, 2014 2014 Attachmate Corporation and its licensors.

More information

WhatsUp Gold v16.2 Installation and Configuration Guide

WhatsUp Gold v16.2 Installation and Configuration Guide WhatsUp Gold v16.2 Installation and Configuration Guide Contents Installing and Configuring Ipswitch WhatsUp Gold v16.2 using WhatsUp Setup Installing WhatsUp Gold using WhatsUp Setup... 1 Security guidelines

More information