CUCM Directory Synchronization FAQ

Size: px
Start display at page:

Download "CUCM Directory Synchronization FAQ"

Transcription

1 1 sur 6 04/07/ :10 CUCM Directory Synchronization FAQ From DocWiki Back to Unified Communications FAQ Back to CUCM FAQ Contents 1 How many users can I have in my CUCM?? 2 How many LDAP search bases can I configure?? 3 What LDAP directories are supported?? 4 Can I do a multi-forest LDAP integration?? 5 Can I sync my PIN to LDAP?? 6 I need to change my LDAP integration to another domain, how should I do it?? 7 How can I turn my LDAP synced users into local users?? 8 What can I use the custom LDAP fields for?? 9 Can I sync a Security Group into CUCM?? 10 I'm going to change from LDAP to LDS / ADAM and need to change the userid, how can I do that?? How many users can I have in my CUCM?? The maximum number of users that a Unified CM cluster can handle is limited by the maximum size of the internal configuration database that gets replicated between the cluster members. The maximum number of users that can be configured or synchronized is 160,000. Directory Integration and Identity Management ( /cucm/srnd/collab10/collab10/directry.html) How many LDAP search bases can I configure?? The maximum number of users that a Unified CM cluster can handle is limited by the maximum size of the internal configuration database that gets replicated between the cluster members. The maximum number of users that can be configured or synchronized is 160,000. With more than 80,000 users the maximum number of LDAP synchronization agreements is limited to 10, while with less than 80,000 users the total number of LDAP synchronization agreements is limited to 20. Directory Integration and Identity Management ( /cucm/srnd/collab10/collab10/directry.html) What LDAP directories are supported??

2 2 sur 6 04/07/ :10 This one I'm not sure why they changed some options from the list, originally the 10.x system guide showed: Configure LDAP Directory If you want to do so, you can add users from your corporate directory to the Cisco Unified Communications Manager database by synchronizing the user data to the database. Cisco Unified Communications Manager allows synchronization from the following directories to the database: Microsoft Active Directory 2003 R1/R2 (32-bit) Microsoft Active Directory 2008 R1(32-bit)/R2(64-bit) Microsoft Active Directory Application Mode 2003 R1/R2 (32-bit) Microsoft Active Directory 2012 Microsoft Lightweight Directory Services 2008 R1(32-bit)/R2(64-bit) Microsoft Lightweight Directory Services 2012 Sun ONE Directory Server 7.0 OpenLDAP OpenLDAP 2.4 Oracle Directory Server Enterprise Edition 11gR1 And the current page shows: Configure LDAP Directory ( /ccmsys/cucm_bk_se5fcfb6_00_cucm-system-guide-100/cucm_bk_se5fcfb6_00_cucm-systemguide-100_chapter_ html#cucm_tk_c4e65231_00) If you want to do so, you can add users from your corporate directory to the Cisco Unified Communications Manager database by synchronizing the user data to the database. Cisco Unified Communications Manager allows synchronization from the following directories to the database: Microsoft Active Directory 2003 R1/R2 (32-bit) Microsoft Active Directory 2008 R1(32-bit)/R2(64-bit) Microsoft Active Directory Application Mode 2003 R1/R2 (32-bit) Microsoft Lightweight Directory Services 2008 R1(32-bit)/R2(64-bit) Sun ONE Directory Server 7.0 OpenLDAP OpenLDAP 2.4 Oracle Directory Server Enterprise Edition 11gR1 AFAIK, the first one is correct, and CUCM 10.x DOES support AD 2012 Can I do a multi-forest LDAP integration?? Yes, carefully review: Unified CM Multi-Forest LDAP Synchronization ( /voice_ip_comm/cucm/srnd/collab10/collab10/directry.html#pgfid ) How to Configure Unified Communications Manager Directory Integration in a Multi-Forest Environment (

3 3 sur 6 04/07/ :10 Can I sync my PIN to LDAP?? No, the PIN is something that has only local significance to CUCM and you cannot configure it to be synced against anything I need to change my LDAP integration to another domain, how should I do it?? The procedure is really straight-forward, basically you delete your current LDAP sync and authorization agreements, and re-create them, pointing to the new domain and search bases. Notice that CUCM will follow the regular procedure for the garbage collector ( /voice_ip_comm/cucm/srnd/collab10/collab10/directry.html#pgfid ) once you change the LDAP sync agreements if the userid that CUCM has, does not match the ones in LDAP. How can I turn my LDAP synced users into local users?? This method was mainly used for pre 9.x CUCM when you could only have, all LDAP, or all local users, and you wanted to disable the LDAP sync for whatever reason, which would turn all users into inactive users. Not so useful for 9.x+ since you can have both, LDAP and local, users at the same time. You'll need some queries for this: run sql update enduser set status=1 If any user became inactive, the above query will change the status to active. You would want to do this in small batches to avoid issues, You can use any condition you want from the enduser table to do that, this example updates users with DN starting with 2 run sql update enduser set status=1 where telephonenumber like 2% Once you're done updating the users, you can make sure all of them are now local users run sql select * from enduser where status=0 You should get 0 results if all of your users are now local users. If you do get a result from the query, you can run the query again, against those users. UPDATE 7/1/16 Someone recently posted another method to do this and I wanted to test it, I had one test user which was LDAP integrated, and another one, very similar but was local and ran a query to compare them (I'm only showing a few fields from enduser table): pkid firstname middlename lastname userid telephonenumber tkuserlocale status ==================================== ========= ========== ======== ====== =============== ============ ======

4 4 sur 6 04/07/ : f8-ba93-30c8-b525-dc286f2d26f8 Jane Doe jadoe pkid firstname middlename lastname userid telephonenumber tkuserlocale status ==================================== ========= ========== ======== ====== =============== ============ ====== ec2f2388-e2fe-55cb-a4ce-575b1ce266ef Jane Doe1 jadoe1 NULL 1 The query that was mentioned, was this: run sql update enduser set fkdirectorypluginconfig=null where userid = 'jadoe' After I ran que query, I refreshed the GUI, and user jadoe was now a local user, this seems to be the preferred method now if you need to turn LDAP users into local users in bulk. According to the 10.5 data dictionary ( /UCM10.5DataDictionary.htm#enduser), that is the field that determines if the user is LDAP integrated, or not, and thus prevents changes to the users. The above method will work on 10.x and 11.x as I confirmed the fields are the same. What can I use the custom LDAP fields for?? CUCM has absolutely no use for any of them, no process will look into them, these are mainly used for other applications like the Attendant Consoles which look at CUCM as the directory sources, and then you can map those within the app. Can I sync a Security Group into CUCM?? For a long time, I always saw the answer was no, however, someone did that, and showed me I was wrong, it seems all it takes is to adjust the LDAP filter that is used to something like: (&(objectcategory=user)(memberof=cn=securitygroupname,ou=abc,dc=def,dc=com)) It seems to work, but I have not tested it nor know if this is officially supported, use with caution. I'm going to change from LDAP to LDS / ADAM and need to change the userid, how can I do that?? This is a question that I've received plenty of times, and want to try to address it as clearly as possible. This might also be applicable if you're moving to a new domain, and that means the value for the userid will be changed. The fields that you can use for userid will change depending on the directory option you use, and some of them will not be available if you need to change that option. on 9.x+ you can have local and LDAP users at the same time, on previous releases it was either all local, or all LDAP. Now, if you're syncing against LDAP 2012, and you're currently using samaccountname for userid and

5 5 sur 6 04/07/ :10 you are required to change and use mail, you need to use LDS and use UPN, you're going to use a new domain in which the samaccountname is still going to be used but the values do not match between old and new domain, etc. All of those are examples of when you might face this. The users will only remain as Active LDAP Synchronized Users as long as they have an EXACT match in LDAP for the current value you have as userid. This means that changing it on LDAP, even if you don't change anything in the LDAP config in CUCM, would have the same effect. We'll use John Doe as an example. samaccountname = jodoe mail = john.doe@company.com UPN = john.doe@company.com If you're currently using samaccountname and your directory admin choose to change from jodoe to john.doe, after the change is done, and the LDAP sync is performed, the user will show as an inactive LDAP user, and will be deleted by the garbage disposal mechanism after the required time has passed. At the same time, a NEW user will be created, with userid john.doe (if you have a Feature Group Template some info will be retained). But for all matter of purposes, this will be a new user, and you will need to add again any roles, user / device / line association, remote destinations, etc. In order the avoid user duplication that happens on the above scenario, you need to fix this BEFORE the change. This is applicable to any of the previous scenarios I've mentioned. 1. You need to be aware of what the change will be 2. Once you have that information, you need to get the value for the new userid for all the users 3. Turn all your LDAP users into local users (see How can I turn my LDAP synced users into local users??) 4. As applicable (this will depend on the exact change, ultimately the goal is to disable the LDAP sync): 1. Delete the old LDAP sync agreement 2. Disable LDAP 5. Now all of the users should show as Enabled Local User 6. You will need to manually, or using BAT, change the current userid value, to that of the new userid value 7. Once this has been done for all the users, you will proceed to configure the new LDAP integration, or just enable LDAP again, depending on the scenario 8. As you perform the full sync, the existing userid in CUCM should be an exact match against the LDAP field, and the users will now show as Active LDAP Synchronized User 9. Confirm all the user settings, such as PIN remain the same. It's very important to consider that while you do this, you'll have to disable not only the LDAP sync, but also the LDAP authentication. This can cause trouble for the users if the try to login into Self-Care Portal, CUCMadmin, etc. I'd strongly recommend to do this off-hours so users do not get affected. Back to Unified Communications FAQ Back to CUCM FAQ Contact: Any comments, questions, suggestions, contributions, etc. please send them to javalenc@cisco.com (mailto:javalenc@cisco.com). Please make sure the subject is formatted "UC FAQ <anything else>" as I'll have rules in my mail to match them, otherwise, they'll end up in my spam folder.

6 6 sur 6 04/07/ :10 Rating: 5.0/5 (3 votes cast) Related Discussions from the Cisco Support Community Sorry you have encountered a temporary system error. Retrieved from "" This page was last modified on 1 July 2016, at 18: Cisco Systems, Inc. All rights reserved. Trademarks

Import Users From LDAP Directory

Import Users From LDAP Directory LDAP Synchronization Overview, page 1 LDAP Synchronization Prerequisites, page 3 LDAP Synchronization Configuration Task Flow, page 3 LDAP Synchronization Overview Lightweight Directory Access Protocol

More information

Directory Overview. Cisco Unified Communications Manager System Guide, Release 10.0(1) OL

Directory Overview. Cisco Unified Communications Manager System Guide, Release 10.0(1) OL This chapter provides information about directories which comprise specialized databases that are optimized for a high number of reads and searches and occasional writes and updates. Directories typically

More information

Manage End Users. End User Overview. End User Management Tasks. End User Overview, on page 1 End User Management Tasks, on page 1

Manage End Users. End User Overview. End User Management Tasks. End User Overview, on page 1 End User Management Tasks, on page 1 End User Overview, on page 1 End User Management Tasks, on page 1 End User Overview When administering an up and running system, you may need to make updates to the list of configured end users in your

More information

User Templates. Find BAT User Template. Procedure

User Templates. Find BAT User Template. Procedure This chapter provides information about using Cisco Unified Communications Manager Bulk Administration (BAT) user templates to define the common user attributes to add a group of new users. Find BAT User

More information

Note: This document assumes that you already have users created in Active directory, and it has been synchronised with the CUCM.

Note: This document assumes that you already have users created in Active directory, and it has been synchronised with the CUCM. Contents Introduction Prerequsites Requirements Components Used Background Information Configure Verify Troubleshoot Limitations Introduction This document describes the feature by which we can administer

More information

Enterprise Groups. Enterprise Groups Overview

Enterprise Groups. Enterprise Groups Overview Overview, page 1 Deployment Models, page 2 Prerequisites, page 4 Configuration Task Flow, page 5 Limitations, page 9 Overview Cisco Jabber users can search for enterprise groups and security groups in

More information

Configuring Cisco Unified Communications Manager Directory Integration

Configuring Cisco Unified Communications Manager Directory Integration Configuring Cisco Unified Communications Manager Directory Integration Document ID: 109379 Contents Introduction Prerequisites Requirements Components Used Conventions Background Information Directory

More information

Configure Enterprise Groups

Configure Enterprise Groups Enterprise Groups Overview, on page 1 Enterprise Groups Deployment Models, on page 2 Enterprise Groups Prerequisites, on page 4 Enterprise Groups Configuration Task Flow, on page 4 Enterprise Groups Limitations,

More information

Credential Policy CHAPTER

Credential Policy CHAPTER CHAPTER 21 Cisco Unified Communications Manager authenticates user login credentials before allowing system access. To help secure user accounts, you can specify settings for failed logon attempts, lockout

More information

LDAP Directory Integration

LDAP Directory Integration LDAP Server Name, Address, and Profile Configuration, on page 1 with Cisco Unified Communications Manager Task List, on page 1 for Contact Searches on XMPP Clients, on page 6 LDAP Server Name, Address,

More information

Cisco Unified Communications Domain Manager manual configuration

Cisco Unified Communications Domain Manager manual configuration Cisco Unified Communications Domain Manager manual configuration This section describes how to manually configure Unified Communications Domain Manager with customer onboarding provisioning data. This

More information

Users. LDAP Synchronization Overview

Users. LDAP Synchronization Overview LDAP Synchronization Overview, page 1 Configure Workflow, page 3 Activate Services, page 3 Enable LDAP Directory Synchronization, page 4 Configure LDAP Directory Sync, page 4 Authentication Options, page

More information

LDAP Directory Setup. About LDAP Directory Setup

LDAP Directory Setup. About LDAP Directory Setup This chapter provides information to configure the LDAP directory. The LDAP direcotry configuration takes place in these related windows: LDAP System Configuration LDAP Directory LDAP Authentication LDAP

More information

Unified Communications Manager FAQ

Unified Communications Manager FAQ Unified Communications Manager FAQ Document ID: 111900 Contents Introduction Is it possible to control the quota for outside calls with Cisco Unified Communications Manager? How many calls can be handled

More information

Import/Export. Exporting Configuration CHAPTER

Import/Export. Exporting Configuration CHAPTER CHAPTER 62 You can use the menu in Cisco Unified Communications Manager Bulk Administration Tool (BAT) to export or import parts of the Cisco Unified Communications Manager database to another server,

More information

LDAP Directory Integration

LDAP Directory Integration LDAP Server Name, Address, and Profile Configuration, page 1 with Cisco Unified Communications Manager Task List, page 1 for Contact Searches on XMPP Clients, page 6 LDAP Server Name, Address, and Profile

More information

Integrate Microsoft Office Communicator and Microsoft Lync Clients for Cisco UC

Integrate Microsoft Office Communicator and Microsoft Lync Clients for Cisco UC Integrate Microsoft Office Communicator and Microsoft Lync Clients for Cisco UC Overview, page 1 Limitations and considerations, page 2 Cisco UC Integration for Microsoft Office Communicator client design

More information

akkadian Provisioning Manager Express

akkadian Provisioning Manager Express akkadian Provisioning Manager Express Version 4.9.04 Release Notes January 31 st, 2017 Copyright and Trademarks: I. Copyright: This website and its content is copyright 2017 Akkadian Labs, LLC. All rights

More information

akkadian Provisioning Manager Express

akkadian Provisioning Manager Express akkadian Provisioning Manager Express Version 4.10.08 Release Notes July 11 th, 2017 Copyright and Trademarks: I. Copyright: This website and its content is copyright 2017 Akkadian Labs, LLC. All rights

More information

End User Setup. About End User Setup

End User Setup. About End User Setup This chapter provides information about managing end user directory information. About, on page 1 End User Deletion, on page 3 End User Settings, on page 4 Create Cisco Unity Connection Voice Mailbox,

More information

Configure Centralized Deployment

Configure Centralized Deployment Centralized Deployment Overview, on page 1 Centralized Deployment Prerequisites, on page 4 Centralized Deployment Configuration Task Flow, on page 6 Centralized Deployment Field Descriptions, on page 16

More information

Cisco Unified Communications Manager configuration for integration with IM and Presence Service

Cisco Unified Communications Manager configuration for integration with IM and Presence Service Cisco Unified Communications Manager configuration for integration with IM and Presence Service User and Device Configuration on Cisco Unified Communications Manager before Integration Task List, page

More information

9. CUCM Phones and Users

9. CUCM Phones and Users Rev. 20170312.195021 9. CUCM Phones and Users c cnac o okbook.com U N D E R L Y I N G S E R V I C E S Service NTP (Network Time Protocol) CDP (Cisco Discovery Protocol) DHCP (Dynamic Host Configuration

More information

Self-Provisioning. Self-Provisioning

Self-Provisioning. Self-Provisioning , on page 1 Settings, on page 3 User Profile Settings, on page 8 Set Up for New User, on page 9 Set Up for Existing User, on page 10 Set Up Cisco Unified Communications Manager to Support, on page 10 for

More information

SAML-Based SSO Configuration

SAML-Based SSO Configuration Prerequisites, page 1 SAML SSO Configuration Task Flow, page 5 Reconfigure OpenAM SSO to SAML SSO Following an Upgrade, page 9 SAML SSO Deployment Interactions and Restrictions, page 9 Prerequisites NTP

More information

Administration Guide. 05 Apr TM and copyright Imagicle spa

Administration Guide. 05 Apr TM and copyright Imagicle spa Administration Guide 05 Apr 2019 TM and copyright 2010-2019 Imagicle spa Table of Contents Administration Guide...1/5 Jabber Gadgets Setup...1/5 Administration Guide Jabber Gadgets Setup The Imagicle Gadget

More information

Cisco Unified Communications Manager Phone Setup

Cisco Unified Communications Manager Phone Setup Cisco Unified Communications Manager Phone Setup Set Up Cisco Unified IP Phone, page 1 Determine the Phone MAC Address, page 4 Phone Addition Methods, page 5 Add Users to Cisco Unified Communications Manager,

More information

Subscriber Management

Subscriber Management Add Subscribers, page 1 Modify Subscribers, page 4 Delete Subscribers, page 5 Configure Lines, page 5 Delete Lines, page 7 Add Agent Line (Phone), page 7 Configure Phones, page 8 Delete Phones, page 11

More information

Administration Of Active Directory Schema Attribute Greyed Out

Administration Of Active Directory Schema Attribute Greyed Out Administration Of Active Directory Schema Attribute Greyed Out 50 out of 61 rated this helpful - Rate this topic The attributes and classes in Active Directory are stored in the schema partition as directory

More information

akkadian Global Directory 3.0 System Administration Guide

akkadian Global Directory 3.0 System Administration Guide akkadian Global Directory 3.0 System Administration Guide Updated July 19 th, 2016 Copyright and Trademarks: I. Copyright: This website and its content is copyright 2014 Akkadian Labs. All rights reserved.

More information

Deploy Cisco Directory Connector

Deploy Cisco Directory Connector Cisco Directory Connector Deployment Task Flow, page 1 Install Cisco Directory Connector, page 3 Sign In To Cisco Directory Connector, page 4 Configure General Settings for Directory Connector, page 7

More information

Common Information. End User Configuration

Common Information. End User Configuration Common Information With the release of version 10.x, Cisco has greatly simplified the configuration and deployment of the Jabber Client. All relevant configuration parameters are now solely on the UCM

More information

Planning for User Migration

Planning for User Migration Maintenance of User Identity During Migration, page 1 Detailed User Migration Plan, page 4 Duration Guidelines for User Migration Tools, page 6 Maintenance of User Identity During Migration During migration

More information

Product Datasheet telisca Recording

Product Datasheet telisca Recording Product Datasheet telisca Directory Phone Directory Jabber UDS Server Web Directory IPS Popup / Reverse Lookup Personal Directory H350 Video Conf directory Corporate Speed Dials ClickNDial Alerting Voice

More information

Realms and Identity Policies

Realms and Identity Policies The following topics describe realms and identity policies: Introduction:, page 1 Creating a Realm, page 5 Creating an Identity Policy, page 11 Creating an Identity Rule, page 15 Managing Realms, page

More information

The following items need to be configured when creating new user from predefined template:

The following items need to be configured when creating new user from predefined template: Which two fields are required parameters when manually creating users on Cisco Unity Connection with predefined templates? (Choose two) Username (alias) Extension The following items need to be configured

More information

Administration Guide. 10 Nov TM and copyright Imagicle spa

Administration Guide. 10 Nov TM and copyright Imagicle spa Administration Guide 10 Nov 2018 TM and copyright 2010-2018 Imagicle spa Table of Contents Administration Guide...1/14 Product Description...1/14 Imagicle Contacts...4/14 Product Configuration...5/14 Synchronizing

More information

Configure IM Addressing Scheme

Configure IM Addressing Scheme IM Addressing Scheme Overview, on page 1 IM Addressing Scheme Prerequisites, on page 2 Task Flow, on page 3 IM Addressing Scheme Overview The IM and Presence Service supports two IM addressing schemes:

More information

StorageCraft Cloud Backup

StorageCraft Cloud Backup User Guide v1.3 (June 2017) StorageCraft Copyright Declaration StorageCraft ImageManager, StorageCraft ShadowProtect, StorageCraft Cloud, and StorageCraft Cloud Services, together with any associated logos,

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

BlueTeam Release Notes:

BlueTeam Release Notes: BlueTeam Release Notes: BlueTeam version 4.1.10 1. Incidents routed form IAPro to BlueTeam will carry the sender notes to the yellow sticky note available when the BT user opens the incident. 2. Added

More information

Service Parameter Configuration

Service Parameter Configuration CHAPTER 22 Service parameters for Cisco Unified Communications Manager allow you to configure different services on selected servers. You can view a list of parameters and their descriptions by clicking

More information

About chverstr@microsoft.com People-centric approach Devices Apps Data Enable your users Unify your environment Protect your data People-centric approach Devices Apps Data Enable your users Unify your

More information

Realms and Identity Policies

Realms and Identity Policies The following topics describe realms and identity policies: About, page 1 Create a Realm, page 8 Create an Identity Policy, page 14 Create an Identity Rule, page 15 Manage a Realm, page 17 Manage an Identity

More information

IM and Presence Service

IM and Presence Service You enable on Unified Communications Manager to give users instant messaging and availability capabilities. This feature allows administrators to: Easily enable end users for IM and availability from Unified

More information

4.6.5 Data Sync User Manual.

4.6.5 Data Sync User Manual. 4.6.5 Data Sync User Manual www.badgepass.com Table of Contents Table of Contents... 2 Configuration Utility... 3 System Settings... 4 Profile Setup... 5 Setting up the Source Data... 6 Source Filters...

More information

Configure Service Parameters

Configure Service Parameters Service Parameters Overview, page 1 Service Parameters Configuration Task Flow, page 1 Service Parameters Overview Each Cisco Unified Communications Manager node has a list of services that are available

More information

Realms and Identity Policies

Realms and Identity Policies The following topics describe realms and identity policies: About, page 1 Create a Realm, page 8 Create an Identity Policy, page 15 Create an Identity Rule, page 15 Manage a Realm, page 20 Manage an Identity

More information

Domain Name and Node Name Changes

Domain Name and Node Name Changes Domain Name Change, page 1 Node Name Change, page 9 Domain Name Change Administrators can modify the network-level DNS default domain that is associated with an IM and Presence Service node or group of

More information

PhoneUP - Applications Bundle for Cisco Unified Communications

PhoneUP - Applications Bundle for Cisco Unified Communications PhoneUP - Applications Bundle for Cisco Unified Communications PhoneUP Solution Review Software for installation on Windows Server Integration with CUCM and Cisco IP phones High availability based on NLB

More information

Monitor System Status

Monitor System Status View Cluster Nodes Status, on page 1 View Hardware Status, on page 1 View Network Status, on page 2 View Installed Software, on page 2 View System Status, on page 2 View IP Preferences, on page 3 View

More information

Cisco Unified Communications Manager Administration Guide End User Configuration Section

Cisco Unified Communications Manager Administration Guide End User Configuration Section Cisco Unified Communications Manager Administration Guide End User Configuration Section Cisco Unified Communications Manager Administration 9. Log In to Cisco Unified CM Administration 9 Add Users to

More information

Unity Connection Version 10.5 SAML SSO Configuration Example

Unity Connection Version 10.5 SAML SSO Configuration Example Unity Connection Version 10.5 SAML SSO Configuration Example Document ID: 118772 Contributed by A.M.Mahesh Babu, Cisco TAC Engineer. Jan 21, 2015 Contents Introduction Prerequisites Requirements Network

More information

Active Directory Synchronization Tool Architecture and Design

Active Directory Synchronization Tool Architecture and Design Active Directory Synchronization Tool Architecture and Design Revised on: November 08, 2016 Version: 1.02 Hosting Controller www.hostingcontroller.com Contents Proprietary Notice... 1 1. Introduction...

More information

Configuration Manager Active Directory Schema Extensions Are Not Required For Site Server

Configuration Manager Active Directory Schema Extensions Are Not Required For Site Server Configuration Manager Active Directory Schema Extensions Are Not Required For Site Server Applies To: System Center 2012 Configuration Manager, System Center 2012 publishing site information to Active

More information

IM and Presence Service Network Setup

IM and Presence Service Network Setup Configuration changes and service restart notifications, page 1 DNS Domain Configuration, page 2 IM and Presence Service Default Domain Configuration, page 6 IM Address Configuration, page 7 Domain Management

More information

ER/Studio Enterprise Portal User Guide

ER/Studio Enterprise Portal User Guide ER/Studio Enterprise Portal 1.0.3 User Guide Copyright 1994-2009 Embarcadero Technologies, Inc. Embarcadero Technologies, Inc. 100 California Street, 12th Floor San Francisco, CA 94111 U.S.A. All rights

More information

This chapter provides information about managing end user directory information.

This chapter provides information about managing end user directory information. End user setup This chapter provides information about managing end user directory information. About end user setup, page 1 End user deletion, page 2 End user settings, page 3 Create Cisco Unity Connection

More information

F5 BIG-IQ Centralized Management: Licensing and Initial Setup. Version 5.2

F5 BIG-IQ Centralized Management: Licensing and Initial Setup. Version 5.2 F5 BIG-IQ Centralized Management: Licensing and Initial Setup Version 5.2 Table of Contents Table of Contents BIG-IQ System Introduction...5 About BIG-IQ Centralized Management... 5 How do I navigate

More information

Adding Users. Adding Users CHAPTER

Adding Users. Adding Users CHAPTER CHAPTER 15 You can use Cisco Unified Communications Manager Bulk Administration (BAT) to add a group of new users and to associate users to phones and other IP Telephony devices in the Cisco Unified Communications

More information

Unified Communications Manager Version 10.5 SAML SSO Configuration Example

Unified Communications Manager Version 10.5 SAML SSO Configuration Example Unified Communications Manager Version 10.5 SAML SSO Configuration Example Contents Introduction Prerequisites Requirements Network Time Protocol (NTP) Setup Domain Name Server (DNS) Setup Components Used

More information

Rev CUCM Mobility. c cnac o okbook.com

Rev CUCM Mobility. c cnac o okbook.com Rev. 20170424.065954 12. CUCM Mobility c cnac o okbook.com C U C M M O B I L I T Y F E A T U R E S Mobile Connect (AKA Single Number Reach) All devices configured for mobile connect ring at the same time.

More information

Build great products. Contour 3.1 Enterprise Architect Guide Jama Software, Inc.

Build great products. Contour 3.1 Enterprise Architect Guide Jama Software, Inc. Build great products. 2 Table of Contents Part I Welcome to Contour 3 Part II Enterprise Architect Connector 3.1 3 1 EA Connector... Install 4 2 Getting... Started 5 3 Define... Mapping Scheme 6 4 Import...

More information

SAML-Based SSO Solution

SAML-Based SSO Solution About SAML SSO Solution, page 1 Single Sign on Single Service Provider Agreement, page 2 SAML-Based SSO Features, page 2 Basic Elements of a SAML SSO Solution, page 3 Cisco Unified Communications Applications

More information

Security by Default. Overview CHAPTER

Security by Default. Overview CHAPTER CHAPTER 3 This section contains the following topics: Overview, page 3-1 Trust Verification Service, page 3-2 Initial Trust List, page 3-2 Autoregistration, page 3-3 Supported Cisco Unified IP Phones,

More information

LDAP directory setup

LDAP directory setup This chapter provides information to configure the LDAP directory. The LDAP direcotry configuration takes place in these related windows: LDAP System Configuration LDAP Directory LDAP Authentication LDAP

More information

How to configure Sophos for all other clients

How to configure Sophos  for all other clients How to configure Sophos Email for all other clients 1. Add Your Domain & Verify Ownership 2. Add Mailboxes to Sophos Email 3. Restrict Delivery to Sophos IP Addresses 4. Modify MX records to point to Sophos

More information

System Administration Guide

System Administration Guide Akkadian Provisioning Manager 4.12 System Administration Guide Updated November 9 th, 2017 Copyright and Trademarks: I. Copyright: This website and its content is copyright 2017 Akkadian, LLC. All rights

More information

System Administration Guide

System Administration Guide akkadian Provisioning Manager Express 4.11 System Administration Guide Updated August 23 rd, 2017 Copyright and Trademarks: I. Copyright: This website and its content is copyright 2017 Akkadian, LLC. All

More information

Workspace ONE UEM Directory Service Integration. VMware Workspace ONE UEM 1811

Workspace ONE UEM Directory Service Integration. VMware Workspace ONE UEM 1811 Workspace ONE UEM Directory Service Integration VMware Workspace ONE UEM 1811 You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/ If you have comments

More information

Domain Name and Node Name Changes

Domain Name and Node Name Changes Domain Name Change, page 1 Node Name Change, page 9 Update Domain Name for Cisco Unified Communications Manager, page 13 Domain Name Change Administrators can modify the network-level DNS default domain

More information

ER/Studio Enterprise Portal 1.1 Installation Guide

ER/Studio Enterprise Portal 1.1 Installation Guide ER/Studio Enterprise Portal 1.1 Installation Guide 2nd Edition, April 16/2009 Copyright 1994-2009 Embarcadero Technologies, Inc. Embarcadero Technologies, Inc. 100 California Street, 12th Floor San Francisco,

More information

MITEL. Live Content Suite. Mitel Live Content Suite Installation and Administrator Guide Release 1.1

MITEL. Live Content Suite. Mitel Live Content Suite Installation and Administrator Guide Release 1.1 MITEL Live Content Suite Mitel Live Content Suite Installation and Administrator Guide Release 1.1 NOTICE The information contained in this document is believed to be accurate in all respects but is not

More information

Disclaimer. SPADListLoader User guide v 1.0

Disclaimer. SPADListLoader User guide v 1.0 Contents Overview... 2 Licensing... 3 Compatibility & Software Requirements... 3 Graphical mode guide... 4 Main screen... 4 Toolbar menu... 4 Settings... 5 AD User grid... 6 Login... 7 Graphical mode Step

More information

Cisco Extension Mobility

Cisco Extension Mobility CHAPTER 9 allows users to temporarily access their Cisco Unified IP Phone configuration such as line appearances, services, and speed dials from other Cisco Unified IP Phones. Extension mobility functionality

More information

Directory Integration with VMware Identity Manager

Directory Integration with VMware Identity Manager Directory Integration with VMware Identity Manager VMware AirWatch 9.1 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a

More information

User Management. 03 Feb TM and copyright Imagicle spa

User Management. 03 Feb TM and copyright Imagicle spa User Management 03 Feb 2018 TM and copyright 2010-2018 Imagicle spa Table of Contents User Management...1/19 The Users List...1/19 The Main Administrator...2/19 Editing Users Manually...3/19 Searching

More information

LDAP directory setup

LDAP directory setup LDAP directory setup This chapter provides information to configure the LDAP directory. The LDAP direcotry configuration takes place in these related windows: LDAP System Configuration LDAP Directory LDAP

More information

Configure uniform access for all members of a specific group

Configure uniform access for all members of a specific group Overview, on page 1 Prerequisites, on page 2 Configuration Task Flow, on page 2 Deployment Models (Active Directory), on page 7 Limitations, on page 9 Overview When is configured, Cisco Unified Communications

More information

Associate Users with Endpoints

Associate Users with Endpoints Users to Endpoints Association Overview, page 1 Prerequisites, page 1 Users and Devices Configuration Task Flow, page 1 Interactions and Restrictions, page 5 Users to Endpoints Association Overview This

More information

Manage SAML Single Sign-On

Manage SAML Single Sign-On SAML Single Sign-On Overview, page 1 Opt-In Control for Certificate-Based SSO Authentication for Cisco Jabber on ios, page 1 SAML Single Sign-On Prerequisites, page 2, page 3 SAML Single Sign-On Overview

More information

You can use the following directory servers with Cisco Jabber:

You can use the following directory servers with Cisco Jabber: Directory Servers, page 1 What is a?, page 2 When to Configure Directory Integration, page 2 Why Do I Need a?, page 3 Options, page 3 LDAP Prerequisites, page 6 Jabber ID Attribute Mapping, page 7 Local

More information

Product Documentation. ER/Studio Portal. Installation Guide. Version 1.5 Published October 8, 2009

Product Documentation. ER/Studio Portal. Installation Guide. Version 1.5 Published October 8, 2009 Product Documentation ER/Studio Portal Installation Guide Version 1.5 Published October 8, 2009 2nd Edition Copyright 1994-2009 Embarcadero Technologies, Inc. Embarcadero Technologies, Inc. 100 California

More information

Cisco Unified Communications Manager Assistant User Guide 8.6

Cisco Unified Communications Manager Assistant User Guide 8.6 Cisco Unified Communications Manager Assistant User Guide 8.6 Note Cisco is releasing Cisco Unified Communications Manager 8.6(2a) due to the Added CSCuj71412 Secure Call Monitoring and Recording Update

More information

VMware Identity Manager Administration

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

More information

VMWARE HORIZON CLOUD WITH VMWARE IDENTITY MANAGER QUICK START GUIDE WHITE PAPER MARCH 2018

VMWARE HORIZON CLOUD WITH VMWARE IDENTITY MANAGER QUICK START GUIDE WHITE PAPER MARCH 2018 VMWARE HORIZON CLOUD WITH VMWARE IDENTITY MANAGER QUICK START GUIDE WHITE PAPER MARCH 2018 Table of Contents Introduction to Horizon Cloud with Manager.... 3 Benefits of Integration.... 3 Single Sign-On....3

More information

Understanding The Ad Lds Schema Editor

Understanding The Ad Lds Schema Editor Understanding The Ad Lds Schema Editor For more information about bind redirection, refer to Understanding ADAM bind Open the AD DS/LDS schema analyzer (ADSchemaAnalyzer.exe) in the file is generated from

More information

This document describes the procedure to delete unassigned directory numbers (DNs) in Cisco Unified Communication Manager (CUCM).

This document describes the procedure to delete unassigned directory numbers (DNs) in Cisco Unified Communication Manager (CUCM). Contents Introduction Prerequisites Requirements Components Used Background Information Configure Delete Unassigned DNs in Cisco CallManager 11.x Troubleshoot Problem Solution Verify Introduction This

More information

How To Disable Password Complexity In Windows 2008 R2 Domain Controller

How To Disable Password Complexity In Windows 2008 R2 Domain Controller How To Disable Password Complexity In Windows 2008 R2 Domain Controller The question is: did you review password policy settings and considered password requirements for your environment? This policy may

More information

Application User Configuration

Application User Configuration CHAPTER 87 The following topics contain information on managing application user information: Settings, page 87-1 Adding an Administrator User to Cisco Unity or Cisco Unity Connection, page 87-6 Changing

More information

SAS Synchronization Agent

SAS Synchronization Agent SAS Synchronization Agent FAQs Contents Description... 2 Frequently Asked Questions... 2 Recommended Best Practices... 6 Advisory Notes... 6 Product Documentation... 6 Support Contacts... 7 Page 1 of 7

More information

Manually Remove Failed Exchange 2007 Server From Active Directory

Manually Remove Failed Exchange 2007 Server From Active Directory Manually Remove Failed Exchange 2007 Server From Active Directory In the old days, removing the server object with ADSIEdit was clean and efficient. Now, Exchange leaves traces of itself in many different

More information

Arc Pro. Provisioning Wizard. User Guide. Version 6.1.0

Arc Pro. Provisioning Wizard. User Guide. Version 6.1.0 Arc Pro Provisioning Wizard User Guide Version 6.1.0 2003-2015 Arc Solutions (International) Ltd. All rights reserved No part of this documentation may be reproduced in any form or by any means or used

More information

LDAP Directory Configuration

LDAP Directory Configuration CHAPTER 12 LDAP directy configuration takes place in these related windows: LDAP System Configuration LDAP Directy LDAP Authentication LDAP Filter Configuration Use the following topics to configure LDAP

More information

Q&As. Implementing Cisco Collaboration Application v1.0. Pass Cisco Exam with 100% Guarantee

Q&As. Implementing Cisco Collaboration Application v1.0. Pass Cisco Exam with 100% Guarantee 300-085 Q&As Implementing Cisco Collaboration Application v1.0 Pass Cisco 300-085 Exam with 100% Guarantee Free Download Real Questions & Answers PDF and VCE file from: https://www.pass4lead.com/300-085.html

More information

Build great products. Contour Enterprise Architect Connector Jama Software, Inc.

Build great products. Contour Enterprise Architect Connector Jama Software, Inc. Build great products. 2 Table of Contents Part I Welcome to Contour 3 Part II Enterprise Architect Connector 2.0 3 1 EA Connector... Install 3 2 Getting... Started 4 3 Define... Mapping Scheme 6 4 Import...

More information

Agile Customer Needs Management

Agile Customer Needs Management Agile Customer Needs Management Implementation Guide Version 1.0 E17325-02 May 2010 Oracle Copyright Copyright 1995, 2010, Oracle and/or its affiliates. All rights reserved. This software and related documentation

More information

Configure the IM and Presence Service

Configure the IM and Presence Service IM and Presence Calendar Integration Task Flow, page 1 IM and Presence Calendar Integration Task Flow Complete these tasks on the IM and Presence Service to set up calendar integration with Microsoft Outlook

More information

Reestablishing a Broken CallManager Cluster SQL Subscription with Cisco CallManager

Reestablishing a Broken CallManager Cluster SQL Subscription with Cisco CallManager Reestablishing a Broken CallManager Cluster SQL Subscription with Cisco CallManager Document ID: 46100 Contents Introduction Prerequisites Requirements Components Used Conventions Reestablish the Relationship

More information

Software Version 5.3 August P Xerox Secure Access Unified ID System 5.3 Installation Guide

Software Version 5.3 August P Xerox Secure Access Unified ID System 5.3 Installation Guide Software Version 5.3 August 2014 702P03155 Xerox Secure Access Unified ID System 5.3 Installation Guide 2014 Xerox Corporation. All rights reserved. XEROX and XEROX and Design, and Xerox Secure Access

More information