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

Size: px
Start display at page:

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

Transcription

1 SafeNet Authentication Service Integration Guide Technical Manual Template Release 1.0, PN: , Rev. A, March 2013, Copyright 2013 SafeNet, Inc. All rights reserved. 1

2 Document Information Document Part Number , Rev A Release Date August 2010 Trademarks All intellectual property is protected by copyright. All trademarks and product names used or referred to are the copyright of their respective owners. No part of this document may be reproduced, stored in a retrieval system or transmitted in any form or by any means, electronic, mechanical, chemical, photocopy, recording, or otherwise, without the prior written permission of SafeNet, Inc. Disclaimer SafeNet makes no representations or warranties with respect to the contents of this document and specifically disclaims any implied warranties of merchantability or fitness for any particular purpose. Furthermore, SafeNet reserves the right to revise this publication and to make changes from time to time in the content hereof without the obligation upon SafeNet to notify any person or organization of any such revisions or changes. We have attempted to make these documents complete, accurate, and useful, but we cannot guarantee them to be perfect. When we discover errors or omissions, or they are brought to our attention, we endeavor to correct them in succeeding releases of the product. SafeNet invites constructive comments on the contents of this document. These comments, together with your personal and/or company details, should be sent to the address or below. Contact Method Mail Contact Information SafeNet, Inc Millennium Drive Belcamp, Maryland 21017, USA TechPubs@safenet-inc.com 2

3 Contents Contents Introduction... 4 Third-Party Software Acknowledgement... 4 Active Directory Lightweight Directory Services Installation... 4 Creating an Instance... 4 Preparing ADLDS Schema Synchronization... 9 Active Directory Schema Analyzer Overview... 9 Launchingandusing ADSchemaAnalyzer utility... 9 Loading Active Directory/ADLDS Schema LDF Files Loading ADLDS Synchronization Schema LDF Files Editing/Customizing ADLDS Synchronization Config File Creating ADLDS Synchronization Config File Installing a Custom ADLDS Synchronization Config File First Time Synchronization Disabling SSL Authentication in ADLDS Creating ADLDS User for SAS Configuring ADLDS to Auto Synchronize ADAM Multi-Domain Support Creating an OU for additional Domains Create an OU within the existing ADLDS instance for the second domain information Displaying Currently Loaded Configurations Batch File Example Configuring SAS to Use ADLDS Proxy User Caveats Support Contacts

4 Introduction Third-Party Software Acknowledgement This document is intended to help users of SafeNet products when working with third-party software, such as Microsoft Active Directory Lightweight Services. Material from third-party software is being used solely for the purpose of making instructions clear. Screen images and content obtained from third-party software will be acknowledged as such. Active Directory Lightweight Directory Services Installation Microsoft Active Directory Lightweight Directory Services (formerly Microsoft Active Directory Application Mode) is part of Windows 2008 R2. To install Active Directory Lightweight Directory Services (ADLDS), go to: 1. Launch Server Manager. 2. Select Roles on the left pane. 3. Click Add Roles on the right pane. 4. When the wizard opens, click Next. 5. Place a check mark in Active Directory Lightweight Directory Services. 6. Click Add Required Features, then Next, and Next again. 7. Click Install. Creating an Instance The following instructions are used to create an instance (virtual LDAP domain) which SAS will use to query its user information from. The user information is populated into your instance from your main LDAP server (Active Directory). To create a new ADLDS instance: 1. Click Start > All Programs > Administrative Tools. 2. Select Active Directory Lightweight Directory Services Setup Wizard. The Active Directory Lightweight Directory Services Setup Wizard will open. 3. Click Next to begin creating a new ADLDS instance. On the Setup Options dialogue, to create a unique instance or replicate the information from an existing ADLDS instance. Since this is the first time through ADLDS, select A unique instance, and then click Next. 4

5 Figure 1 On the Instance Name page, provide a name for the instance. Choose a name that will be easily recognizable as it will be used when creating the Windows service. In this instance, SAS will be used as the instance name. Provide a Description for the instance name. Click Next to continue. Figure 2 By default, LDAP and LDAPS use port 389 and 636 respectively. If the default LDAP ports have been modified, change the port numbers accordingly. Click Next to continue 5

6 Figure 3 NOTE: If installation is performed on a domain controller, or a second ADLDS is being created, then the ports will default to and respectively. On the Application Directory Partition page, select Yes, create an application directory partition. Create a partition with the name in the following syntax: DC=blackshield,dc=domain,dc=com (for example, DC=blackshield,dc=intel,dc=com) Click Next to continue. Figure 4 6

7 On the File Locations page, verify the default file location is acceptable. After verifying, click Next to continue. Figure 5 On the Service Account Selection page, select the Network service account radio button. Click Next to continue. Figure 6 On the ADLDS Administrators page, select Currently logged on user DOMAIN\Administrator. Click Next to continue. 7

8 Figure 7 On the Importing LDIF Files page, select the following: MSInetOrgPerson.LDF MSUser.LDF MSUserProxy.LDF Click Next to continue. Click Next again to create the ADLDS instance. Click Finish once the instance has been created. Figure 8 8

9 Preparing ADLDS Schema Synchronization The previous steps will have created and prepared your ADLDS instance to accept LDAP information. During the setup of the ADLDS instance, you told it to load 3 LDF files. These files provide the AD LDS instance information pertaining to particular LDAP object classes, attributes and help it understand as to what its default schema should look like. However, the three provided LDF files do not provide ALL needed information. You are required to use a utility provided by Microsoft called AD Schema Analyzer. Active Directory Schema Analyzer Overview AD Schema Analyzer is a utility that will analyze your current LDAP schema and then analyze what is currently in the local ADLDS schema. It will create an LDF file with all the missing object classes and attributes in ADLDS so that your synchronization can be performed successfully. Launchingandusing ADSchemaAnalyzer utility To start the AD Schema Analyzer, launch a command prompt and navigate to: C:\Windows\ADAM Type in: ADSchemaAnalyzer The AD DS/LDS Schema Analyzer will appear. Figure 9 In the AD DS/LDS Schema Analyzer, click File, and then select Load target schema. Figure 10 9

10 Enter the following information for your Active Directory Server: Server:[port] - IP or DNS of Active Directory:Port Username - Username(ex.Administrator) Password Password for user Domain Domain name (ex., Intel.com) Under Bind type, select Secure. Under Server type, select AD DS/LDS. Click OK when all the information has been entered. Figure 11 At the bottom of the AD DS/LDS Schema Analyzer, the application is attempting to load the AD schema and all its attributes. The base schema must now be loaded. Figure 12 In the AD DS/LDS Schema Analyzer, click File. Select Load base schema. 10

11 Figure 13 Enter the following information for the local AD DS/LDS instance: For Server:[port], enter :389. Under Bind type, select Secure. Under Server type, select Auto. Click OK when all the information has been entered. Figure 14 For the local AD DS/LDS instance, only the server and port are required. 11

12 After clicking the OK button, the application will compare the two schemas and once it is finished, it will display Done completing schema. Figure 15 Within the AD DS/LDS Schema Analyzer, click the Schema menu. Select Mark all non-present elements as included. Figure 16 NOTE: A message will display the total amount of non-present elements that were marked as included. Within the AD DS/LDS Schema Analyzer: 1. Click the file and then select Create LDIF file. Figure 17 12

13 2. In the Save As window, provide a name for the LDF file. 3. Provide the file with a recognizable name as will be used in the next section. 4. Save the LDF file in the default directory. Loading Active Directory/ADLDS Schema LDF Files To load the custom LDF file that was created in the previous section, a command will be required to be executed from the command prompt within the ADAM directory. On the ADLDS system, launch a command prompt and navigate to: C:\Windows\ADAM Issue the following command: ldifde -i -s localhost -c CN=Configuration, DC=X #ConfigurationNamingContext -f (custom LDF filename).ldf NOTE: The (customldffilename).ldf is to be replaced to the filename of the LDF file that was created in the previous section. After executing the command, it will show the following text output: Connecting to "localhost" Logging in as current user using SSPI Importing directory from file "(customldffilename).ldf" Loading entries... NOTE: Loading entries may take a while depending on how many attributes are being loaded. Once the command has completed, a message in the command line is displayed as follows. (Number of entries may vary) Figure 18 Loading ADLDS Synchronization Schema LDF Files On the ADLDS system, launch a command prompt and navigate to: C:\Windows\ADAM Issue the following command: ldifde -i -s localhost -c CN=Configuration, DC=X #ConfigurationNamingContext -f MS-AdamSyncMetaData.ldf 13

14 After executing the command, it will show the following text output: Connecting to "localhost" Logging in as current user using SSPI Importing directory from file "MSAdamSyncMetaData.ldf" Loading entries... Once the command has completed, a message in the command line is displayed as follows. (Number of entries may vary) Figure 19 Editing/Customizing ADLDS Synchronization Config File ADLDS requires a special file in order to determine the information it should synchronize from LDAP. In a nutshell, this file will ultimately contain connection information to the target LDAP server, and the destination ADLDS instance. It will also contain information as to what attributes will be synchronized. Creating ADLDS Synchronization Config File This section will provide steps on how to create an ADLDS Synchronization file. The file that will be created will indicate to ADLD S the objects and attributes that will be synchronized from an LDAP server. This file is loaded into ADLDS using a special command, and then is used by any subsequent automated synchronization. There are two options to creating a customized ADLDS Synchronization file. The first option is to copy the MSAdamSyncConf.xml file and modify the necessary information. The second option is to copy the sample AD LDS Synchronization XML Config File, modify the necessary information, and save it to a file. Option 1 The MSAdamSyncConf.xml file is located in c:\windows\adam. Make a copy of the file to the desktop, and open the file with a text editor. There are 6 lines that are required to be modified within the synchronization file. The lines are: <source-ad-name>your-dc-hostname</source-ad-name> Hostname of Active Directory Server (ensure it is resolvable by DNS) <source-ad-partition>dc=yourdomain,dc=com</source-ad-partition> Instance path of Active Directory tree (Ex.,dc=intel,dc=com) <source-ad-account>administrator</source-ad-account> <target-dn>dc=blackshield,dc=cryptocard,dc=com</target-dn> Domain name of Active Directory (ex., intel.com) Local ADLDS instance (See Figure 14 on page 11 for local ADLDS DN.) 14

15 <base-dn>dc=yourdomain,dc=com</base-dn> Remote LDAP Distinguished Name (Active Directory Server) An optional but non-critical line that can be modified is the description. Here is Microsoft's explanation of the values in the event the above explanation is not adequate or is not clear. The following is taken out of the ADAM Quick Start Guide produced by Microsoft. <source-ad-name>seattledc1</source-ad-name> Replace the value of <source-ad-name> with the name of the source Active Directory domain controller <source-ad-partition>dc=fabrikam,dc=com</source-ad-partition> Replace the value of <source-ad - partition> with the distinguished name of the source domain <source-ad-account>administrator</source-ad-account>. <account-domain>fabrikam.com</account-domain>. <target-dn>o=microsoft,c=us</target-dn>. <base-dn>dc=fabrikam,dc=com</base-dn> Replace the value of <source-ad-account> with the name of an account tin the Domain Admins group of the source domain Replace the value of <account-domain> with the fully qualified name of the source domain Replace the value of <target-dn> with the name of the partition of the target ADAM instance Replace the value of <base-dn> with the base distinguished name of the source domain Option 2 Copy the ADLDS Synchronization XML Config file below into NotePad. Then modify the following section s below that is in bold. For more information and explanation, see the previous section. <doc> <configuration> <description>blackshield AD LDS Sync File</description> <security-mode>object</security-mode> <source-ad-name>your-dc</source-ad-name> <source-ad-partition>dc=yourdomain,dc=com</source-ad-partition> <source-ad-account>administrator</source-ad-account> <account-domain>yourdomain.com</account-domain> <target-dn>dc=blackshield,dc=cryptocard,dc=com</target-dn> 15

16 <query> <base-dn>dc=yourdomain,dc=com</base-dn> <object-filter>(objectclass=*)</object-filter> <attributes> <include></include> <exclude>extensionname</exclude> <exclude>displaynameprintable</exclude> <exclude>flags</exclude> <exclude>isprivelegeholder</exclude> <exclude>mscom-userlink</exclude> <exclude>mscom-partitionsetlink</exclude> <exclude>reports</exclude> <exclude>serviceprincipalname</exclude> <exclude>accountexpires</exclude> <exclude>admincount</exclude> <exclude>primarygroupid</exclude> <exclude>useraccountcontrol</exclude> <exclude>codepage</exclude> <exclude>countrycode</exclude> <exclude>logonhours</exclude> <exclude>lockouttime</exclude> </attributes> </query> <schedule> <aging> <frequency>0</frequency> <num-objects>0</num-objects> </aging> <schtasks-cmd></schtasks-cmd> </schedule> </configuration> <synchronizer-state> <dirsync-cookie></dirsync-cookie> <status></status> <authoritative-adam-instance></authoritative-adam-instance> 16

17 <configuration-file-guid></configuration-file-guid> <last-sync-attempt-time></last-sync-attempt-time> <last-sync-success-time></last-sync-success-time> <last-sync-error-time></last-sync-error-time> <last-sync-error-string></last-sync-error-string> <consecutive-sync-failures></consecutive-sync-failures> <user-credentials></user-credentials> <runs-since-last-object-update></runs-since-last-object-update> <runs-since-last-full-sync></runs-since-last-full-sync> </synchronizer-state> </doc> Once all changes have been made, save the file to C:\Windows\ADAM, with a.xml extension. Please provide a name that is recognizable as the xml file will be used in the next section. Installing a Custom ADLDS Synchronization Config File The following instruction will explain how to install the custom configuration file that was created in the previous section. The custom configuration file should be placed in C:\Windows\ADAM. Launch a command prompt and navigate to: C:\Windows\ADAM Type the following command: ADAMSync /install localhost:389 %windir%\adam\ (custom sync filename).xml After running the command, the prompt will move to the next line and display Done. NOTE: If there is a second XML file to add a second domain, then please use the same command above, but specify the appropriate filename. First Time Synchronization After installing the custom XML configuration file, a sync must occur between the LDAP Server specified in the custom XML config file to the ADLDS instance. The following instructions in this section will require the creation of a directory to store a sync file, and then running the command to start the sync. A directory needs to be created for the ADLDS synchronizations logs. Create a directory on the C:\ drive named ADLDS Logs. 17

18 Launch a command prompt and navigate to: C:\Windows\ADAM Type the following command: ADAMSync /fs localhost:389 "dc=blackshield,dc=cryptocard,dc=com" /log C:\ADLDS-Logs\sync.log NOTE: (Optional)AdditionalDomain:..."OU=Domain2,dc=cryptoserver,dc=sparks,dc=com"/log C:\ADAMLogs\syncDomain2.log Synchronization of data Active Directory to the newly created ADLDS instance can take from 5 minutes to 5 hours depending on how many users exist within Active Directory. Please monitor the ADLDS Sync log in C:\ADLDSLogs\sync.log as it can grow in size rapidly and cause low disk space. Disabling SSL Authentication in ADLDS By default, SSL authentication is enabled ADLDS. The instructions in this section will show how to disable SSL authentication into ADLDS. This is needed to allow SAS to bind (authenticate) to the ADLDS instance without requiring a certificate. To disable SSL authentication, the ADSI Edit tool will be needed. NOTE: If SSL authentication is required to access an ADLDS instance from a remote system, then please skip this section. Please also note that ADLDS should have a valid certificate loaded. To launch the ADSI Edit tool go to: Start All Programs Administrative Tools ADSI Edit In the ADSI Edit application: Right-click on ADSI Edit on the left pane. Select Connect to. Figure 20 18

19 In the Connection Settings window, perform the following: Select the Select a well known Naming Context radio button, and select Configuration in the dropdown menu. Select the Select or type a domain or server: (Server Domain [:port]) option, and then enter in localhost:389 in the field below. Enter a name for the connection settings. (Ex: Local AD LDS Instance) Click the OK button. Figure 21 In the ADSI Edit application, expand the newly added object, and then: Expand CN=Configuration,CN= > CN=Services > CN=WindowsNT. Right-click on CN=DirectoryService. Select Properties. 19

20 Figure 22 NOTE: Refresh the ADSI Edit application if the expand button is not visible. In the CN=DirectoryServiceProperties window, scroll down and find the msds OtherSettings attribute, and highlight it and select Edit. Figure 23 Select RequireSecureProxyBind=1 under the Values section. Select the Remove button. The RequireSecureProxyBind=1 value then goes to Value to add field. Change the value from 1 to 0. Click the Add button. Click OK. 20

21 Figure 24 Creating ADLDS User for SAS With the ADLDS instance configured, a user must now be created so when SAS connects to the AD LDS instance. The user will be created as a user that is part of the ADLDS instance. This user is outside of the synchronization that is occurring between the source Active Directory and destination ADLDS instance. To start the Ldp application, launch a command prompt and navigate to: C:\Windows\ADAM Type Ldp The Ldp application will open. Figure 25 In the Ldp application, click on Connection > Connect. 21

22 Figure 26 In the Server field, enter localhost. Click OK. Figure 27 In the Ldp application, click Connection and then select Bind. Figure 28 22

23 Under the Bind type section, select Bind as currently logged on user. If Encrypt traffic after bind is selected, clear this option. Click OK. Figure 29 In the right pane, output will appear at the bottom. The last line should read: Authenticated as: Domain\Username. Figure 30 In the Ldp application, click on View, and then select Tree. In the BaseDN field, select the DN of the ADLDS Instance. Click OK. Figure 31 23

24 In the Ldp instance, select Browse and then select Add child. Figure 32 Enter the following in the DN field: cn=adamproxy,dc=blackshield,dc=cryptocard,dc=com The cn=adamproxy within the DN field is the user that is being created. Under Edit Entry, enter the following information: Attribute: ObjectClass Values: userproxy Click Enter. Figure 33 24

25 Open a command prompt and type in the following: whoami /user The command prompt will display the username, along with the user s SID. Copy the SID as it will be needed to be added as an attribute in the Add Child window. Figure 34 In the Edit Entry section of the Add Child window, enter the information in the respective fields: Attribute:ObjectSID Values: S Click Enter. Figure 35 Once the ObjectSID attribute and its value have been added to the Entry List, click Run. 25

26 Configuring ADLDS to Auto Synchronize To have ADLDS auto-synchronize based on a schedule, a batch file will need to be created either through Scheduled Task or the AT command. Add the following command to the batch file to automate the sync: ADAMSync /sync localhost:389 "DC=blackshield,DC=cryptocard,DC=com" /log C:\adamlogs\autoSync.log A time interval will need to be set within Scheduled Task or using the AT command on how often you would like this command to run. In turn, this is specifying how often ADLDS will synchronize user information from LDAP to the ADLDS instance. [Optional Second Domain] ADAMSync /sync localhost:389 "OU=Domain2,DC=cryptoserver, DC=Domain,DC=com" /log C:\adamlogs\autoSync.log NOTE: ADAMSync /sync localhost:389 "OU=Domain2,DC=cryptoserver,DC=Domain,DC=com" /log C:\adamlogs\autoSyncDomain2.log must have an associated XML synchronization file installed prior to telling it to sync pointing to the OU=Domain2 as a <targetdn>. ADAM Multi-Domain Support It may come to a point where ADLDS will be required to connect to more than 1 Active Directory domain. This can be achieved by manually loading in a separate synchronization XML file into the ADAM instance which is configured to pull information from a second domain. Creating an OU for additional Domains An OU needs to be created with the ADLDS instance and then information will be synced to the OU. Create an OU within the existing ADLDS instance for the second domain information Open ADAM ADSI Edit. Connect to the Distinguished Name (DN) of your ADLDS instance: for example, DC=blackshield,DC=cryptocard,DC=com. Right-click the base DN (top of the domain) and select New Object. Select Organizational Unit. 26

27 Give the OU a name of Domain2. In the second domain's XML synchronization file, edit the following: <targetdn>ou=domain2,dc=blackshield,dc=cryptocard,dc=com</targetdn> NOTE: A second MS-AdamSyncConf.xml file will need to be created with the new settings pointed at a new domain referencing a <targetdn> of the new ADAM instance 'Domain2' OU. Name the second XML file MS-AdamSyncConf2.xml. Edit other settings within the second XML file as needed. For example, when the second XML file is installed using the command ADAMSync /installlocalhost:389 %windir% \ADAM\MSAdamSyncConf2.xml, it loads in what it should be synchronizing for one particular domain. Displaying Currently Loaded Configurations To display the currently loaded ADAM synchronization files perform the following: Open a command prompt and navigate to: C:\Windows\ADAM Enter the following command: AdamSync /list localhost:389 It should list something similar to this: C:\WINDOWS\ADAM>ADAMSync/listlocalhost:389 Listing configuration files: >"DC=blackshield,DC=CRYPTOCard,DC=com": BlackShieldSync >"OU=Domain2,DC=blackshield,DC=cryptocard,DC=com": BlackShieldSync Done. NOTE: If you want ADAM to synchronize information from both domains at a given time interval, you will need to ensure that all needed XML files have been loaded and have both been instructed to do a full sync, /fs. Batch File Example Example Line 1 Line 2 ADAMSync /sync localhost:389 "DC=blackshield,DC=cryptocard,DC=com" /log C:\adamlogs\autoSyncDomain1.log ADAMSync /sync localhost:389 "OU=Domain2,DC=blackshield,DC=cryptocard,DC=com" /log C:\adamlogs\autoSyncDomain2.log 27

28 Line explanations Line 1 Line 2 This line synchronizes changes from Domain 1 into ADAM top DN This line synchronizes changes from Domain 2 into ADAM Domain 2 OU Configuring SAS to Use ADLDS Proxy User Now that ADLDS has been configured, it is now time to configure SAS to connect to the ADLDS instance for the user source. During the user source configuration, provide the IP/DNS name of the ADLDS system, NOT the ADDC system. This is to be done at the LDAP Configuration screen. Figure 36 In the LDAP Credentials screen, enter cn=adamproxy in the User DN. Click the drop-down menu and select the Base DN of the ADLDS instance. (e.g., dc=blackshield,dc=cryptocard,dc=com) Select Append Base DN to User DN. Enter the Password for the user. Figure 37 (Refer to Figures 33 through 35 beginning on page 24.) NOTE: For more detailed installation instructions, refer to the SAS Administrator Manual. 28

29 Caveats If multiple domains are being synchronized to a single ADLDS instance, than the container names must be unique. When importing users within the same Container name, ADLDS will rename the container to a random name. If a user (e.g., JDoe) exists in two domains with the same username, and within the same container name, than one of the usernames must be changed (e,g., JDoe2) so that both users will be synchronized to the ADLDS instance. It is recommended that a separate Container be created within ADLDS when synchronizing data from the second domain. This is to indicate within the synchronization XML file that the BASE DN is within the newly created container. This will allow two completely separate sets of LDAP information easily stored within ADLDS. For example, an OU has been created within ADLDS called 'Domain2'. In the second domain XML file, the base DN that will be used is CN=Domain2,DC=blackshield,DC=cryptocard,DC=com). NOTE: A user that exists in ADLDS can never use their Microsoft static password to authenticate against SAS. Usernames must be unique if multiple domains are synchronized to an ADLDS instance. Then the users will be displayed properly within SAS. Support Contacts If you encounter a problem while installing, registering, or operating this product, please make sure that you have read the documentation. If you cannot resolve the issue, contact your supplier or SafeNet Customer Support. SafeNet Customer Support operates 24 hours a day, 7 days a week. Your level of access to this service is governed by the support plan arrangements made between SafeNet and your organization. Please consult this support plan for further information about your entitlements, including the hours when phone support is available to you. Table 1: Support Contacts Contact Method Address Contact Information SafeNet, Inc Millennium Drive Belcamp, Maryland USA Phone United States International Technical Support Customer Portal Existing customers with a Technical Support Customer Portal account can log in to manage incidents, get the latest software upgrades, and access the SafeNet Knowledge Base. 29

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

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

Installation Guide. SafeNet Authentication Service

Installation Guide. SafeNet Authentication Service SafeNet Authentication Service Installation 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

Integration Guide. SafeNet Authentication Service. Using SAS with Web Application Proxy. Technical Manual Template

Integration Guide. SafeNet Authentication Service. Using SAS with Web Application Proxy. Technical Manual Template 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

Agent Configuration Guide

Agent Configuration Guide SafeNet Authentication Service Agent Configuration Guide SAS Agent for Microsoft Internet Information Services (IIS) Technical Manual Template Release 1.0, PN: 000-000000-000, Rev. A, March 2013, Copyright

More information

Configuration Guide. SafeNet Authentication Service. SAS Agent for Microsoft Internet Information Services (IIS)

Configuration Guide. SafeNet Authentication Service. SAS Agent for Microsoft Internet Information Services (IIS) SafeNet Authentication Service Configuration 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

Configuration Guide. SafeNet Authentication Service. Remote Logging Agent

Configuration Guide. SafeNet Authentication Service. Remote Logging Agent SafeNet Authentication Service Configuration 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

Integration Guide. SafeNet Authentication Service. Using SAS as an Identity Provider for Tableau Server

Integration Guide. SafeNet Authentication Service. Using SAS as an Identity Provider for Tableau Server 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

SafeNet Authentication Manager Express. Upgrade Instructions All versions

SafeNet Authentication Manager Express. Upgrade Instructions All versions SafeNet Authentication Manager Express Upgrade Instructions All versions www.safenet-inc.com 4690 Millennium Drive, Belcamp, Maryland 21017 USA Telephone: +1 410 931 7500 or 1 800 533 3958 www.safenet-inc.com

More information

Configuration Guide. SafeNet Authentication Service AD FS Agent

Configuration Guide. SafeNet Authentication Service AD FS Agent SafeNet Authentication Service AD FS Agent Configuration Guide Technical Manual Template Release 1.0, PN: 000-000000-000, Rev. A, March 2013, Copyright 2013 SafeNet, Inc. All rights reserved. 1 Document

More information

Integration Guide. SafeNet Authentication Service. VMWare View 5.1

Integration Guide. SafeNet Authentication Service. VMWare View 5.1 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

Integration Guide. SafeNet Authentication Service. SAS Using RADIUS Protocol with Microsoft DirectAccess

Integration Guide. SafeNet Authentication Service. SAS Using RADIUS Protocol with Microsoft DirectAccess SafeNet Authentication Service Integration Guide SAS Using RADIUS Protocol with Microsoft DirectAccess Technical Manual Template Release 1.0, PN: 000-000000-000, Rev. A, March 2013, Copyright 2013 SafeNet,

More information

Integration Guide. SafeNet Authentication Service. Using SAS as an Identity Provider for Salesforce

Integration Guide. SafeNet Authentication Service. Using SAS as an Identity Provider for Salesforce 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

Application Note. SA Server and ADAM

Application Note. SA Server and ADAM Application Note SA Server and ADAM Solution Overview All information herein is either public information or is the property of and owned solely by Gemalto NV. and/or its subsidiaries who shall have and

More information

Microsoft IIS Integration Guide

Microsoft IIS Integration Guide Microsoft IIS Integration Guide Preface Preface 2015 SafeNet, Inc. All rights reserved. Part Number: 007-011955-001 (Rev E, 12/2015) All intellectual property is protected by copyright. All trademarks

More information

Integration Guide. SafeNet Authentication Service. Oracle Secure Desktop Using SAS RADIUS OTP Authentication

Integration Guide. SafeNet Authentication Service. Oracle Secure Desktop Using SAS RADIUS OTP Authentication SafeNet Authentication Service Integration Guide Oracle Secure Desktop Using SAS RADIUS OTP Authentication Technical Manual Template Release 1.0, PN: 000-000000-000, Rev. A, March 2013, Copyright 2013

More information

Configuration Guide. SafeNet Authentication Service. Token Validator Proxy Agent

Configuration Guide. SafeNet Authentication Service. Token Validator Proxy Agent SafeNet Authentication Service Configuration 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

Configuration Guide. SafeNet Authentication Service. SAS Agent for Microsoft Outlook Web Access 1.06

Configuration Guide. SafeNet Authentication Service. SAS Agent for Microsoft Outlook Web Access 1.06 SafeNet Authentication Service Configuration Guide 1.06 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

Integration Guide. SafeNet Authentication Client. Using SAC CBA for Check Point Security Gateway

Integration Guide. SafeNet Authentication Client. Using SAC CBA for Check Point Security Gateway SafeNet Authentication Client 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 Document

More information

Integration Guide. SafeNet Authentication Client. Using SAC with Putty-CAC

Integration Guide. SafeNet Authentication Client. Using SAC with Putty-CAC SafeNet Authentication Client 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 Document

More information

Configuration Guide. SafeNet Authentication Service. SAS Agent for Microsoft Outlook Web App. Technical Manual Template

Configuration Guide. SafeNet Authentication Service. SAS Agent for Microsoft Outlook Web App. Technical Manual Template SafeNet Authentication Service Configuration 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

ADAM (AD LDS) Pass thru Authentication. Idalia Torres STC 2012- Using ADAM to Keep AD out of Harm s Way

ADAM (AD LDS) Pass thru Authentication. Idalia Torres STC 2012- Using ADAM to Keep AD out of Harm s Way ADAM (AD LDS) Pass thru Authentication Idalia Torres STC 2012- Using ADAM to Keep AD out of Harm s Way Overview What is it? What s New in ADLDS? Instal ADAM Instance Extend ADAM Schema Select Target Class

More information

Integration Guide. SafeNet Authentication Service. Using SAS as an Identity Provider for Drupal

Integration Guide. SafeNet Authentication Service. Using SAS as an Identity Provider for Drupal 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

Active Directory Rights Management Service Integration Guide

Active Directory Rights Management Service Integration Guide Active Directory Rights Management Service Integration Guide Preface Preface 2013 SafeNet, Inc. All rights reserved. Part Number: 007-011230-001 (Rev F, 07/2013) All intellectual property is protected

More information

For Active Directory Installation Guide

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

More information

Integration Guide. SafeNet Authentication Service. SAS Using RADIUS Protocol with Apache HTTP Server

Integration Guide. SafeNet Authentication Service. SAS Using RADIUS Protocol with Apache HTTP Server 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

Flexible Identity. LDAP Synchronization Agent guide. Bronze. version 1.2

Flexible Identity. LDAP Synchronization Agent guide. Bronze. version 1.2 Flexible Identity Bronze LDAP Synchronization Agent guide version 1.2 publication history Date Description Revision 2014.06.27 initial release 1.0 2014.11.24 rebranding 1.1 2015.04.16 LDAP synchronization

More information

Configuring Microsoft Active Directory for Oracle Net Naming. An Oracle White Paper April 2014

Configuring Microsoft Active Directory for Oracle Net Naming. An Oracle White Paper April 2014 Configuring Microsoft Active Directory for Oracle Net Naming An Oracle White Paper April 2014 Configuring Microsoft Active Directory for Oracle Net Naming Introduction... 3 Steps to Configure Active Directory...

More information

Sample Configuration: Cisco UCS, LDAP and Active Directory

Sample Configuration: Cisco UCS, LDAP and Active Directory First Published: March 24, 2011 Last Modified: March 27, 2014 Americas Headquarters Cisco Systems, Inc. 170 West Tasman Drive San Jose, CA 95134-1706 USA http://www.cisco.com Tel: 408 526-4000 800 553-NETS

More information

Installation and Configuration Guide

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

More information

NSi Mobile Installation Guide. Version 6.2

NSi Mobile Installation Guide. Version 6.2 NSi Mobile Installation Guide Version 6.2 Revision History Version Date 1.0 October 2, 2012 2.0 September 18, 2013 2 CONTENTS TABLE OF CONTENTS PREFACE... 5 Purpose of this Document... 5 Version Compatibility...

More information

Gemalto SafeNet Minidriver 9.0

Gemalto SafeNet Minidriver 9.0 SafeNet Authentication Client Gemalto SafeNet Minidriver 9.0 Technical Manual Template Release 1.0, PN: 000-000000-000, Rev. A, March 2013, Copyright 2013 SafeNet, Inc. All rights reserved. 1 Document

More information

Certificate Management

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

More information

Upgrading User-ID. Tech Note PAN-OS 4.1. 2011, Palo Alto Networks, Inc.

Upgrading User-ID. Tech Note PAN-OS 4.1. 2011, Palo Alto Networks, Inc. Upgrading User-ID Tech Note PAN-OS 4.1 Revision B 2011, Palo Alto Networks, Inc. Overview PAN-OS 4.1 introduces significant improvements in the User-ID feature by adding support for multiple user directories,

More information

Configuring Microsoft Active Directory 2003 for Net Naming. An Oracle White Paper September 2008

Configuring Microsoft Active Directory 2003 for Net Naming. An Oracle White Paper September 2008 Configuring Microsoft Active Directory 2003 for Net Naming An Oracle White Paper September 2008 NOTE: The following is intended to outline our general product direction. It is intended for information

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

Microsoft IAS and NPS Agent Configuration Guide

Microsoft IAS and NPS Agent Configuration Guide Microsoft IAS and NPS Agent Configuration Guide Powerful Authentication Management for Service Providers and Enterprises Authentication Service Delivery Made EASY Agent IAS and NPS (Microsoft) Configuration

More information

Server Installation Guide ZENworks Patch Management 6.4 SP2

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

More information

ATT8367-Novell GroupWise 2014 and the Directory Labs

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

More information

Preface. Microsoft Office Sharepoint Server 2007 Integration Guide. 2009 SafeNet, Inc. All rights reserved. Part Number: 009804-001 (Rev A, 06/2009)

Preface. Microsoft Office Sharepoint Server 2007 Integration Guide. 2009 SafeNet, Inc. All rights reserved. Part Number: 009804-001 (Rev A, 06/2009) Microsoft Office Sharepoint Server 2007 Integration Guide Preface Preface 2009 SafeNet, Inc. All rights reserved. Part Number: 009804-001 (Rev A, 06/2009) All intellectual property is protected by copyright.

More information

DESLock+ Basic Setup Guide Version 1.20, rev: June 9th 2014

DESLock+ Basic Setup Guide Version 1.20, rev: June 9th 2014 DESLock+ Basic Setup Guide Version 1.20, rev: June 9th 2014 Contents Overview... 2 System requirements:... 2 Before installing... 3 Download and installation... 3 Configure DESLock+ Enterprise Server...

More information

Novell Open Workgroup Suite Small Business Edition Helpdesk

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

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

SafeNet MobilePASS Version 8.2.0, Revision B

SafeNet MobilePASS Version 8.2.0, Revision B SafeNet MobilePASS Version 8.2.0, Revision B User Guide Software Version 8.2.0 Documentation Version: 20101118 2012 SafeNet, Inc. All rights reserved Preface All intellectual property is protected by copyright.

More information

SafeNet KMIP and Amazon S3 Integration Guide

SafeNet KMIP and Amazon S3 Integration Guide SafeNet KMIP and Amazon S3 Integration Guide Documentation Version: 20130524 2013 SafeNet, Inc. All rights reserved Preface All intellectual property is protected by copyright. All trademarks and product

More information

Discovery Guide. Secret Server. Table of Contents

Discovery Guide. Secret Server. Table of Contents Secret Server Discovery Guide Table of Contents Introduction... 3 How Discovery Works... 3 Active Directory / Local Windows Accounts... 3 Unix accounts... 3 VMware ESX accounts... 3 Why use Discovery?...

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

Windows Server Update Services 3.0 SP2 Step By Step Guide

Windows Server Update Services 3.0 SP2 Step By Step Guide Windows Server Update Services 3.0 SP2 Step By Step Guide Microsoft Corporation Author: Anita Taylor Editor: Theresa Haynie Abstract This guide provides detailed instructions for installing Windows Server

More information

Quick Connect Express for Active Directory

Quick Connect Express for Active Directory Quick Connect Express for Active Directory Version 5.2 Quick Start Guide 2012 Dell Inc. ALL RIGHTS RESERVED. This guide contains proprietary information protected by copyright. The software described in

More information

User Guide. SafeNet MobilePASS for Windows Phone

User Guide. SafeNet MobilePASS for Windows Phone SafeNet MobilePASS for Windows Phone User 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 Product

More information

Remote Management System

Remote Management System RMS Copyright and Distribution Notice November 2009 Copyright 2009 ARTROMICK International, Inc. ALL RIGHTS RESERVED. Published 2009. Printed in the United States of America WARNING: ANY UNAUTHORIZED

More information

Troubleshooting Active Directory Server

Troubleshooting Active Directory Server Proven Practice Troubleshooting Active Directory Server Product(s): IBM Cognos Series 7 Area of Interest: Security Troubleshooting Active Directory Server 2 Copyright Copyright 2008 Cognos ULC (formerly

More information

Novell Identity Manager

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

More information

Mailbox Recovery for Microsoft Exchange 2000 Server. Published: August 2000 Updated: July 2002 Applies To: Microsoft Exchange 2000 Server SP3

Mailbox Recovery for Microsoft Exchange 2000 Server. Published: August 2000 Updated: July 2002 Applies To: Microsoft Exchange 2000 Server SP3 Mailbox Recovery for Microsoft Exchange 2000 Server Published: August 2000 Updated: July 2002 Applies To: Microsoft Exchange 2000 Server SP3 Copyright The information contained in this document represents

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

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

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

Lepide Event Log Manager. Users Help Manual. Lepide Event Log Manager. Lepide Software Private Limited. Page 1

Lepide Event Log Manager. Users Help Manual. Lepide Event Log Manager. Lepide Software Private Limited. Page 1 Users Help Manual Lepide Event Log Manager Lepide Software Private Limited. Page 1 Users Help Manual for Lepide Event Log Manager Lepide Software Private Limited, All Rights Reserved This User Guide and

More information

DESlock+ Basic Setup Guide ENTERPRISE SERVER ESSENTIAL/STANDARD/PRO

DESlock+ Basic Setup Guide ENTERPRISE SERVER ESSENTIAL/STANDARD/PRO DESlock+ Basic Setup Guide ENTERPRISE SERVER ESSENTIAL/STANDARD/PRO Contents Overview...1 System requirements...1 Enterprise Server:...1 Client PCs:...1 Section 1: Before installing...1 Section 2: Download

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

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

Step-by-Step Guide to Active Directory Bulk Import and Export

Step-by-Step Guide to Active Directory Bulk Import and Export Page 1 of 12 TechNet Home > Windows Server TechCenter > Identity and Directory Services > Active Directory > Step By Step Step-by-Step Guide to Active Directory Bulk Import and Export Published: September

More information

Using IIS Application Request Routing to Publish Lync Server 2013 Web Services

Using IIS Application Request Routing to Publish Lync Server 2013 Web Services Using IIS Application Request Routing to Publish Lync Server 2013 Web Services DISCLAIMER 2014 Microsoft Corporation. All rights reserved. Microsoft, Active Directory, Hyper-V, Internet Explorer, Lync,

More information

Preface. Limitations. Disclaimers. Technical Support. Luna SA and IBM HTTP Server/IBM Web Sphere Application Server Integration Guide

Preface. Limitations. Disclaimers. Technical Support. Luna SA and IBM HTTP Server/IBM Web Sphere Application Server Integration Guide Luna SA and IBM HTTP Server/IBM Web Sphere Application Server Integration Guide Preface Preface 2012 SafeNet, Inc. All rights reserved. Part Number: 007-012077-001 (Rev B, 06/2012) All intellectual property

More information

Reconfiguring VMware vsphere Update Manager

Reconfiguring VMware vsphere Update Manager Reconfiguring VMware vsphere Update Manager vsphere Update Manager 6.0 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a

More information

Setting Up a Unisphere Management Station for the VNX Series P/N 300-011-796 Revision A01 January 5, 2010

Setting Up a Unisphere Management Station for the VNX Series P/N 300-011-796 Revision A01 January 5, 2010 Setting Up a Unisphere Management Station for the VNX Series P/N 300-011-796 Revision A01 January 5, 2010 This document describes the different types of Unisphere management stations and tells how to install

More information

Android App User Guide

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

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

Active Directory Change Notifier Quick Start Guide

Active Directory Change Notifier Quick Start Guide Active Directory Change Notifier Quick Start Guide Software version 3.0 Mar 2014 Copyright 2014 CionSystems Inc., All Rights Reserved Page 1 2014 CionSystems Inc. ALL RIGHTS RESERVED. This guide may not

More information

Digipass Plug-In for IAS. IAS Plug-In IAS. Microsoft's Internet Authentication Service. Installation Guide

Digipass Plug-In for IAS. IAS Plug-In IAS. Microsoft's Internet Authentication Service. Installation Guide Digipass Plug-In for IAS IAS Plug-In IAS Microsoft's Internet Authentication Service Installation Guide Disclaimer of Warranties and Limitations of Liabilities Disclaimer of Warranties and Limitations

More information

Lepide Software. LepideAuditor for File Server [CONFIGURATION GUIDE] This guide informs How to configure settings for first time usage of the software

Lepide Software. LepideAuditor for File Server [CONFIGURATION GUIDE] This guide informs How to configure settings for first time usage of the software Lepide Software LepideAuditor for File Server [CONFIGURATION GUIDE] This guide informs How to configure settings for first time usage of the software Lepide Software Private Limited, All Rights Reserved

More information

CA Nimsoft Service Desk

CA Nimsoft Service Desk CA Nimsoft Service Desk Single Sign-On Configuration Guide 6.2.6 This Documentation, which includes embedded help systems and electronically distributed materials, (hereinafter referred to as the Documentation

More information

LifeSize Control Installation Guide

LifeSize Control Installation Guide LifeSize Control Installation Guide April 2005 Part Number 132-00001-001, Version 1.0 Copyright Notice Copyright 2005 LifeSize Communications. All rights reserved. LifeSize Communications has made every

More information

Acronis Backup & Recovery 11.5 Quick Start Guide

Acronis Backup & Recovery 11.5 Quick Start Guide Acronis Backup & Recovery 11.5 Quick Start Guide Applies to the following editions: Advanced Server for Windows Virtual Edition Advanced Server SBS Edition Advanced Workstation Server for Linux Server

More information

SafeNet MSSQL EKM Provider User Guide

SafeNet MSSQL EKM Provider User Guide SafeNet MSSQL EKM Provider User Guide Version 4.8.5 Documentation Version: 20080705 Copyright Information 2009 SafeNet, Inc. All rights reserved All intellectual property is protected by copyright. All

More information

Tool Tip. SyAM Management Utilities and Non-Admin Domain Users

Tool Tip. SyAM Management Utilities and Non-Admin Domain Users SyAM Management Utilities and Non-Admin Domain Users Some features of SyAM Management Utilities, including Client Deployment and Third Party Software Deployment, require authentication credentials with

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

Security Provider Integration LDAP Server

Security Provider Integration LDAP Server Security Provider Integration LDAP Server 2015 Bomgar Corporation. All rights reserved worldwide. BOMGAR and the BOMGAR logo are trademarks of Bomgar Corporation; other trademarks shown are the property

More information

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

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

More information

OneLogin Integration User Guide

OneLogin Integration User Guide OneLogin Integration User Guide Table of Contents OneLogin Account Setup... 2 Create Account with OneLogin... 2 Setup Application with OneLogin... 2 Setup Required in OneLogin: SSO and AD Connector...

More information

Sophos Enterprise Console server to server migration guide. Product version: 5.2

Sophos Enterprise Console server to server migration guide. Product version: 5.2 Sophos Enterprise Console server to server migration guide Product : 5.2 Document date: December 2014 Contents 1 About this guide...3 2 Terminology...4 3 Assumptions...5 4 Prerequisite...6 5 What are the

More information

Integration Guide. SafeNet Authentication Service. Using RADIUS Protocol for Radiator RADIUS Server

Integration Guide. SafeNet Authentication Service. Using RADIUS Protocol for Radiator RADIUS Server SafeNet Authentication Service Integration Guide TechnicalManual Template Release 1.0, PN: 000-000000-000, Rev. A, March 2013, Copyright 2013 SafeNet, Inc. All rights reserved. 1 Document Information Document

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

026-1010 Rev 7 06-OCT-2011. Site Manager Installation Guide

026-1010 Rev 7 06-OCT-2011. Site Manager Installation Guide 026-1010 Rev 7 06-OCT-2011 Site Manager Installation Guide Retail Solutions 3240 Town Point Drive NW, Suite 100 Kennesaw, GA 30144, USA Phone: 770-425-2724 Fax: 770-425-9319 Table of Contents 1 SERVER

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

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

Quick Start Guide for VMware and Windows 7

Quick Start Guide for VMware and Windows 7 PROPALMS VDI Version 2.1 Quick Start Guide for VMware and Windows 7 Rev. 1.1 Published: JULY-2011 1999-2011 Propalms Ltd. All rights reserved. The information contained in this document represents the

More information

NetIQ Sentinel 7.0.1 Quick Start Guide

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

More information

Microsoft SQL Server Integration Guide

Microsoft SQL Server Integration Guide Microsoft SQL Server Integration Guide Document Information Document Part Number 007-011108-001 (Rev J) Release Date August 2013 Trademarks All intellectual property is protected by copyright. All trademarks

More information

4.0. Offline Folder Wizard. User Guide

4.0. Offline Folder Wizard. User Guide 4.0 Offline Folder Wizard User Guide Copyright Quest Software, Inc. 2007. All rights reserved. This guide contains proprietary information, which is protected by copyright. The software described in this

More information

Lync Online Deployment Guide. Version 1.0

Lync Online Deployment Guide. Version 1.0 Date 28/07/2014 Table of Contents 1. Provisioning Lync Online... 1 1.1 Operating System Requirements... 1 1.2 Browser Requirements Administrative Centre... 1 2. Obtaining your login Credentials & Logging

More information

High Availability Configuration

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

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

FTP Server Configuration

FTP Server Configuration FTP Server Configuration For HP customers who need to configure an IIS or FileZilla FTP server before using HP Device Manager Technical white paper 2 Copyright 2012 Hewlett-Packard Development Company,

More information

Quest ChangeAuditor 4.8

Quest ChangeAuditor 4.8 Quest ChangeAuditor 4.8 Migration Guide Copyright Quest Software, Inc. 2009. All rights reserved. This guide contains proprietary information protected by copyright. The software described in this guide

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

Generating an Apple Push Notification Service Certificate

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

More information

LDAP User Guide PowerSchool Premier 5.1 Student Information System

LDAP User Guide PowerSchool Premier 5.1 Student Information System PowerSchool Premier 5.1 Student Information System Document Properties Copyright Owner Copyright 2007 Pearson Education, Inc. or its affiliates. All rights reserved. This document is the property of Pearson

More information

Sophos Enterprise Console server to server migration guide. Product version: 5.1 Document date: June 2012

Sophos Enterprise Console server to server migration guide. Product version: 5.1 Document date: June 2012 Sophos Enterprise Console server to server migration guide Product : 5.1 Document date: June 2012 Contents 1 About this guide...3 2 Terminology...4 3 Assumptions...5 4 Prerequisite...6 5 What are the key

More information

Administration Quick Start

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

More information