Configuration Guide for Active Directory Integration

Similar documents
SQL Server Mirroring. Introduction. Setting up the databases for Mirroring

Managing users. Account sources. Chapter 1

SCOPTEL WITH ACTIVE DIRECTORY USER DOCUMENTATION

FastPass Password Manager Version 3.5.1

Protected Trust Directory Sync Guide

Active Directory Management. Agent Deployment Guide

NSi Mobile Installation Guide. Version 6.2

Cloud Services ADM. Agent Deployment Guide

Adobe Connect LMS Integration for Blackboard Learn 9

OneLogin Integration User Guide

Multi-factor Authentication using Radius

Configuring Sponsor Authentication

Use Enterprise SSO as the Credential Server for Protected Sites

Configure Single Sign on Between Domino and WPS

IPedge Feature Desc. 5/25/12

Active Directory Syncing

Active Directory Management. Agent Deployment Guide

Alcatel-Lucent Extended Communication Server Active directory synchronization : installation and administration


Active Directory Integration for Greentree

LDAP User Guide PowerSchool Premier 5.1 Student Information System

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

Centrify Cloud Connector Deployment Guide

OSF INTEGRATOR for. Integration Guide

Active Directory Restoration

LAB: Enterprise Single Sign-On Services. Last Saved: 7/17/ :48:00 PM

Here, we will discuss step-by-step procedure for enabling LDAP Authentication.

BlackShield ID. QUICKStart Guide. Integrating Active Directory Lightweight Services

NAS 221 Remote Access Using Cloud Connect TM

Management, Logging and Troubleshooting

User Management Tool 1.6

Preparing for GO!Enterprise MDM On-Demand Service

Core Protection Suite

escan SBS 2008 Installation Guide

How to Setup SQL Server Replication

Security Provider Integration Kerberos Server

Important Information

Setup 1of 2: AKO (NOT E ) Setup on Outlook 2010

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

Sophos Mobile Control Super administrator guide. Product version: 3

Jive Connects for Microsoft SharePoint: Troubleshooting Tips

FaxCore 2007 Getting Started Guide (v1.0)

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

Managing users. Account sources. Chapter 2

Video Administration Backup and Restore Procedures

Installation Troubleshooting Guide

Professional Mailbox Software Setup Guide

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

WHMCS LUXCLOUD MODULE

Drobo How-To Guide Drobo Apps - Configuring ElephantDrive

System Administration and Log Management

NAS 259 Protecting Your Data with Remote Sync (Rsync)

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

Setup guide. TELUS AD Sync

How To Configure A Bomgar.Com To Authenticate To A Rdius Server For Multi Factor Authentication

How To - Implement Clientless Single Sign On Authentication in Single Active Directory Domain Controller Environment

USER GUIDE. Lightweight Directory Access Protocol (LDAP) Schoolwires Centricity

Cloud Services ADM. User Interface Guide

Outlook Profile Setup Guide Exchange 2010 Quick Start and Detailed Instructions

SharePoint AD Information Sync Installation Instruction

Brivo Directory Agent. User Guide

1 Introduction. Windows Server & Client and Active Directory.

AVG Business SSO Connecting to Active Directory

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

SonicWALL CDP 5.0 Microsoft Exchange User Mailbox Backup and Restore

IIS, FTP Server and Windows

Link and Sync Guide for Hosted QuickBooks Files

SQL Server Setup for Assistant/Pro applications Compliance Information Systems

Exchange Outlook Profile/POP/IMAP/SMTP Setup Guide

HIPAA Compliance Use Case

VMware Identity Manager Administration

Group Management Server User Guide

Active Directory Management. User Interface Guide

TARGETPROCESS HELP DESK PORTAL

MICROSOFT ISA SERVER 2006

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

Sophos Mobile Control Administrator guide. Product version: 3

User Management Tool 1.5

This guide provides information to show how to create and manage Riva Dynamic Distribution List policies.

Contents Notice to Users

753 Broad Street Phone: Suite 200 Fax: Augusta, GA Copyrights

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

Online Statements. About this guide. Important information

Table of Contents Introduction... 2 Azure ADSync Requirements/Prerequisites:... 2 Software Requirements... 2 Hardware Requirements...

Integrating LANGuardian with Active Directory

F-Secure Messaging Security Gateway. Deployment Guide

Web Remote Access. User Guide

Updated: 7/10/2013 Author: Tim Unten

Chapter 10 Encryption Service

GET IN NOW Step 2: Add Users

Configuring User Identification via Active Directory

InventoryControl for use with QuoteWerks Quick Start Guide

Funambol Exchange Connector v6.5 Installation Guide

McAfee One Time Password

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

VMware Identity Manager Administration

TelePresence Migrating TelePresence Management Suite (TMS) to a New Server

Configuration Guide - OneDesk to SalesForce Connector

Overview How it works: Features: Page 1

LAB 2: Identity Management

Transcription:

Configuration Guide for Active Directory Integration Workspot, Inc. 12/4/2015

Workspot Active Directory Integration The Enterprise Connector provides synchronization between an on-premise Active Directory (AD) server and Workspot Control. Existing user account changes in AD are automatically propagated to Control. Domain users that are deleted or disabled in AD will be reflected in Workspot Control with the current status, which allows the Workspot Control admin to take the appropriate action. New domain users must be added manually or self-registered in Control. The Enterprise Connector is software that runs as a service on a Windows Server; account credentials are stored encrypted on the local disk of the Server. In the synchronization process, the AD user object GUIDs are stored in your corporate Workspot Control account. Prerequisites 1. Workspot Enterprise Connector installed and configured. For more information, see the Installation Guide for the Workspot Enterprise Connector. 2. Active Directory server (Windows Server 2008 R2 or higher). 3. AD domain users with email addresses configured in AD that match the users email in Control, see example below. User s Account in AD pg. 1 of 4

User s Account in Control 4. From the Enterprise Connector server, port 389 (or other LDAP port) opened to the AD servers. 5. The service account used for the Enterprise Connector configured with permissions as detailed in the following section. Note: For multiple domain support, the service account requires the same permissions in each domain. Setting permissions for the service account Permissions for the EC service account should be configured as follows: 1. On the domain controller, login as a domain administrator and create a new domain user for the EC service account. 2. Open Command Prompt in Run as Administrator mode. In the following example, dc=o1labs,dc=com is base DN for the domain and WSECservice is the EC service account. Note: If the output of the dsacls commands shown below is The command failed to complete successfully, check the parameters. Otherwise if successful, the output results in The command completed successfully. 3. Add Replicating Directory Changes to the EC service account: > dsacls "dc=o1labs,dc=com /g" "o1labs\wsecservice:ca;replicating Directory Changes" pg. 2 of 4

4. Add Replication synchronization to the EC service account: > dsacls "dc=o1labs,dc=com" /g "o1labs\wsecservice:ca;replication synchronization" 5. Add the List Contents and Return Property Deleted Object permissions: > dsacls "cn=deleted objects,dc=o1labs,dc=com" /takeownership 6. Then grant permissions for the EC service account as follows: > dsacls "cn=deleted objects,dc=o1labs,dc=com" /g o1labs\wsecservice:lcrp For more information on Dsacls see https://technet.microsoft.com/enus/library/cc771151.aspx. For more information on Replicating Directory Changes and Replication synchronization permissions, see https://technet.microsoft.com/enus/library/hh296982.aspx Configuring Active Directory integration 1. Go to Company > Connector (Beta) > Add Configuration under the appropriate Enterprise Connector config. Note: This is an optional feature, if you do not see the Connector (Beta) tab, please contact mailto:support@workspot.com 2. Select Active Directory as the Configuration Type. Select Yes radio button to enable deleted/disabled user sync. Click Save. pg. 3 of 4

3. Go to the Users page, and the AD status column will reflect the current status of the users account in AD. Click the column header to sort by status. Troubleshooting If errors occur during installation and setup, see: c:\programdata\workspot\setup.txt If errors occur while the connector is running, see the log file in: C:\Program Files\Workspot_Enterprise_Connector\log In Workspot Control, if a user s AD Status is Not Found, then check in AD if the email attribute has been entered and matches the email in Control. If a user s AD Status is Deleted, then the user s account should be reviewed whether appropriate to be deleted from Control, then select the checkbox next to the user s name and click the Delete Users button. pg. 4 of 4