SoftwarePlanner Active Directory Authentication

Size: px
Start display at page:

Download "SoftwarePlanner Active Directory Authentication"

Transcription

1 User s Guide SoftwarePlanner Active Directory Authentication This document provides an explanation of using Active Directory with SoftwarePlanner.

2 1 Narrative In some situations, it may be preferable to override SoftwarePlanner s built in authentication, using a local Active Directory server to authenticate users instead. This document explains how SoftwarePlanner s Active Directory integration works and how to set it up for your enterprise installation of SoftwarePlanner. What it does A generic user account is created in AD, which is used by SoftwarePlanner to query AD (via LDAP) for users by address. User accounts in AD must have the field filled in or they will not be found. When a user attempts to log in we look up the user account in AD by address, and if a match is found, we compare the password with a second query to AD. If the password comparison passes, the user is allowed to log into SoftwarePlanner. If the lookup fails, for any reason, any existing user account with that address will be automatically locked out of SoftwarePlanner. You can have both SoftwarePlanner and ActiveDirectory users for SoftwarePlanner. This allows you to have local users log into SoftwarePlanner with their domain credentials and have external users (or customers) log into SoftwarePlanner without needing to be domain users. ActiveDirectory-enabled user accounts in SoftwarePlanner are tagged as AD-Login accounts using User Variables. When these log in, the system picks up this flag when validating the password and responds accordingly. If a user logs in with an that is NOT found in SoftwarePlanner but IS found in AD, the user will be automatically added to SoftwarePlanner with default rights to a selected project. Using our Professional Services to apply customized logic, we can modify this process to grant users access to more than one project if desired. What it does not do Domain members are not automatically added to SoftwarePlanner when they are added to the domain. As soon as a new domain member attempts to log into SoftwarePlanner, they will be granted the default permissions for a default project. (Both options are customizable) SP does not remember, store, or manipulate the domain password entered by the user. We validate the password that was entered on the login screen with LDAP queries, but we do not know what it is or store it in the SoftwarePlanner database. SoftwarePlanner does not delete or disable a user the Active Directory when they are disabled in SoftwarePlanner. We do not support conditional security in SoftwarePlanner based on AD container/unit. For example, we cannot make all users in the marketing container in Active Directory default to ProjectA in SoftwarePlanner, while users in the development container default to ProjectB).

3 2 Setting Up Active Directory Integration for SoftwarePlanner Setting up SoftwarePlanner for Active Directory integration involves creating a domain user to query with and deciding on some default values for your SoftwarePlanner. Once you have this information, you insert the data as preferences into your SoftwarePlanner database (often called Pragmatic, or SoftwarePlanner) on your SQL server. Once the preferences have been inserted, a couple of quick tests will tell you if it is working correctly or not. The Active Directory information that you need is as follows: LDAP connection string o In most cases this look something like one of the following: LDAP://DC1/DC=Company,DC=local LDAP://dc1.company.com/DC=Company, DC=local o Your IT team or network administrator should be able to provide the LDAP connection string for you if you do not know it already. Domain User Name for lookup user account o This is a service account, or other user that SoftwarePlanner will use to look up users by address in your active directory. In most cases it will be a value such as Company\UserName. Domain Password for lookup user SoftwarePlanner DeptId o Normally this is 8162, but your installation may be different. You can get this value from SoftwarePlanner by going to the Setup tab and clicking on Projects (Open & Create). From there, click on Choose Fields to add the Dept Id field for your project(s). SoftwarePlanner AppCode o Normally this is agspent, but your installation may be different. You can get this value from the URL used to log in to SoftwarePlanner. In the screenshot below, the AppCode would be agsppsc. For SoftwarePlanner, you also need to decide on default values for the following items. These values can be changed for individual users at any time by an Administrator. These default values can also be changed later if needed.

4 3 Default project new domain users will be added to o This will be the first project that new domain users will see when they log into SoftwarePlanner. Depending on your security policies, this could be an active/working project, or it could be an empty project. o You will need to know the exact NAME of the project, as it appears in SoftwarePlanner Default security group that new users will belong to within the default project o This is the security group that new domain users will belong to within the default project chosen above Default Time Zone that users will belong to o The full list of Valid time zones can be found in the SoftwarePlanner database by executing the following Query: SELECT Code FROM Validations WHERE ValidationType= TimeZone A few common values are GMT-05 Eastern (US/Canada) GMT-06 Central (US/Canada) GMT-07 Mountain (US/Canada) GMT-08 Pacific (US/Canada) Once you have the values for these 7 items, you will need to insert them into your SoftwarePlanner with the SQL on the next page. You need to replace the variable values in this script with the values from above. Once you have replaced the values, your SQL Administrator or IT team should be able to execute the SQL on your SoftwarePlanner database.

5 4 --Add DeptSettings for AD-Sync varchar(100) --****** CHANGE THESE VALUES TO YOUR APPCODE AND DEPTID******* SET Mountain (US/Canada)' /* NOTE: to get a list of valid time zones use the following SQL SELECT Code FROM Validations WHERE ValidationType='TimeZone' copy and paste an appropriate code into the value above */ --************************************************************** 'ActiveDirectory-ConnectionInfo',@LDAP,24661,@DeptId,@Id 'ActiveDirectory-AddUserDefaultTimeZone',@TimeZone,24661,@DeptId,@Id 'ActiveDirectory- AddUserDefaultSecurityGroup',@DefaultSecurityGroup,24661,@DeptId,@Id 'ActiveDirectory-AddUserDefaultProject',@DefaultProject,24661,@DeptId,@Id 'ActiveDirectory-ADUsr',@ADUser,24661,@DeptId,@Id 'ActiveDirectory-ADPwd',@ADPwd,24661,@DeptId,@Id --Insert the Person Variable record IF NOT EXISTS (SELECT * FROM Validations WHERE ValidationType='UserVariables' and Code='IsActiveDirectoryAccount') BEGIN INSERT INTO Validations VALUES (@AppCode, 0, 'UserVariables', 'IsActiveDirectoryAccount', 'IsActiveDirectoryAccount', NULL, NULL, 0, 'Y', 24792, GetDate(), GetDate(), 'N', NULL) END

6 5 Once the values have been inserted into the database, you can test the integration by entering the address and domain password for a user that is NOT already in SoftwarePlanner and making sure that the system logs you in as this new user and that you are automatically dropped into the default project with the correct security rights. To enable the Active Directory login for existing SoftwarePlanner users, you will need to go to edit the existing user in SoftwarePlanner. From the edit screen for the selected user, click on the User Variables tab. Click on the Add New button to add a new User Variable. Select IsActiveDirectoryAccount from the Variable Token Name choice list, and enter Y for Variable Value, then press Submit.

7 6

8 7 It is better to test the Active Directory integration with a user that does not already belong to SoftwarePlanner. As mentioned earlier, if the Active Directory lookup fails for any reason (invalid LDAP connection string, invalid lookup user credentials, connection failure, etc), the associated SoftwarePlanner account will be disabled. If you are setting up the Active Directory with the only active SoftwarePlanner login account, if that account is disabled you will not be able to log in to update settings or re-enable test users. To re-enable a user that has been disabled, whether it was from with SoftwarePlanner or from the Active Directory integration, go to Setup -> Security ->Users. Click on the Actions menu and make sure that the Show Deleted Users? check box is checked.

9 8 Then either scan the list, or use Quick Search to locate the user. When you edit the user s record you will see a Restore this user? check box at the bottom of the form. Check the box and press submit and the user will be restored. Whenever you restore a user, it is a good idea to check their security group settings for the projects that they belong to. Once the preferences have been added to SoftwarePlanner, you can update the preferences (LDAP connection string, user name, password, Default Project, etc) by going to the Setup tab. From the Setup tab, expand System Configuration, and you will see System Preferences. Click on that, then click quick search and enter ActiveDirectory- and press submit. Clicking on the Edit icon (looks like a green pen), will bring up the edit sheet for that preference allowing you to change the value. After changing a system preference (or multiple preferences) it is best to log out of SoftwarePlanner then back in to ensure that the new values persist for your working session.

10 9

IP Phone Service Administration and Subscription

IP Phone Service Administration and Subscription CHAPTER 6 IP Phone Service Administration and Subscription Cisco CallManager administrators maintain the list of services to which users can subscribe. These sections provide details about administering

More information

Administration: Users and Roles

Administration: Users and Roles Last Update: September 2011 Release 7.5 Administration: Users and Roles This lesson is specifically designed for administrators responsible for user security settings in the Astra Schedule system. Astra

More information

Tutorial: How to Use SQL Server Management Studio from Home

Tutorial: How to Use SQL Server Management Studio from Home Tutorial: How to Use SQL Server Management Studio from Home Steps: 1. Assess the Environment 2. Set up the Environment 3. Download Microsoft SQL Server Express Edition 4. Install Microsoft SQL Server Express

More information

HOW TO CONFIGURE SQL SERVER REPORTING SERVICES IN ORDER TO DEPLOY REPORTING SERVICES REPORTS FOR DYNAMICS GP

HOW TO CONFIGURE SQL SERVER REPORTING SERVICES IN ORDER TO DEPLOY REPORTING SERVICES REPORTS FOR DYNAMICS GP HOW TO CONFIGURE SQL SERVER REPORTING SERVICES IN ORDER TO DEPLOY REPORTING SERVICES REPORTS FOR DYNAMICS GP When you install SQL Server you have option to automatically deploy & configure SQL Server Reporting

More information

Using SQL Server Management Studio

Using SQL Server Management Studio Using SQL Server Management Studio Microsoft SQL Server Management Studio 2005 is a graphical tool for database designer or programmer. With SQL Server Management Studio 2005 you can: Create databases

More information

OUTLOOK ANYWHERE CONNECTION GUIDE FOR USERS OF OUTLOOK 2010

OUTLOOK ANYWHERE CONNECTION GUIDE FOR USERS OF OUTLOOK 2010 OUTLOOK ANYWHERE CONNECTION GUIDE FOR USERS OF OUTLOOK 2010 CONTENTS What is Outlook Anywhere? Before you begin How do I configure Outlook Anywhere with Outlook 2010? How do I use Outlook Anywhere? I already

More information

Open Directory. Contents. Before You Start 2. Configuring Rumpus 3. Testing Accessible Directory Service Access 4. Specifying Home Folders 4

Open Directory. Contents. Before You Start 2. Configuring Rumpus 3. Testing Accessible Directory Service Access 4. Specifying Home Folders 4 Contents Before You Start 2 Configuring Rumpus 3 Testing Accessible Directory Service Access 4 Specifying Home Folders 4 Open Directory Groups 6 Maxum Development Corp. Before You Start Open Directory

More information

Video Administration Backup and Restore Procedures

Video Administration Backup and Restore Procedures CHAPTER 12 Video Administration Backup and Restore Procedures This chapter provides procedures for backing up and restoring the Video Administration database and configuration files. See the following

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

Note: With v3.2, the DocuSign Fetch application was renamed DocuSign Retrieve.

Note: With v3.2, the DocuSign Fetch application was renamed DocuSign Retrieve. Quick Start Guide DocuSign Retrieve 3.2.2 Published April 2015 Overview DocuSign Retrieve is a windows-based tool that "retrieves" envelopes, documents, and data from DocuSign for use in external systems.

More information

Configure Single Sign on Between Domino and WPS

Configure Single Sign on Between Domino and WPS Configure Single Sign on Between Domino and WPS What we are doing here? Ok now we have the WPS server configured and running with Domino as the LDAP directory. Now we are going to configure Single Sign

More information

Workflow Conductor Widgets

Workflow Conductor Widgets Workflow Conductor Widgets Workflow Conductor widgets are the modular building blocks used to create workflows in Workflow Conductor Studio. Some widgets define the flow, or path, of a workflow, and others

More information

Microsoft Business Intelligence 2012 Single Server Install Guide

Microsoft Business Intelligence 2012 Single Server Install Guide Microsoft Business Intelligence 2012 Single Server Install Guide Howard Morgenstern Business Intelligence Expert Microsoft Canada 1 Table of Contents Microsoft Business Intelligence 2012 Single Server

More information

SchoolBooking SSO Integration Guide

SchoolBooking SSO Integration Guide SchoolBooking SSO Integration Guide Before you start This guide has been written to help you configure SchoolBooking to operate with SSO (Single Sign on) Please treat this document as a reference guide,

More information

AUTHENTICATION... 2 Step 1:Set up your LDAP server... 2 Step 2: Set up your username... 4 WRITEBACK REPORT... 8 Step 1: Table structures...

AUTHENTICATION... 2 Step 1:Set up your LDAP server... 2 Step 2: Set up your username... 4 WRITEBACK REPORT... 8 Step 1: Table structures... AUTHENTICATION... 2 Step 1:Set up your LDAP server... 2 Step 2: Set up your username... 4 WRITEBACK REPORT... 8 Step 1: Table structures... 8 Step 2: Import Tables into BI Admin.... 9 Step 3: Creating

More information

Active Directory Integration for Greentree

Active Directory Integration for Greentree App Number: 010044 Active Directory Integration for Greentree Last Updated 14 th February 2013 Powered by: AppsForGreentree.com 2013 1 Table of Contents Features... 3 Options... 3 Important Notes... 3

More information

User Management Guide

User Management Guide AlienVault Unified Security Management (USM) 4.x-5.x User Management Guide USM v4.x-5.x User Management Guide, rev 1 Copyright 2015 AlienVault, Inc. All rights reserved. The AlienVault Logo, AlienVault,

More information

System Administration and Log Management

System Administration and Log Management CHAPTER 6 System Overview System Administration and Log Management Users must have sufficient access rights, or permission levels, to perform any operations on network elements (the devices, such as routers,

More information

Acunetix Web Vulnerability Scanner. Getting Started. By Acunetix Ltd.

Acunetix Web Vulnerability Scanner. Getting Started. By Acunetix Ltd. Acunetix Web Vulnerability Scanner Getting Started V8 By Acunetix Ltd. 1 Starting a Scan The Scan Wizard allows you to quickly set-up an automated scan of your website. An automated scan provides a comprehensive

More information

SQL Server Setup for Assistant/Pro applications Compliance Information Systems

SQL Server Setup for Assistant/Pro applications Compliance Information Systems SQL Server Setup for Assistant/Pro applications Compliance Information Systems The following document covers the process of setting up the SQL Server databases for the Assistant/PRO software products form

More information

Unity Application Suite SQL Server Database Integration

Unity Application Suite SQL Server Database Integration Unity Application Suite SQL Server Database Integration 1.0 Introduction This document outlines the steps required to integrate the Unity Client with a Microsoft SQL Server database. Unity Integrates with

More information

Monitoring Oracle Enterprise Performance Management System Release 11.1.2.3 Deployments from Oracle Enterprise Manager 12c

Monitoring Oracle Enterprise Performance Management System Release 11.1.2.3 Deployments from Oracle Enterprise Manager 12c Monitoring Oracle Enterprise Performance Management System Release 11.1.2.3 Deployments from Oracle Enterprise Manager 12c This document describes how to set up Oracle Enterprise Manager 12c to monitor

More information

USING MYWEBSQL FIGURE 1: FIRST AUTHENTICATION LAYER (ENTER YOUR REGULAR SIMMONS USERNAME AND PASSWORD)

USING MYWEBSQL FIGURE 1: FIRST AUTHENTICATION LAYER (ENTER YOUR REGULAR SIMMONS USERNAME AND PASSWORD) USING MYWEBSQL MyWebSQL is a database web administration tool that will be used during LIS 458 & CS 333. This document will provide the basic steps for you to become familiar with the application. 1. To

More information

Migrating helpdesk to a new server

Migrating helpdesk to a new server Migrating helpdesk to a new server Table of Contents 1. Helpdesk Migration... 2 Configure Virtual Web on IIS 6 Windows 2003 Server:... 2 Role Services required on IIS 7 Windows 2008 / 2012 Server:... 2

More information

This is a training module for Maximo Asset Management V7.1. It demonstrates how to use the E-Audit function.

This is a training module for Maximo Asset Management V7.1. It demonstrates how to use the E-Audit function. This is a training module for Maximo Asset Management V7.1. It demonstrates how to use the E-Audit function. Page 1 of 14 This module covers these topics: - Enabling audit for a Maximo database table -

More information

Creating a generic user-password application profile

Creating a generic user-password application profile Chapter 4 Creating a generic user-password application profile Overview If you d like to add applications that aren t in our Samsung KNOX EMM App Catalog, you can create custom application profiles using

More information

SmartConnect User Credentials 2012

SmartConnect User Credentials 2012 User Credentials Used When The SmartConnect client connects to Microsoft Dynamics GP When connecting to the Microsoft Dynamics GP the credentials of the current AD user are used to connect to Dynamics

More information

How To Create An Easybelle History Database On A Microsoft Powerbook 2.5.2 (Windows)

How To Create An Easybelle History Database On A Microsoft Powerbook 2.5.2 (Windows) Introduction EASYLABEL 6 has several new features for saving the history of label formats. This history can include information about when label formats were edited and printed. In order to save this history,

More information

Snow Active Directory Discovery

Snow Active Directory Discovery Product Snow Active Directory Discovery Version 1.0 Release date 2014-04-29 Document date 2014-04-29 Snow Active Directory Discovery Installation & Configuration Guide Page 2 of 9 This document describes

More information

DocuSign Connect for Salesforce Guide

DocuSign Connect for Salesforce Guide Information Guide 1 DocuSign Connect for Salesforce Guide 1 Copyright 2003-2013 DocuSign, Inc. All rights reserved. For information about DocuSign trademarks, copyrights and patents refer to the DocuSign

More information

QUANTIFY INSTALLATION GUIDE

QUANTIFY INSTALLATION GUIDE QUANTIFY INSTALLATION GUIDE Thank you for putting your trust in Avontus! This guide reviews the process of installing Quantify software. For Quantify system requirement information, please refer to the

More information

How To Set Up Dataprotect

How To Set Up Dataprotect How To Set Up Dataprotect This document will show you how to install and configure your computer for a Typical installation. If you have questions about configuring a Custom installation please contact

More information

Monitor Print Popup for Mac. Product Manual. www.monitorbm.com

Monitor Print Popup for Mac. Product Manual. www.monitorbm.com Monitor Print Popup for Mac Product Manual www.monitorbm.com Monitor Print Popup for Mac Product Manual Copyright 2013 Monitor Business Machines Ltd The software contains proprietary information of Monitor

More information

Budget Developer Install Manual 2.5

Budget Developer Install Manual 2.5 Budget Developer Install Manual 2.5 ARGUS Budget Developer Install Version 2.5 2/13/2013 ARGUS Software An Altus Group Company Application Server Installation for ARGUS Enterprise Version 9.1 2/13/2013

More information

Security Assertion Markup Language (SAML) Site Manager Setup

Security Assertion Markup Language (SAML) Site Manager Setup Security Assertion Markup Language (SAML) Site Manager Setup Trademark Notice Blackboard, the Blackboard logos, and the unique trade dress of Blackboard are the trademarks, service marks, trade dress and

More information

Using the vcenter Orchestrator Plug-In for Microsoft Active Directory

Using the vcenter Orchestrator Plug-In for Microsoft Active Directory Using the vcenter Orchestrator Plug-In for Microsoft Active Directory vcenter Orchestrator 4.1 This document supports the version of each product listed and supports all subsequent versions until the document

More information

2008-2011, InnerApps, LLC. ALL RIGHTS RESERVED. Install Guide

2008-2011, InnerApps, LLC. ALL RIGHTS RESERVED. Install Guide 2008-2011, InnerApps, LLC. ALL RIGHTS RESERVED Install Guide System Requirements.NET framework 3.5 SP1 Windows Server 2003 or above 2GB RAM minimum 2GHz Processor SQL Server 2005+ (or SQL Express if no

More information

SHIPSTATION / MIVA MERCHANT SETUP GUIDE

SHIPSTATION / MIVA MERCHANT SETUP GUIDE SHIPSTATION / MIVA MERCHANT SETUP GUIDE 9/20/2013 Miva Merchant Setup Guide ShipStation has created a Miva Merchant module to allow for a more streamlined order fulfillment process. This guide provides

More information

Creating a User Profile for Outlook 2013

Creating a User Profile for Outlook 2013 Creating a User Profile for Outlook 2013 This document tells you how to create a user profile for Outlook 2013 on your computer (also known as the Outlook client). This is necessary, for example, when

More information

Active Directory Integration

Active Directory Integration Active Directory Integration Last updated March 2016 Contents Introduction:... 2 Administration configuration set up:... 2 Configuring for a single OU import... 3 User Importing... 3 Active Directory and

More information

Using Internet or Windows Explorer to Upload Your Site

Using Internet or Windows Explorer to Upload Your Site Using Internet or Windows Explorer to Upload Your Site This article briefly describes what an FTP client is and how to use Internet Explorer or Windows Explorer to upload your Web site to your hosting

More information

How to Configure Active Directory based User Authentication

How to Configure Active Directory based User Authentication How to Configure Active Directory based User Authentication You Must Have: Microsoft server with Active Directory configured. Windows 2000 Server is configured as Active Directory server in this example.

More information

PineApp Surf-SeCure Quick

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

More information

1. Support. For support, please contact support@uclogic.com

1. Support. For support, please contact support@uclogic.com AD Sync Service For Worksite Import Users and Groups from Active Directory AD Sync Service User Manual Version 7.9 By UC Logic Contents 1. Support... 3 2. Updates... 3 3. Installation... 5 4. Active Directory

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

Active Directory Authentication Integration

Active Directory Authentication Integration Active Directory Authentication Integration This document provides a detailed explanation of how to integrate Active Directory into the ipconfigure Installation of a Windows 2003 Server for network security.

More information

1 of 10 1/31/2014 4:08 PM

1 of 10 1/31/2014 4:08 PM 1 of 10 1/31/2014 4:08 PM copyright 2014 How to backup Microsoft SQL Server with Nordic Backup Pro Before creating a SQL backup set within Nordic Backup Pro it is first necessary to verify that the settings

More information

Customer Tips. Configuring Color Access on the WorkCentre 7328/7335/7345 using Windows Active Directory. for the user. Overview

Customer Tips. Configuring Color Access on the WorkCentre 7328/7335/7345 using Windows Active Directory. for the user. Overview Xerox Multifunction Devices Customer Tips February 13, 2008 This document applies to the stated Xerox products. It is assumed that your device is equipped with the appropriate option(s) to support the

More information

Active Directory Requirements and Setup

Active Directory Requirements and Setup Active Directory Requirements and Setup The information contained in this document has been written for use by Soutron staff, clients, and prospective clients. Soutron reserves the right to change the

More information

Cloud Services ADM. Agent Deployment Guide

Cloud Services ADM. Agent Deployment Guide Cloud Services ADM Agent Deployment Guide 10/15/2014 CONTENTS System Requirements... 1 Hardware Requirements... 1 Installation... 2 SQL Connection... 4 AD Mgmt Agent... 5 MMC... 7 Service... 8 License

More information

Grant Management System Training Guide Module 9 Notification Center Home Dashboard Ver 6.1 Updated: 2.13.2014

Grant Management System Training Guide Module 9 Notification Center Home Dashboard Ver 6.1 Updated: 2.13.2014 Grant Management System Training Guide Module 9 Notification Center Home Dashboard Ver 6.1 Updated: 2.13.2014 Prepared by: Table of Contents Module 9: Notification Center on the Home Dashboard This module

More information

End User Configuration

End User Configuration CHAPTER114 The window in Cisco Unified Communications Manager Administration allows the administrator to add, search, display, and maintain information about Cisco Unified Communications Manager end users.

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

Smart Card Authentication Client. Administrator's Guide

Smart Card Authentication Client. Administrator's Guide Smart Card Authentication Client Administrator's Guide April 2013 www.lexmark.com Contents 2 Contents Overview...3 Configuring Smart Card Authentication Client...4 Configuring printer settings for use

More information

Integrating Autotask Service Desk Ticketing with the Cisco OnPlus Portal

Integrating Autotask Service Desk Ticketing with the Cisco OnPlus Portal Integrating Autotask Service Desk Ticketing with the Cisco OnPlus Portal This Application Note provides instructions for configuring Apps settings on the Cisco OnPlus Portal and Autotask application settings

More information

PowerLink for Blackboard Vista and Campus Edition Install Guide

PowerLink for Blackboard Vista and Campus Edition Install Guide PowerLink for Blackboard Vista and Campus Edition Install Guide Introduction...1 Requirements... 2 Authentication in Hosted and Licensed Environments...2 Meeting Permissions... 2 Installation...3 Configuring

More information

Active Directory Integration

Active Directory Integration January 11, 2011 Author: Audience: SWAT Team Evaluator Product: Cymphonix Network Composer EX Series, XLi OS version 9 Active Directory Integration The following steps will guide you through the process

More information

netld External Authentication Setup Guide

netld External Authentication Setup Guide netld External Authentication Setup Guide Overview netld is able to integrate with authentication servers such as Active Directory and FreeRADIUS. When using this integration, you do not need to create

More information

ClickDimensions Quick Start Guide For Microsoft Dynamics CRM 2011. 9/1/2011 ClickDimensions

ClickDimensions Quick Start Guide For Microsoft Dynamics CRM 2011. 9/1/2011 ClickDimensions ClickDimensions Quick Start Guide For Microsoft Dynamics CRM 2011 9/1/2011 ClickDimensions Online Training Resources This guide will explain how to register for and use a ClickDimensions Marketing Automation

More information

TSM for Windows Installation Instructions: Download the latest TSM Client Using the following link:

TSM for Windows Installation Instructions: Download the latest TSM Client Using the following link: TSM for Windows Installation Instructions: Download the latest TSM Client Using the following link: ftp://ftp.software.ibm.com/storage/tivoli-storagemanagement/maintenance/client/v6r2/windows/x32/v623/

More information

QAS Small Business for Salesforce CRM

QAS Small Business for Salesforce CRM INTRODUCTION This document provides an overview of integrating and configuring QAS for Salesforce CRM. It will take you through the standard integration and configuration process and also provides an appendix

More information

In a browser window, enter the Canvas registration URL: silverlakemustangs.instructure.com

In a browser window, enter the Canvas registration URL: silverlakemustangs.instructure.com How do I sign up for a Canvas account as a Parent? Parents (Observers) can link their Canvas account to their student's account so they can see assignment dues dates, announcements, and other course content.

More information

Zoho CRM and Google Apps Synchronization

Zoho CRM and Google Apps Synchronization Zoho CRM and Google Apps Synchronization Table of Contents End User Integration Points 1. Contacts 2. Calendar 3. Email 4. Tasks 5. Docs 3 6 8 11 12 Domain-Wide Points of Integration 1. Authentication

More information

Admin Reference Guide. PinPoint Document Management System

Admin Reference Guide. PinPoint Document Management System Admin Reference Guide PinPoint Document Management System 1 Contents Introduction... 2 Managing Departments... 3 Managing Languages... 4 Managing Users... 5 Managing User Groups... 7 Managing Tags... 9

More information

Published. Technical Bulletin: Use and Configuration of Quanterix Database Backup Scripts 1. PURPOSE 2. REFERENCES 3.

Published. Technical Bulletin: Use and Configuration of Quanterix Database Backup Scripts 1. PURPOSE 2. REFERENCES 3. Technical Bulletin: Use and Configuration of Quanterix Database Document No: Page 1 of 11 1. PURPOSE Quanterix can provide a set of scripts that can be used to perform full database backups, partial database

More information

1. Open the License Manager either via the Start Menu or from C:\Keri\DoorsNET directory.

1. Open the License Manager either via the Start Menu or from C:\Keri\DoorsNET directory. Doors.NET v3.5.1.21 includes a new automatic backup feature that allows you to quickly and easily schedule a full system backup. By default, this backup is performed every week on Friday at 23:00 hours

More information

Using LDAP Authentication in a PowerCenter Domain

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

More information

MySQL Manager. User Guide. July 2012

MySQL Manager. User Guide. July 2012 July 2012 MySQL Manager User Guide Welcome to AT&T Website Solutions SM We are focused on providing you the very best web hosting service including all the tools necessary to establish and maintain a successful

More information

PaperStream Connect. Setup Guide. Version 1.0.0.0. Copyright Fujitsu

PaperStream Connect. Setup Guide. Version 1.0.0.0. Copyright Fujitsu PaperStream Connect Setup Guide Version 1.0.0.0 Copyright Fujitsu 2014 Contents Introduction to PaperStream Connect... 2 Setting up PaperStream Capture to Release to Cloud Services... 3 Selecting a Cloud

More information

PCSchool SQL Backup Tech Tip. SQL Backup Tech Tip. Created in version 2009.4 1/9

PCSchool SQL Backup Tech Tip. SQL Backup Tech Tip. Created in version 2009.4 1/9 SQL Backup Tech Tip Created in version 2009.4 1/9 Table of Contents SQL Backup... 2 PCSchool Backup... 3 SQL Server Backup... 5 Identify the Workarea... 5 Management Studio... 5 General... 6 SQL Backup

More information

Embedded Document Accounting Solution (edas) for Cost Recovery. Administrator's Guide

Embedded Document Accounting Solution (edas) for Cost Recovery. Administrator's Guide Embedded Document Accounting Solution (edas) for Cost Recovery Administrator's Guide September 2013 www.lexmark.com Contents 2 Contents Overview...4 Getting started...5 Understanding installation requirements...5

More information

IIS SECURE ACCESS FILTER 1.3

IIS SECURE ACCESS FILTER 1.3 OTP SERVER INTEGRATION MODULE IIS SECURE ACCESS FILTER 1.3 Copyright, NordicEdge, 2006 www.nordicedge.se Copyright, 2006, Nordic Edge AB Page 1 of 14 1 Introduction 1.1 Overview Nordic Edge One Time Password

More information

Configuring Outlook 2013 For IMAP Connections

Configuring Outlook 2013 For IMAP Connections Configuring Outlook 2013 For IMAP Connections VERSION 1.0 1 P a g e U A C o n n e c t C o n f i g u r i n g O u t l o o k 2013 f o r I M A P 12/2013 Configuring Outlook 2013 for IMAP Connections Overview

More information

3 Setting up Databases on a Microsoft SQL 7.0 Server

3 Setting up Databases on a Microsoft SQL 7.0 Server 3 Setting up Databases on a Microsoft SQL 7.0 Server Overview of the Installation Process To set up GoldMine properly, you must follow a sequence of steps to install GoldMine s program files, and the other

More information

ADFS Integration Guidelines

ADFS Integration Guidelines ADFS Integration Guidelines Version 1.6 updated March 13 th 2014 Table of contents About This Guide 3 Requirements 3 Part 1 Configure Marcombox in the ADFS Environment 4 Part 2 Add Relying Party in ADFS

More information

Access Cloud Hosted PBX Web Portal User Guide

Access Cloud Hosted PBX Web Portal User Guide Access Cloud Hosted PBX Web Portal User Guide 820 W Jackson Blvd., Fl 6 Chicago, IL 60607 Ver. 06132014 820 W Jackson Blvd., Fl 6 Chicago, IL 60607 Ver. 06132014 Contents 1 About This Guide... 9 2 Profile...

More information

Drop Shipping. Contents. Overview 2. Quick Tips 3. Basic Setup 4. Drop Ship Options 5. File Pickup Options 6. E-Mail Messages 8

Drop Shipping. Contents. Overview 2. Quick Tips 3. Basic Setup 4. Drop Ship Options 5. File Pickup Options 6. E-Mail Messages 8 Contents Overview 2 Quick Tips 3 Basic Setup 4 Drop Ship Options 5 File Pickup Options 6 E-Mail Messages 8 The Drop Shipments Log 9 Maxum Development Corp. Overview One very common file transfer task is

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

SQL Server 2008 R2 Express Edition Installation Guide

SQL Server 2008 R2 Express Edition Installation Guide Hardware, Software & System Requirements for SQL Server 2008 R2 Express Edition To get the overview of SQL Server 2008 R2 Express Edition, click here. Please refer links given below for all the details

More information

Training Module 1: Administration (logical) (for Privia version 5.9)

Training Module 1: Administration (logical) (for Privia version 5.9) Training Module : Administration (logical) (for Privia version.9) Copyright 0 by Privia LLC. All rights reserved. No part of this publication may be reproduced, transmitted, transcribed, stored in a retrieval

More information

Install Pervasive.SQL client software on each PC which will run LEADS 2.0.

Install Pervasive.SQL client software on each PC which will run LEADS 2.0. ENIVIRONMENT LEADS 2.0 is a 32 bit Windows application. It will run on Windows 95, 98, ME, NT, XP and 2000. It uses Pervasive.SQL to store its database on the server. Because it is a 32 bit application,

More information

Expresso Quick Install

Expresso Quick Install Expresso Quick Install 1. Considerations 2. Basic requirements to install 3. Install 4. Expresso set up 5. Registering users 6. Expresso first access 7. Uninstall 8. Reinstall 1. Considerations Before

More information

How to connect to the diamonds wireless network with Vista.

How to connect to the diamonds wireless network with Vista. How to connect to the diamonds wireless network with Vista. This configuration guide requires the use of Windows to configure the wireless settings. 1. Click on the START menu and click the Control Panel.

More information

How to Access Coast Wi-Fi

How to Access Coast Wi-Fi How to Access Coast Wi-Fi Below is a summary of the information required to configure your device to connect to the coast-wifi network. For further assistance in configuring your specific device, continue

More information

How To Synchronize the easystore to the AD

How To Synchronize the easystore to the AD Index Firmware update/check 2 Re-initialization of the easystore 3 Checking Active Directory server 5 AD authentication mode 6 1 of 7 Firmware update/check It is very important to check the firmware of

More information

NetMotion + YubiRADIUS Quick Start Guide

NetMotion + YubiRADIUS Quick Start Guide NetMotion + YubiRADIUS Quick Start Guide March 22, 2013 NetMotion + YubiRADIUS Quick Start Guide 2012 Yubico. All rights reserved. Page 1 of 7 Introduction Disclaimer Yubico is the leading provider of

More information

Add User to Administrators Group using SQL Lookup Table

Add User to Administrators Group using SQL Lookup Table Add User to Administrators Group using SQL Lookup Table Summary This utility is intended to aid customers in the ability to make the user of a desktop a local administrator on the desktop. In order to

More information

XyLoc Security Server w/ AD Integration (XSS-AD 5.x.x) Administrator's Guide

XyLoc Security Server w/ AD Integration (XSS-AD 5.x.x) Administrator's Guide XyLoc Security Server w/ AD Integration (XSS-AD 5.x.x) Administrator's Guide Contacting Ensure Technologies Email: support@ensuretech.com Phone: (734) 547-1600 Home Office: Ensure Technologies 135 S Prospect

More information

Summary. How-To: Active Directory Integration. April, 2006

Summary. How-To: Active Directory Integration. April, 2006 How-To How-To Integrate CanIt-PRO with Active Directory: April, 2006 Summary Several organizations use Active Directory to manage their user accounts. This paper describes how to integrate CanIt-PRO with

More information

Network Event Viewer now supports real-time monitoring enabling system administrators to be notified immediately when critical events are logged.

Network Event Viewer now supports real-time monitoring enabling system administrators to be notified immediately when critical events are logged. About Network Event Viewer is a network wide event log monitoring, consolidation, auditing and reporting tool enabling System Administrators to satisfy Sarbanes-Oxley auditing requirements while proactively

More information

Web Meetings through VPN. Note: Conductor means person leading the meeting. Table of Contents. Instant Web Meetings with VPN (Conductor)...

Web Meetings through VPN. Note: Conductor means person leading the meeting. Table of Contents. Instant Web Meetings with VPN (Conductor)... Table of Contents Instant Web Meetings with VPN (Conductor)...2 How to Set Up a Scheduled Web Meeting with VPN (Conductor)...6 How to Set Up a Support Web Meeting with GVSU VPN Service (Conductor)...15

More information

Offline Payment Methods

Offline Payment Methods Offline Payment Methods STRONGVON Tournament Management System 1 Overview The STRONGVON Tournament Management System allows you to collect online registration, while arranging for offline payment methods

More information

Configure SecureZIP for Windows for Entrust Entelligence Security Provider 7.x for Windows

Configure SecureZIP for Windows for Entrust Entelligence Security Provider 7.x for Windows Configure SecureZIP for Windows for Entrust Entelligence Security Provider 7.x for Windows SecureZIP for Windows interoperates with leading PKI vendors including Entrust, VeriSign, and RSA to enable the

More information

Web Work Module 11.6. User s Guide

Web Work Module 11.6. User s Guide Web Work Module 11.6 User s Guide COPYRIGHT Copyright 2000 2005 MainSaver Software. All rights reserved. No part of this document may be copied or distributed, transmitted, transcribed, stored in a retrieval

More information

14 Configuring and Setting Up Document Management

14 Configuring and Setting Up Document Management 14 Configuring and Setting Up Document Management In this chapter, we will cover the following topics: Creating a document type Allowing document types on locked records Creating a document data source

More information

Web based training for field technicians can be arranged by calling 888-577-4919 These Documents are required for a successful install:

Web based training for field technicians can be arranged by calling 888-577-4919 These Documents are required for a successful install: Software V NO. 1.7 Date 9/06 ROI Configuration Guide Before you begin: Note: It is important before beginning to review all installation documentation and to complete the ROI Network checklist for the

More information

SecureAware on IIS8 on Windows Server 2008/- 12 R2-64bit

SecureAware on IIS8 on Windows Server 2008/- 12 R2-64bit SecureAware on IIS8 on Windows Server 2008/- 12 R2-64bit Note: SecureAware version 3.7 and above contains all files and setup configuration needed to use Microsoft IIS as a front end web server. Installing

More information

How To Use Saml 2.0 Single Sign On With Qualysguard

How To Use Saml 2.0 Single Sign On With Qualysguard QualysGuard SAML 2.0 Single Sign-On Technical Brief Introduction Qualys provides its customer the option to use SAML 2.0 Single Sign On (SSO) authentication with their QualysGuard subscription. When implemented,

More information

User Guide. Voice Services Self Care Portal. Logging In. Welcome to the Self Care Portal

User Guide. Voice Services Self Care Portal. Logging In. Welcome to the Self Care Portal Logging In 1. From your Internet browser, enter the following URL: http://selfcare.ucc.ny.gov 2. Choose End User Self Care. 3. Enter your username and password: a. Username: Enter your LDAP user ID. (same

More information

Integrations. Help Documentation

Integrations. Help Documentation Help Documentation This document was auto-created from web content and is subject to change at any time. Copyright (c) 2016 SmarterTools Inc. Integrations WHMCS SmarterTrack Provisioning Module Package

More information