HRSWEB ActiveDirectory How-To

Size: px
Start display at page:

Download "HRSWEB ActiveDirectory How-To"

Transcription

1 HRSWEB ActiveDirectory How-To Page 1 of 1 Quintessential School Systems HRSWEB ActiveDirectory How-To Quintessential School Systems (QSS), All Rights Reserved 867 American Street, Second Floor --- San Carlos, CA Voice 650/ Fax 650/ Published: September 2011 Revised: June 2012

2 HRSWEB ActiveDirectory How-To Page 2 of 2 Table of Contents Table of Contents... 2 Copyright Notice... 3 HRSWEB ActiveDirectory How-To... 4 Introduction... 4 HRSWEB GUI-based Configuration... 5 Logging in to HRSWEB with AD Credentials Manual Domain Logins Automatic Single Sign-On Logins SSO Configuration Domain Name Server (DNS) Requirements Domain Controller Configuration HRSWEB Application Server Configuration Web Browser Configuration Troubleshooting ActiveDirectory Functionality Domain Login (DL) Single Sign-On (SSO)... 17

3 HRSWEB ActiveDirectory How-To Page 3 of 3 Copyright Notice Copyright Quintessential School Systems, This document contains proprietary information which is protected by copyright. All rights are reserved. No part of this publication may be reproduced, transmitted, transcribed, stored in a retrieval system or translated into any language or computer language, in any form or by any means, electronic, mechanical, optical, chemical, manual or otherwise without the prior written approval of Quintessential School Systems (QSS). The information contained in this document is subject to change without notice. QUINTESSENTIAL SCHOOL SYSTEMS MAKES NO WARRANTY OF ANY KIND WITH REGARD TO THIS MATERIAL, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. Quintessential School Systems shall not be liable for errors contained herein or resulting from the use of this material. QSS/OASIS, STUDENT/3000, and SCHOOL/3000 are registered trademarks of Quintessential School Systems. The samples of reports, windows, and dialog boxes in this document are provided to illustrate the operation of the software at a typical site. All names and addresses are fictitious. The actual windows, dialog boxes, and reports at your site may vary from the samples in this documentation.

4 HRSWEB ActiveDirectory How-To Page 4 of 4 HRSWEB ActiveDirectory How-To last updated 06/18/2012 for HRSWEB Core v0.991 and greater Introduction There are two aspects to HRSWEB ActiveDirectory (AD) support: Domain Login (DL) -- allows a user to manually enter their AD username/password credentials on an HRSWEB login screen and then be logged in to an associated HRSWEB user. Single Sign-On (SSO) -- provides an automatic login link on the HRSWEB home page which automatically passes the user s AD credentials (assuming the user has already logged in to Windows with these AD credentials) to the HRSWEB backend to log the user in to an associated HRSWEB user. DL and SSO may be enabled or disabled for all QCC and/or Staff users on an independent, perdistrict basis (the installation default is for DL and SSO to be disabled). Additionally, for a user to be able to use DL or SSO, the corresponding AuthDomain and AuthSingleSignon rights must also be enabled in one of the user s HRSWEB roles (the installation default for the HRSWEB QCC ADMIN user is have both of these rights enabled). While this documentation refers to Microsoft Windows ActiveDirectory or AD throughout, the domain login functionality is capable of supporting non-microsoft LDAP directory servers. However, the Single Sign-On functionality only supports Microsoft ActiveDirectory.

5 HRSWEB ActiveDirectory How-To Page 5 of 5 HRSWEB GUI-based Configuration AD support is configured via the Active Directory section of the admin -> Configuration -> Users screen: The AD-related fields on this screen are: Domain login controls whether QCC users or Staff users may use DL if they also have the AuthDomain right. Single sign-on controls whether QCC users or Staff users may use SSO if they also have the AuthSingleSignon right. Domain attribute defines the directory user object attribute name and search filter value used to retrieve the user object from the directory. The attribute name may be any

6 HRSWEB ActiveDirectory How-To Page 6 of 6 attribute defined for a user object. The attribute value is a string template containing variables that are expanded prior to searching the directory for a user object where the attribute matches the expanded value string. The following variables may be specified in the attribute value string: o For all user name syntaxes: <qss_credential> - the full syntax user name used to bind to the directory o For Windows user name syntaxes, i.e. jdoe@qss.com or QSS\jdoe : <qss_windomain> - the Windows domain (i.e. qss.com or QSS ) <qss_winuser> - the Windows user (i.e. jdoe ) o For LDAP Distinguished Name (DN) syntax, i.e. attr1=val1,attr2=val2, : <attrname> - DN attribute attrname value, i.e. <cn>, <uid>, etc. If multiple attributes of the same name are present in the DN, only the last (rightmost) value will be represented by <attrname>. <qss_dn1> - last (rightmost) DN component attribute value <qss_dn2> - next to last DN component attribute value <qss_dnx> - first (leftmost) DN component attribute value Note that DN syntax tends to repeat attributes in hierarchical order, i.e.: CN=Joe Smith,DC=qss,DC=com For the above example, the variable <CN> would contain the value Joe Smith but the variable <DC> would only contain the last DC attribute value of com. The alternative variables of <qss_dn1>, <qss_dn2>, etc, are provided to reference ordered DN attributes. So you could specify <qss_dn1> and it would contain com, and <qss_dn2> would contain qss. Note that the numbering is from right to left and mirrors the right to left hierarchical order of DN syntax. Some example domain attribute settings depending on user name syntax: User Name Syntax Domain Attribute Name Domain Attribute Value user@domain userprincipalname <qss_credential> domain\user samaccountname <qss_winuser> attr1=val1, distinguishedname <qss_credential> Domain template specifies the template to be used to convert short domain user names (i.e. user ) to fully-qualified names used to authenticate to the configured directory server. This template is ignored for full domain user names of the following syntaxes:

7 HRSWEB ActiveDirectory How-To Page 7 of 7 o Windows new-style user@domain o Windows old-style domain\user o LDAP DN style CN=user,DC=domain,DC=org (simplistic example) The domain template consists of a fully-qualified domain user string. When used by HRSWEB to expand a short name, all occurrences of the substring <qss_login> will be replaced by the short name. Some example domain templates might look like this: o Windows new-style - <qss_login>@qss.com o Windows old-style QSS\<qss_login> o LDAP DN style CN=<qss_login>,CN=Users,DC=qss,DC=com Domain search base URL specifying a domain controller LDAP directory or Global Catalog container to be used as the subtree search base for validating AD credentials. The following variations are supported: o ldap://hostname/dn (port 389 unencrypted single-domain directory) o ldaps://hostname/dn (port 636 SSL-encrypted single-domain directory) o ldap://hostname:3268/dn (port 3268 unencrypted multi-domain global catalog) o ldaps://hostname:3269/dn (port 3269 SSL-encrypted multi-domain global catalog) Where hostname is the domain controller or directory server hostname and dn is the search base container in Distinguished Name (DN) format, i.e. DC=qss,DC=com etc. Note that SSO setup requires additional manual configuration steps on the domain controller, HRSWEB application server, and end-user browsers. This will be described later in this document. Throughout HRSWEB wherever a domain user can be specified, full credential syntax ( user@domain or domain\user or attr1=val1, ) or short credential syntax ( user ) can be entered. If a short domain user name is entered, the domain template value from the configuration screen above will be used to expand the short name into a full name. Thus based on the example screen above, if jdoe is entered as a domain user, then jdoe@qss.com will be the corresponding expanded full name. The domain search base configuration field determines where in the AD tree that HRSWEB starts a subtree search when authenticating credentials. You can specify LDAP or Global Catalog URLs with or without SSL encryption, plus the distinguished name (DN) of the AD container where the search will start. Typically this will be the DN of the AD domain (i.e. DC=qss,DC=com ). All of these configuration fields are district-specific, so if different districts are using separate AD infrastructure, each district can specify appropriate values here and it will just work assuming the HRSWEB application server has TCP connectivity to the relevant domain controllers.

8 HRSWEB ActiveDirectory How-To Page 8 of 8 As alluded to above, AD credentials must be associated with corresponding HRSWEB QCC/Staff credentials for this initial release of AD support. If DL/SSO has been enabled for Staff users, there will be optional domain user and domain password fields on the registration screen for new Staff users. If the Staff user wishes to use AD credentials to log on to HRSWEB, the user must fill in the domain user/pass fields. The domain password will be verified at registration time to prove the Staff user controls the AD user but otherwise won t be stored in the HRSWEB database. An example Staff registration screen is shown below: If HRSWEB QCC and Staff users have been granted the right to edit their own user information, and if they have been granted DL/SSO rights, then domain user/pass fields will appear on the user edit screen. The user can then establish an association by specifying the AD credentials. HRSWEB admin users with sufficient rights can edit other QCC/Staff users domain user field without having to specify the domain password. This ensures good security because there will never be any valid reason for an HRSWEB user to have to reveal their AD password to the HRSWEB helpdesk/admin. An example user edit screen is shown below:

9 HRSWEB ActiveDirectory How-To Page 9 of 9 Currently a single AD credential may only be associated with a single HRSWEB QCC/Staff user in each district. This is by design and avoids the need to have a second login screen to ask which of multiple QCC/Staff users should apply to the current HRSWEB session if you had AD credentials associated with many HRSWEB users. This initial release of AD support requires manual specification of the AD credential to establish an association with an HRSWEB QCC/Staff user because there are no standard AD attributes where QSS customers store the district number and employee number that would be required to establish an automatic association with HRSWEB QCC/Staff users. And where certain QSS customers may be storing the district number and employee number in their AD via custom attributes, it is not being done consistently for all AD users. So there still needs to be a fallback manual method. Future releases of AD support may provide for automatic di_no/emp_no association, but there is currently no scheduled release timeframe for this.

10 HRSWEB ActiveDirectory How-To Page 10 of 10 Logging in to HRSWEB with AD Credentials Manual Domain Logins When manual domain logins are enabled for a district, the HRSWEB login screen will have an extra User type choice of Domain in addition to the standard QCC, Staff, Guest choices. Specify Domain and then enter your AD credentials with the same user name syntax used when establishing the association with the corresponding HRSWEB user: After clicking the Login button you will be logged in the same as if you had directly used the associated QCC/Staff user credentials instead of AD credentials.

11 HRSWEB ActiveDirectory How-To Page 11 of 11 Automatic Single Sign-On Logins When automatic single sign-on logins are enabled for a district, the HRSWEB home page login link changes slightly with the addition of two sub-menu items: Clicking login or Automatic will attempt an automatic SSO login using the user s AD credentials that they used to log on to Windows. Clicking Manual will display the traditional HRSWEB manual login screen. If SSO login succeeds by finding an HRSWEB user associated with the AD credentials, the user is logged on to that HRSWEB user. If the SSO login fails for any reason, HRSWEB will attempt to display the manual login screen. Because different web browsers vary in their SSO capabilities, there may be certain circumstances where a browser error message will be displayed instead of the HRSWEB manual login screen. If that happens, the user should manually return to the HRSWEB application home page by either re-entering the URL or clicking on a bookmark.

12 HRSWEB ActiveDirectory How-To Page 12 of 12 SSO Configuration There is much complexity to how SSO works under the hood, and it is beyond the scope of this document to dive deeply into those details. For a good tutorial on SSO please see Domain Name Server (DNS) Requirements SSO requires strict adherence to good DNS practice. SSO WILL NOT WORK unless all of the following conditions are met: The HRSWEB server has a DNS A record matching its Fully-Qualified Domain Name (FQDN) to its IP address. Note that an FQDN consists of a hostname portion and a domain name portion. An example FQDN would be linux-demo.qss.com where linux-demo is the hostname portion and qss.com is the domain name portion. The HRSWEB server has a DNS PTR record matching its IP address to its FQDN. This IP address and FQDN must exactly match the IP and FQDN from the DNS A record. The HRSWEB server linux hostname must exactly match the DNS hostname. Continuing the current example, the linux hostname should be linux-demo. Domain Controller Configuration Perform the following steps for each AD domain that HRSWEB will need to accept credentials for: 1. Create a special SSO user account (not computer account) within the domain. You can name this user account anything you like, but for the purposes of this example we ll use hrsweb_sso. Uncheck the user must change password option and check the password never expires option when creating the user account. Choose any initial password you want; it will be changed in the next step. 2. From the domain controller command-line prompt (i.e. cmd.exe), run the CASE- SENSITIVE ktpass utility to associate a Service Principal Name (SPN) with the user account created above: ktpass ^ -princ HTTP/<HRSWEB server FQDN>@<domain> ^ -mapuser hrsweb_sso@<domain> ^ -pass <a new user password for hrsweb_sso> ^ -ptype KRB5_NT_PRINCIPAL ^ -crypto rc4-hmac-nt ^

13 HRSWEB ActiveDirectory How-To Page 13 of 13 -out C:\Windows\Temp\<domain>.krb5keytab Where <HRSWEB server FQDN> is the DNS FQDN of the HRSWEB application server and where <domain> is the Windows domain in uppercase, i.e. QSS.COM. 3. Upload the resulting krb5keytab file to the HRSWEB application server machine in the /etc/opt/qss[/<instance>]/hrsweb directory. These are binary files so use a binary-safe file transfer method. HRSWEB Application Server Configuration 1. Log on to the HRSWEB application server as root. 2. cd /etc/opt/qss[/<instance>]/hrsweb 3. If there is only one krb5keytab file for one AD domain, rename it to sso.krb5keytab. Otherwise, combine multiple krb5keytab files into a single sso.krb5keytab file as follows: a. /opt/qss[/<instance>]/hrsweb/rails/bin/ktutil b. For each krb5keytab file do rkt <filename>. c. wkt sso.krb5keytab d. exit 4. chmod 640 sso.krb5keytab 5. chown qssmgr:qss sso.krb5keytab 6. Use krb5.conf.sample as a template to create krb5.conf: [libdefaults] default_realm = QSS.COM default_tkt_enctypes = arcfour-hmac-md5 dns_lookup_kdc = false dns_lookup_realm = false dns_fallback = false permitted_enctypes = arcfour-hmac-md5 [domain_realm] linux01.qss.com = QSS.COM [realms] QSS.COM = {

14 HRSWEB ActiveDirectory How-To Page 14 of 14 } admin_server = kdc = master_kdc = For each domain modify the [domain_realm] section to map the FQDN of the HRSWEB application server to the Kerberos realm (typically the AD domain in uppercase). For each domain modify the [realms] section to define a realm with the admin_server, kdc, and master_kdc fields all containing the IP address of the appropriate domain controller. Choose any realm to specify as the default_realm in the [libdefaults] section. The default has no effect on HRSWEB but is used if command-line Kerberos utilities must be used for troubleshooting. 7. chmod 640 krb5.conf 8. chown qssmgr:qss krb5.conf 9. Edit proxy_sso.conf to specify the whitespace-delimited list of realms for the KrbAuthRealms directive: KrbAuthRealms QSS.COM 10. Edit common.sysconfig to specify the krb5.conf file: export KRB5_CONFIG=/etc/opt/qss[/<instance>]/hrsweb/krb5.conf 11. Stop then start the HRSWEB applications: /etc/init.d/qss_hrsweb_ctl stop /etc/init.d/qss_hrsweb_ctl start Web Browser Configuration Certain web browsers require configuration before SSO can be used. Note that all web browsers require you to use FQDNs in your URLs when accessing HRSWEB in order for SSO to work. Chrome No additional configuration is required.

15 HRSWEB ActiveDirectory How-To Page 15 of 15 Firefox 1. Type about:config (without the quotes) in the URL field and press Enter. 2. Click the I ll be careful, I promise! button. 3. Type negotiate (without the quotes) in the Filter field. 4. Double-click network.negotiate-auth.trusted-uris. 5. Enter the URL for the specific HRSWEB application (including the port number) or the entire HRSWEB server (omitting the port number) and click the OK button. Internet Explorer 1. Click Tools, Internet options, Advanced, then scroll to the Security section and check Enable Integrated Windows Authentication. If this was not already checked, exit and restart the browser. 2. Click Tools, Internet options, Security, Local intranet, Sites. Make sure Automatically detect intranet network is checked. Click the Advanced button then add the URL for the HRSWEB application server to the list of local intranet web sites. Click Close, OK, OK.

16 HRSWEB ActiveDirectory How-To Page 16 of 16 Troubleshooting ActiveDirectory Functionality Domain Login (DL) Check /var/opt/qss[/<instance>]/<app>/production.log to see if any LDAP errors are being logged when the application attempts to lookup the AD credentials. Try switching the AD domain template user syntax between the supported formats of domain\user, and attr1=val1,attr2=val2,. Is the domain search base configuration field correct, particularly the AD container DN? Use the linux command-line ldapsearch tool to perform some test AD queries. For example, to look up an AD user and display all of the user s attributes, do the following: /usr/bin/ldapsearch \ -x \ -D "<authuser>" \ -w "<authpass>" \ -H ldap://<adhost> \ -b '<containerdn>' \ -s sub \ '(samaccountname=<searchuser>)' \ '*' where: o <authuser> is the AD user to authenticate as prior to doing the search. Note that this syntax can be user@domain or domain\user for Microsoft AD servers or full distinguishedname (DN) syntax of attr1=val1,attr2=val2, for all directory servers. o <authpass> is the AD user s password required for authentication. o <adhost> is the domain controller hostname o <containerdn> is the DN of the container where the search will start from, i.e. DC=qss,DC=com etc. o <searchuser> is the AD user to search for and the format depends on which search filter attribute you have chosen to search against. LDAP search filter syntax is complicated for details see RFC 4515 ( userprincipalname user@domain

17 HRSWEB ActiveDirectory How-To Page 17 of 17 Single Sign-On (SSO) samaccountname user (note the domain is not specified) distinguishedname attr1=val1,attr2=val2, The same troubleshooting techniques for domain login also apply. Examine /var/opt/qss[/<instance>]/hrsweb/<app>/access_log to see if AD credentials are displayed in the third field of automatic login attempts. Examine /var/opt/qss[/<instance>]/hrsweb/<app>/error_log for mod_auth_kerb messages. Unfortunately these messages tend to be somewhat cryptic. For greater detail from mod_auth_kerb, edit /opt/qss[/<instance>]/rails/conf/httpd.conf and specify LogLevel debug instead of LogLevel warn, then stop/start Apache. Re-test and then re-examine the error_log. Change the log level back when you are done debugging. Double-check proper DNS configuration and described above. Check browser-side DNS resolution to make sure that 1) the correct hostname is being used and 2) there is no local hosts file overriding DNS resolution with an incorrect non- FQDN hostname. For Internet Explorer and Firefox, verify that the hostname has been added to the list of trusted sites. Packet-trace between browser and domain controller to capture the Kerberos handshake that occurs when SSO login is attempted. Was the Service Principal Name (SPN), i.e. retrieved without error? Edit /opt/qss[/<instance>]/hrsweb/rails/conf/httpd.conf to switch from encrypted https to plain old http, then stop/start Apache. Packet trace or use in-browser debugging tools to capture the http authentication handshake that occurs when SSO login is attempts. Note that problems at this level are already likely reflected in error_log mod_auth_kerb messages. The Kerberos debugging techniques described in may be helpful. The referenced Kerberos command-line utilities can be found in /opt/qss[/<instance>]/hrsweb/rails/bin.

Table 1 shows the LDAP server configuration required for configuring the federated repositories in the Tivoli Integrated Portal server.

Table 1 shows the LDAP server configuration required for configuring the federated repositories in the Tivoli Integrated Portal server. Configuring IBM Tivoli Integrated Portal server for single sign-on using Simple and Protected GSSAPI Negotiation Mechanism, and Microsoft Active Directory services Document version 1.0 Copyright International

More information

Configuring Sponsor Authentication

Configuring Sponsor Authentication CHAPTER 4 Sponsors are the people who use Cisco NAC Guest Server to create guest accounts. Sponsor authentication authenticates sponsor users to the Sponsor interface of the Guest Server. There are five

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

Configuring HP Integrated Lights-Out 3 with Microsoft Active Directory

Configuring HP Integrated Lights-Out 3 with Microsoft Active Directory Configuring HP Integrated Lights-Out 3 with Microsoft Active Directory HOWTO, 2 nd edition Introduction... 2 Integration using the Lights-Out Migration Utility... 2 Integration using the ilo web interface...

More information

White Paper. Fabasoft on Linux - Preparation Guide for Community ENTerprise Operating System. Fabasoft Folio 2015 Update Rollup 2

White Paper. Fabasoft on Linux - Preparation Guide for Community ENTerprise Operating System. Fabasoft Folio 2015 Update Rollup 2 White Paper Fabasoft on Linux - Preparation Guide for Community ENTerprise Operating System Fabasoft Folio 2015 Update Rollup 2 Copyright Fabasoft R&D GmbH, Linz, Austria, 2015. All rights reserved. All

More information

ENABLING SINGLE SIGN-ON: SPNEGO AND KERBEROS Technical Bulletin For Use with DSView 3 Management Software

ENABLING SINGLE SIGN-ON: SPNEGO AND KERBEROS Technical Bulletin For Use with DSView 3 Management Software ENABLING SINGLE SIGN-ON: SPNEGO AND KERBEROS Technical Bulletin For Use with DSView 3 Management Software Avocent, the Avocent logo, The Power of Being There and DSView are registered trademarks of Avocent

More information

Single Sign-On Using SPNEGO

Single Sign-On Using SPNEGO Single Sign-On Using SPNEGO Introduction As of Percussion CM Server version 7.0.2, build 201106R01, patch level RX-17069, Windows Single Sign-On (SSO) using SPNEGO is now supported. Through the SSO feature,

More information

Single sign-on websites with Apache httpd: Integrating with Active Directory for authentication and authorization

Single sign-on websites with Apache httpd: Integrating with Active Directory for authentication and authorization Single sign-on websites with Apache httpd: Integrating with Active Directory for authentication and authorization Michael Heldebrant Solutions Architect, Red Hat Outline Authentication overview Basic LDAP

More information

The following process allows you to configure exacqvision permissions and privileges for accounts that exist on an Active Directory server:

The following process allows you to configure exacqvision permissions and privileges for accounts that exist on an Active Directory server: Ubuntu Linux Server & Client and Active Directory 1 Configuration The following process allows you to configure exacqvision permissions and privileges for accounts that exist on an Active Directory server:

More information

Step- by- Step guide to Configure Single sign- on for HTTP requests using SPNEGO web authentication

Step- by- Step guide to Configure Single sign- on for HTTP requests using SPNEGO web authentication Step- by- Step guide to Configure Single sign- on for HTTP requests using SPNEGO web authentication Summary STEP- BY- STEP GUIDE TO CONFIGURE SINGLE SIGN- ON FOR HTTP REQUESTS USING SPNEGO WEB AUTHENTICATION

More information

Using Active Directory as your Solaris Authentication Source

Using Active Directory as your Solaris Authentication Source Using Active Directory as your Solaris Authentication Source The scope of this paper is to document how a newly installed Solaris 10 server can be configured to use an Active Directory directory service

More information

800-782-3762 www.stbernard.com. Active Directory 2008 Implementation. Version 6.410

800-782-3762 www.stbernard.com. Active Directory 2008 Implementation. Version 6.410 800-782-3762 www.stbernard.com Active Directory 2008 Implementation Version 6.410 Contents 1 INTRODUCTION...2 1.1 Scope... 2 1.2 Definition of Terms... 2 2 SERVER CONFIGURATION...3 2.1 Supported Deployment

More information

Kerberos and Windows SSO Guide Jahia EE v6.1

Kerberos and Windows SSO Guide Jahia EE v6.1 Documentation Kerberos and Windows SSO Guide Jahia EE v6.1 Jahia delivers the first Web Content Integration Software by combining Enterprise Web Content Management with Document and Portal Management features.

More information

Field Description Example. IP address of your DNS server. It is used to resolve fully qualified domain names

Field Description Example. IP address of your DNS server. It is used to resolve fully qualified domain names DataCove DT Active Directory Authentication In Active Directory (AD) authentication mode, the server uses NTLM v2 and LDAP protocols to authenticate users residing in Active Directory. The login procedure

More information

Configuring Integrated Windows Authentication for Oracle WebLogic with SAS 9.2 Web Applications

Configuring Integrated Windows Authentication for Oracle WebLogic with SAS 9.2 Web Applications Configuring Integrated Windows Authentication for Oracle WebLogic with SAS 9.2 Web Applications Copyright Notice The correct bibliographic citation for this manual is as follows: SAS Institute Inc., Configuring

More information

Setting up Single Sign-On (SSO) with SAP HANA and SAP BusinessObjects XI 4.0

Setting up Single Sign-On (SSO) with SAP HANA and SAP BusinessObjects XI 4.0 Setting up Single Sign-On (SSO) with SAP HANA and SAP BusinessObjects XI 4.0 February 8, 2013 Version 1.0 Vishal Dhir Customer Solution Adoption (CSA) www.sap.com TABLE OF CONTENTS INTRODUCTION... 3 What

More information

Skyward LDAP Launch Kit Table of Contents

Skyward LDAP Launch Kit Table of Contents 04.30.2015 Table of Contents What is LDAP and what is it used for?... 3 Can Cloud Hosted (ISCorp) Customers use LDAP?... 3 What is Advanced LDAP?... 3 Does LDAP support single sign-on?... 4 How do I know

More information

How-to: Single Sign-On

How-to: Single Sign-On How-to: Single Sign-On Document version: 1.02 nirva systems info@nirva-systems.com nirva-systems.com How-to: Single Sign-On - page 2 This document describes how to use the Single Sign-On (SSO) features

More information

Configuring Integrated Windows Authentication for JBoss with SAS 9.2 Web Applications

Configuring Integrated Windows Authentication for JBoss with SAS 9.2 Web Applications Configuring Integrated Windows Authentication for JBoss with SAS 9.2 Web Applications Copyright Notice The correct bibliographic citation for this manual is as follows: SAS Institute Inc., Configuring

More information

IceWarp Server - SSO (Single Sign-On)

IceWarp Server - SSO (Single Sign-On) IceWarp Server - SSO (Single Sign-On) Probably the most difficult task for me is to explain the new SSO feature of IceWarp Server. The reason for this is that I have only little knowledge about it and

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

Configuring Integrated Windows Authentication for JBoss with SAS 9.3 Web Applications

Configuring Integrated Windows Authentication for JBoss with SAS 9.3 Web Applications Configuring Integrated Windows Authentication for JBoss with SAS 9.3 Web Applications Copyright Notice The correct bibliographic citation for this manual is as follows: SAS Institute Inc., Configuring

More information

1 Introduction. Ubuntu Linux Server & Client and Active Directory. www.exacq.com Page 1 of 14

1 Introduction. Ubuntu Linux Server & Client and Active Directory. www.exacq.com Page 1 of 14 Ubuntu Linux Server & Client and Active Directory 1 Introduction For an organization using Active Directory (AD) for user management of information technology services, integrating exacqvision into the

More information

VMware Identity Manager Administration

VMware Identity Manager Administration VMware Identity Manager Administration VMware Identity Manager 2.4 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a new

More information

Siteminder Integration Guide

Siteminder Integration Guide Integrating Siteminder with SA SA - Siteminder Integration Guide Abstract The Junos Pulse Secure Access (SA) platform supports the Netegrity Siteminder authentication and authorization server along with

More information

Setting up Single Sign-On (SSO) with SAP HANA and SAP BusinessObjects XI 4.0

Setting up Single Sign-On (SSO) with SAP HANA and SAP BusinessObjects XI 4.0 Setting up Single Sign-On (SSO) with SAP HANA and SAP BusinessObjects XI 4.0 June 14, 2013 Version 2.0 Vishal Dhir Customer Solution Adoption (CSA) www.sap.com TABLE OF CONTENTS INTRODUCTION... 3 What

More information

PingFederate. IWA Integration Kit. User Guide. Version 3.0

PingFederate. IWA Integration Kit. User Guide. Version 3.0 PingFederate IWA Integration Kit Version 3.0 User Guide 2012 Ping Identity Corporation. All rights reserved. PingFederate IWA Integration Kit User Guide Version 3.0 April, 2012 Ping Identity Corporation

More information

PingFederate. IWA Integration Kit. User Guide. Version 2.6

PingFederate. IWA Integration Kit. User Guide. Version 2.6 PingFederate IWA Integration Kit Version 2.6 User Guide 2012 Ping Identity Corporation. All rights reserved. PingFederate IWA Integration Kit User Guide Version 2.6 March, 2012 Ping Identity Corporation

More information

Extending Microsoft Windows Active Directory Authentication to Access HP Service Health Reporter

Extending Microsoft Windows Active Directory Authentication to Access HP Service Health Reporter Technical White Paper Extending Microsoft Windows Active Directory Authentication to Access HP Service Health Reporter For the Windows Operation System Software Version 9.40 Table of Contents Introduction...

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

Configuring Single Sign-On for Application Launch in OpenManage Essentials

Configuring Single Sign-On for Application Launch in OpenManage Essentials Configuring Single Sign-On for Application Launch in OpenManage Essentials This Dell Technical White paper provides information required to configure Single Sign-On (SSO)for launching the idrac console

More information

Integrating OID with Active Directory and WNA

Integrating OID with Active Directory and WNA Integrating OID with Active Directory and WNA Hari Muthuswamy CTO, Eagle Business Solutions May 10, 2007 Suncoast Oracle User Group Tampa Convention Center What is SSO? Single Sign-On On (SSO) is a session/user

More information

User Source and Authentication Reference

User Source and Authentication Reference User Source and Authentication Reference ZENworks 11 www.novell.com/documentation Legal Notices Novell, Inc., makes no representations or warranties with respect to the contents or use of this documentation,

More information

Dell Compellent Storage Center

Dell Compellent Storage Center Dell Compellent Storage Center Active Directory Integration Best Practices Guide Dell Compellent Technical Solutions Group January, 2013 THIS BEST PRACTICES GUIDE IS FOR INFORMATIONAL PURPOSES ONLY, AND

More information

KERBEROS ENVIRONMENT SETUP FOR EMC DOCUMENTUM CENTERSTAGE

KERBEROS ENVIRONMENT SETUP FOR EMC DOCUMENTUM CENTERSTAGE White Paper KERBEROS ENVIRONMENT SETUP FOR EMC DOCUMENTUM CENTERSTAGE Abstract This white paper explains how to setup Kerberos environment for CenterStage with Single / Multi-Repository, Multi-Docbase

More information

Authentication Methods

Authentication Methods Authentication Methods Overview In addition to the OU Campus-managed authentication system, OU Campus supports LDAP, CAS, and Shibboleth authentication methods. LDAP users can be configured through the

More information

PriveonLabs Research. Cisco Security Agent Protection Series:

PriveonLabs Research. Cisco Security Agent Protection Series: Cisco Security Agent Protection Series: Enabling LDAP for CSA Management Center SSO Authentication For CSA 5.2 Versions 5.2.0.245 and up Fred Parks Systems Consultant 3/25/2008 2008 Priveon, Inc. www.priveonlabs.com

More information

INUVIKA TECHNICAL GUIDE

INUVIKA TECHNICAL GUIDE --------------------------------------------------------------------------------------------------- INUVIKA TECHNICAL GUIDE SINGLE SIGN-ON WITH MICROSOFT ACTIVE DIRECTORY USING KERBEROS OVD Enterprise

More information

www.stbernard.com Active Directory 2008 Implementation Guide Version 6.3

www.stbernard.com Active Directory 2008 Implementation Guide Version 6.3 800 782 3762 www.stbernard.com Active Directory 2008 Implementation Guide Version 6.3 Contents 1 INTRODUCTION... 2 1.1 Scope... 2 1.2 Definition of Terms... 2 2 SERVER CONFIGURATION... 3 2.1 Supported

More information

Setup Guide Access Manager 3.2 SP3

Setup Guide Access Manager 3.2 SP3 Setup Guide Access Manager 3.2 SP3 August 2014 www.netiq.com/documentation Legal Notice THIS DOCUMENT AND THE SOFTWARE DESCRIBED IN THIS DOCUMENT ARE FURNISHED UNDER AND ARE SUBJECT TO THE TERMS OF A LICENSE

More information

TopEase Single Sign On Windows AD

TopEase Single Sign On Windows AD TopEase Single Sign On Windows AD Version Control: Version Status Datum / Kurzzeichen Begründung 1.0 Final 09.09.12 / gon New template and logo Copyright: This document is the property of Business-DNA

More information

Only LDAP-synchronized users can access SAML SSO-enabled web applications. Local end users and applications users cannot access them.

Only LDAP-synchronized users can access SAML SSO-enabled web applications. Local end users and applications users cannot access them. This chapter provides information about the Security Assertion Markup Language (SAML) Single Sign-On feature, which allows administrative users to access certain Cisco Unified Communications Manager and

More information

1 Introduction. Windows Server & Client and Active Directory. www.exacq.com

1 Introduction. Windows Server & Client and Active Directory. www.exacq.com Windows Server & Client and Active Directory 1 Introduction For an organization using Active Directory (AD) for user management of information technology services, integrating exacqvision into the AD infrastructure

More information

CA Spectrum and CA Embedded Entitlements Manager

CA Spectrum and CA Embedded Entitlements Manager CA Spectrum and CA Embedded Entitlements Manager Integration Guide CA Spectrum Release 9.4 - CA Embedded Entitlements Manager This Documentation, which includes embedded help systems and electronically

More information

TIBCO ActiveMatrix BPM Single Sign-On

TIBCO ActiveMatrix BPM Single Sign-On Software Release 3.1 November 2014 Two-Second Advantage 2 Important Information SOME TIBCO SOFTWARE EMBEDS OR BUNDLES OTHER TIBCO SOFTWARE. USE OF SUCH EMBEDDED OR BUNDLED TIBCO SOFTWARE IS SOLELY TO ENABLE

More information

CA NetQoS Performance Center

CA NetQoS Performance Center CA NetQoS Performance Center Install and Configure SSL for Windows Server 2008 Release 6.1 (and service packs) This Documentation, which includes embedded help systems and electronically distributed materials,

More information

Using EMC Unisphere in a Web Browsing Environment: Browser and Security Settings to Improve the Experience

Using EMC Unisphere in a Web Browsing Environment: Browser and Security Settings to Improve the Experience Using EMC Unisphere in a Web Browsing Environment: Browser and Security Settings to Improve the Experience Applied Technology Abstract The Web-based approach to system management taken by EMC Unisphere

More information

Linux/Windows Security Interop: Apache with mod_auth_kerb and Windows Server 2003 R2

Linux/Windows Security Interop: Apache with mod_auth_kerb and Windows Server 2003 R2 Linux/Windows Security Interop: Apache with mod_auth_kerb and Windows Server 2003 R2 Published by the Open Source Software Lab at Microsoft. January 2008. Special thanks to Chris Travers, Contributing

More information

Configure the Application Server User Account on the Domain Server

Configure the Application Server User Account on the Domain Server How to Set up Kerberos Summary This guide guide provides the steps required to set up Kerberos Configure the Application Server User Account on the Domain Server The following instructions are based on

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

Active Directory Integration. Documentation. http://mid.as/ldap v1.02. making your facilities work for you!

Active Directory Integration. Documentation. http://mid.as/ldap v1.02. making your facilities work for you! Documentation http://mid.as/ldap v1.02 making your facilities work for you! Table of Contents Table of Contents... 1 Overview... 2 Pre-Requisites... 2 MIDAS... 2 Server... 2 AD Users... 3 End Users...

More information

Enabling single sign-on for Cognos 8/10 with Active Directory

Enabling single sign-on for Cognos 8/10 with Active Directory Enabling single sign-on for Cognos 8/10 with Active Directory Overview QueryVision Note: Overview This document pulls together information from a number of QueryVision and IBM/Cognos material that are

More information

Polycom RealPresence Resource Manager System Getting Started Guide

Polycom RealPresence Resource Manager System Getting Started Guide [Type the document title] Polycom RealPresence Resource Manager System Getting Started Guide 8.0 August 2013 3725-72102-001B Polycom Document Title 1 Trademark Information POLYCOM and the names and marks

More information

How To Install Ctera Agent On A Pc Or Macbook With Acedo (Windows) On A Macbook Or Macintosh (Windows Xp) On An Ubuntu 7.5.2 (Windows 7) On Pc Or Ipad

How To Install Ctera Agent On A Pc Or Macbook With Acedo (Windows) On A Macbook Or Macintosh (Windows Xp) On An Ubuntu 7.5.2 (Windows 7) On Pc Or Ipad Deploying CTERA Agent via Microsoft Active Directory and Single Sign On Cloud Attached Storage September 2015 Version 5.0 Copyright 2009-2015 CTERA Networks Ltd. All rights reserved. No part of this document

More information

Guide to SASL, GSSAPI & Kerberos v.6.0

Guide to SASL, GSSAPI & Kerberos v.6.0 SYMLABS VIRTUAL DIRECTORY SERVER Guide to SASL, GSSAPI & Kerberos v.6.0 Copyright 2011 www.symlabs.com Chapter 1 Introduction Symlabs has added support for the GSSAPI 1 authentication mechanism, which

More information

Microsoft Active Directory Oracle Enterprise Gateway Integration Guide

Microsoft Active Directory Oracle Enterprise Gateway Integration Guide An Oracle White Paper May 2011 Microsoft Active Directory Oracle Enterprise Gateway Integration Guide 1/33 Disclaimer The following is intended to outline our general product direction. It is intended

More information

Kerberos Constrained Delegation. Kerberos Constrained Delegation. Feature Description

Kerberos Constrained Delegation. Kerberos Constrained Delegation. Feature Description Kerberos Constrained Delegation Feature Description VERSION: 6.0 UPDATED: JANUARY 2016 Copyright Notices Copyright 2002-2016 KEMP Technologies, Inc.. All rights reserved.. KEMP Technologies and the KEMP

More information

How to Logon with Domain Credentials to a Server in a Workgroup

How to Logon with Domain Credentials to a Server in a Workgroup How to Logon with Domain Credentials to a Server in a Workgroup Johan Loos johan@accessdenied.be Version 1.0 Authentication Overview Basically when you logon to a Windows Server you can logon locally using

More information

Single Sign-on (SSO) technologies for the Domino Web Server

Single Sign-on (SSO) technologies for the Domino Web Server Single Sign-on (SSO) technologies for the Domino Web Server Jane Marcus December 7, 2011 2011 IBM Corporation Welcome Participant Passcode: 4297643 2011 IBM Corporation 2 Agenda USA Toll Free (866) 803-2145

More information

Folder Proxy + OWA + ECP/EAC Guide. Version 2.0 April 2016

Folder Proxy + OWA + ECP/EAC Guide. Version 2.0 April 2016 Version 2.0 April 2016 Folder Proxy + OWA + ECP/EAC Guide Copyright 2016 iwebgate. All Rights Reserved. No part of this publication may be reproduced, transmitted, transcribed, stored in a retrieval system,

More information

SINGLE SIGN-ON SETUP T ECHNICAL NOTE

SINGLE SIGN-ON SETUP T ECHNICAL NOTE T ECHNICAL NOTE Product: Create!archive 6.2.1 Last modified: October 5, 2007 12:03 pm Created by: Development SINGLE SIGN-ON SETUP This Technical Note contains the following sections: Summary Create!archive

More information

Dell One Identity Cloud Access Manager 8.0.1 - How to Configure Microsoft Office 365

Dell One Identity Cloud Access Manager 8.0.1 - How to Configure Microsoft Office 365 Dell One Identity Cloud Access Manager 8.0.1 - How to Configure Microsoft Office 365 May 2015 This guide describes how to configure Microsoft Office 365 for use with Dell One Identity Cloud Access Manager

More information

Fairsail. Implementer. Single Sign-On with Fairsail and Microsoft Active Directory Federation Services 2.0. Version 1.92 FS-SSO-XXX-IG-201406--R001.

Fairsail. Implementer. Single Sign-On with Fairsail and Microsoft Active Directory Federation Services 2.0. Version 1.92 FS-SSO-XXX-IG-201406--R001. Fairsail Implementer Microsoft Active Directory Federation Services 2.0 Version 1.92 FS-SSO-XXX-IG-201406--R001.92 Fairsail 2014. All rights reserved. This document contains information proprietary to

More information

Embedded Web Server Security

Embedded Web Server Security Embedded Web Server Security Administrator's Guide September 2014 www.lexmark.com Model(s): C54x, C73x, C746, C748, C792, C925, C950, E260, E360, E46x, T65x, W850, X264, X36x, X46x, X543, X544, X546, X548,

More information

McAfee Directory Services Connector extension

McAfee Directory Services Connector extension Getting Started Guide Revision A McAfee Directory Services Connector extension For use with epolicy Orchestrator 4.6.1 through 5.0 COPYRIGHT Copyright 2013 McAfee, Inc. Do not copy without permission.

More information

Managing Identities and Admin Access

Managing Identities and Admin Access CHAPTER 4 This chapter describes how Cisco Identity Services Engine (ISE) manages its network identities and access to its resources using role-based access control policies, permissions, and settings.

More information

Configuring Active Directory Single Sign-On (AD SSO)

Configuring Active Directory Single Sign-On (AD SSO) 9 CHAPTER Configuring Active Directory Single Sign-On (AD SSO) This chapter describes how to configure Active Directory (AD) Single Sign-On (SSO) for the Cisco NAC Appliance. Topics include: Overview,

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

How To Enable A Websphere To Communicate With Ssl On An Ipad From Aaya One X Portal 1.1.3 On A Pc Or Macbook Or Ipad (For Acedo) On A Network With A Password Protected (

How To Enable A Websphere To Communicate With Ssl On An Ipad From Aaya One X Portal 1.1.3 On A Pc Or Macbook Or Ipad (For Acedo) On A Network With A Password Protected ( Avaya one X Portal 1.1.3 Lightweight Directory Access Protocol (LDAP) over Secure Socket Layer (SSL) Configuration This document provides configuration steps for Avaya one X Portal s 1.1.3 communication

More information

HP Device Manager 4.7

HP Device Manager 4.7 Technical white paper HP Device Manager 4.7 LDAP Troubleshooting Guide Table of contents Introduction... 2 HPDM LDAP-related context and background... 2 LDAP in HPDM... 2 Full domain account name login...

More information

Sophos UTM Web Application Firewall for Microsoft Exchange connectivity

Sophos UTM Web Application Firewall for Microsoft Exchange connectivity How to configure Sophos UTM Web Application Firewall for Microsoft Exchange connectivity This article explains how to configure your Sophos UTM 9.2 to allow access to the relevant Microsoft Exchange services

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

VMware Identity Manager Connector Installation and Configuration

VMware Identity Manager Connector Installation and Configuration VMware Identity Manager Connector Installation and Configuration VMware Identity Manager This document supports the version of each product listed and supports all subsequent versions until the document

More information

How To Authenticate On An Xtma On A Pc Or Mac Or Ipad (For A Mac) On A Network With A Password Protected (For An Ipad) On An Ipa Or Ipa (For Mac) With A Log

How To Authenticate On An Xtma On A Pc Or Mac Or Ipad (For A Mac) On A Network With A Password Protected (For An Ipad) On An Ipa Or Ipa (For Mac) With A Log WatchGuard Certified Training Fireware XTM Advanced Active Directory Authentication Courseware: Fireware XTM and WatchGuard System Manager v11.7 Revised: January 2013 Updated for: Fireware XTM v11.7 Disclaimer

More information

Security Provider Integration Kerberos Authentication

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

More information

IIS, FTP Server and Windows

IIS, FTP Server and Windows IIS, FTP Server and Windows The Objective: To setup, configure and test FTP server. Requirement: Any version of the Windows 2000 Server. FTP Windows s component. Internet Information Services, IIS. Steps:

More information

Hansoft LDAP Integration

Hansoft LDAP Integration Hansoft LDAP Integration The Hansoft LDAP Integration synchronizes Hansoft resources to user accounts in an LDAP directory server, such as Windows Active Directory. It matches accounts on login names and

More information

Integration Guide. Microsoft Active Directory Rights Management Services (AD RMS) Microsoft Windows Server 2008

Integration Guide. Microsoft Active Directory Rights Management Services (AD RMS) Microsoft Windows Server 2008 Integration Guide Microsoft Active Directory Rights Management Services (AD RMS) Microsoft Windows Server 2008 Integration Guide: Microsoft Active Directory Rights Management Services (AD RMS) Imprint

More information

ENABLING RPC OVER HTTPS CONNECTIONS TO M-FILES SERVER

ENABLING RPC OVER HTTPS CONNECTIONS TO M-FILES SERVER M-FILES CORPORATION ENABLING RPC OVER HTTPS CONNECTIONS TO M-FILES SERVER VERSION 2.3 DECEMBER 18, 2015 Page 1 of 15 CONTENTS 1. Version history... 3 2. Overview... 3 2.1. System Requirements... 3 3. Network

More information

TIBCO ActiveMatrix BPM Single Sign-On

TIBCO ActiveMatrix BPM Single Sign-On TIBCO ActiveMatrix BPM Single Sign-On Software Release 4.0 November 2015 Two-Second Advantage 2 Important Information SOME TIBCO SOFTWARE EMBEDS OR BUNDLES OTHER TIBCO SOFTWARE. USE OF SUCH EMBEDDED OR

More information

Integrating IBM Cognos 8 BI with 3rd Party Auhtentication Proxies

Integrating IBM Cognos 8 BI with 3rd Party Auhtentication Proxies Guideline Integrating IBM Cognos 8 BI with 3rd Party Auhtentication Proxies Product(s): IBM Cognos 8 BI Area of Interest: Security Integrating IBM Cognos 8 BI with 3rd Party Auhtentication Proxies 2 Copyright

More information

Using Kerberos tickets for true Single Sign On

Using Kerberos tickets for true Single Sign On Using Kerberos tickets for true Single Sign On Table of Contents Introduction This document details the reasoning for, configuration of and experiences from the initial setup of Kerberos tickets for SSO

More information

SonicOS Enhanced 3.2 LDAP Integration with Microsoft Active Directory and Novell edirectory Support

SonicOS Enhanced 3.2 LDAP Integration with Microsoft Active Directory and Novell edirectory Support SonicOS Enhanced 3.2 LDAP Integration with Microsoft Active Directory and Novell edirectory Support Document Scope This document describes the integration of SonicOS Enhanced 3.2 with Lightweight Directory

More information

UPGRADING TO XI 3.1 SP6 AND SINGLE SIGN ON. Chad Watson Sr. Business Intelligence Developer

UPGRADING TO XI 3.1 SP6 AND SINGLE SIGN ON. Chad Watson Sr. Business Intelligence Developer UPGRADING TO XI 3.1 SP6 AND SINGLE SIGN ON Chad Watson Sr. Business Intelligence Developer UPGRADING TO XI 3.1 SP6 What Business Objects Administrators should consider before installing a Service Pack.

More information

Enterprise Knowledge Platform

Enterprise Knowledge Platform Enterprise Knowledge Platform Single Sign-On Integration with Windows Document Information Document ID: EN136 Document title: EKP Single Sign-On Integration with Windows Version: 1.3 Document date: 19

More information

2X Cloud Portal v10.5

2X Cloud Portal v10.5 2X Cloud Portal v10.5 URL: www.2x.com E-mail: info@2x.com Information in this document is subject to change without notice. Companies, names, and data used in examples herein are fictitious unless otherwise

More information

How To Use Netiq Access Manager 4.0.1.1 (Netiq) On A Pc Or Mac Or Macbook Or Macode (For Pc Or Ipad) On Your Computer Or Ipa (For Mac) On An Ip

How To Use Netiq Access Manager 4.0.1.1 (Netiq) On A Pc Or Mac Or Macbook Or Macode (For Pc Or Ipad) On Your Computer Or Ipa (For Mac) On An Ip Setup Guide Access Manager 4.0 SP1 May 2014 www.netiq.com/documentation Legal Notice THIS DOCUMENT AND THE SOFTWARE DESCRIBED IN THIS DOCUMENT ARE FURNISHED UNDER AND ARE SUBJECT TO THE TERMS OF A LICENSE

More information

CA Technologies SiteMinder

CA Technologies SiteMinder CA Technologies SiteMinder Agent for Microsoft SharePoint r12.0 Second Edition This Documentation, which includes embedded help systems and electronically distributed materials, (hereinafter referred to

More information

LDAP Directory Integration with Cisco Unity Connection

LDAP Directory Integration with Cisco Unity Connection CHAPTER 6 LDAP Directory Integration with Cisco Unity Connection The Lightweight Directory Access Protocol (LDAP) provides applications like Cisco Unity Connection with a standard method for accessing

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

CA Unified Infrastructure Management Server

CA Unified Infrastructure Management Server CA Unified Infrastructure Management Server CA UIM Server Configuration Guide 8.0 Document Revision History Version Date Changes 8.0 September 2014 Rebranded for UIM 8.0. 7.6 June 2014 No revisions for

More information

Configuring IBM Cognos Controller 8 to use Single Sign- On

Configuring IBM Cognos Controller 8 to use Single Sign- On Guideline Configuring IBM Cognos Controller 8 to use Single Sign- On Product(s): IBM Cognos Controller 8.2 Area of Interest: Security Configuring IBM Cognos Controller 8 to use Single Sign-On 2 Copyright

More information

User Management Resource Administrator. Managing LDAP directory services with UMRA

User Management Resource Administrator. Managing LDAP directory services with UMRA User Management Resource Administrator Managing LDAP directory services with UMRA Copyright 2005, Tools4Ever B.V. All rights reserved. No part of the contents of this user guide may be reproduced or transmitted

More information

Integrating VMware Horizon Workspace and VMware Horizon View TECHNICAL WHITE PAPER

Integrating VMware Horizon Workspace and VMware Horizon View TECHNICAL WHITE PAPER Integrating VMware Horizon Workspace and VMware Horizon View TECHNICAL WHITE PAPER Table of Contents Introduction.... 3 Requirements.... 3 Horizon Workspace Components.... 3 SAML 2.0 Standard.... 3 Authentication

More information

Cox Managed CPE Services. RADIUS Authentication for AnyConnect VPN Version 1.3 [Draft]

Cox Managed CPE Services. RADIUS Authentication for AnyConnect VPN Version 1.3 [Draft] Cox Managed CPE Services RADIUS Authentication for AnyConnect VPN Version 1.3 [Draft] September, 2015 2015 by Cox Communications. All rights reserved. No part of this document may be reproduced or transmitted

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

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

RSA Security Analytics

RSA Security Analytics RSA Security Analytics Event Source Log Configuration Guide Microsoft Windows using Eventing Collection Last Modified: Thursday, July 30, 2015 Event Source Product Information: Vendor: Microsoft Event

More information

SSO Plugin. Troubleshooting. J System Solutions. http://www.javasystemsolutions.com Version 3.4

SSO Plugin. Troubleshooting. J System Solutions. http://www.javasystemsolutions.com Version 3.4 SSO Plugin Troubleshooting J System Solutions Version 3.4 Page 2 of 19 Troubleshooting...4 Mid Tier...4 The Mid Tier can not find the jss-sso.jar file...4 I'm using Windows Authentication. The plugin is

More information

Polycom CMA System Upgrade Guide

Polycom CMA System Upgrade Guide Polycom CMA System Upgrade Guide 5.0 May 2010 3725-77606-001C Trademark Information Polycom, the Polycom Triangles logo, and the names and marks associated with Polycom s products are trademarks and/or

More information