PowerCAMPUS Portal and Active Directory

Size: px
Start display at page:

Download "PowerCAMPUS Portal and Active Directory"

Transcription

1 SUNGARD SUMMIT 2007 sungardsummit.com 1 PowerCAMPUS Portal and Active Directory Presented by: Chad Sexton PowerCAMPUS Portal Development March 21, 2007 A Community of Learning

2 Overview SunGard Higher Education s vision for higher education is to help every institution create the Unified Digital Campus (UDC), an environment in which systems, individuals, and communities interact seamlessly for learning, teaching, administration, and achievement. A Portal serves as a very important piece of the UDC because it provides institutions with the ability to unify and manage their core academic, administrative and community web applications in a common platform that ultimately provides a seamless, secure, and personalized atmosphere. 2

3 Overview The portal solution chosen by the PowerCAMPUS line of business is Microsoft Sharepoint Portal Server 2003 (for Portal 1.1) and Microsoft Office SharePoint Server 2007 (for PowerCAMPUS Portal 2007). With SPS 2003, all nonanonymous access to SharePoint Portal Server sites and areas requires that the user possess an Active Directory account. An important part of the value added to the Sharepoint Server solutions the PowerCAMPUS line of business will offer is the automatic provisioning of Active Directory accounts based on pre-existing IQ.Web accounts as well as newly created IQ.Web accounts. The current design has moved from a user-driven method of account provisioning to an administrator-driven method. 3

4 What s Included Important Active Directory Object Attributes Microsoft Management Console (MMC) - ADSI Edit PowerCAMPUS message sources to Portal/Active Directory messages within the system. IQ.Web Administrative pages related to Active Directory Portal Settings page in IQ.Web to access Portal/Active Directory settings. 4

5 What s Included Portal Account Maintenance page in IQ.Web titled Portal Unlock Accounts has been added that allows IQ.Web administrators to unlock accounts that have been denied access to enter Active Directory credentials due to failed Active Directory/Network login attempts within IQ.Web. A new Windows Application to access/configure Portal/Active Directory settings. The new application will allow administrators to setup default Domains, Organizational Units, Groups in regards to Active Directory. Other setups include our proprietary ADConnect process, general settings, and logon and full name formats. A new Windows Service which handles the account provisioning of Active Directory/IQ.Web accounts. 5

6 Managing the guest/applicant/student lifecycle User ADWatcher Active Directory Domain Controller SharePoint Server 1. User goes to anonymous site 2. User submits application in Self-Service 3. Applicant record created 4. ADWatcher executes applicant view 5. ADWatcher creates portal account 6. Self-Service s user id and password 7. User enters authenticated Portal site 8. User views content customized to her role PowerCAMPUS Database Server AD Connect Self-Service Server 6

7 Managing IQ users who already have AD accounts User ADWatcher Active Directory Domain Controller SharePoint Server 1. User logs in to IQ 2. User is prompted for AD credentials 3. AD.Connect validates credentials 4. Portal Account is mapped to IQ Account 5. User logs in to Portal 6. Personal data shows in Web Parts and SSO to IQ is successful PowerCAMPUS Database Server AD Connect Self-Service Server 7

8 Domains What is a Domain? A domain is logically an organizational grouping of resources allowing central management of those resources. Physically, it is a database containing information about those resources. Domains act as the building block for an Active Directory tree structure. 8

9 Active Directory and Domains Root Domain The first domain created in Active Directory becomes the root domain. The root domain acts as the top of the structure and determines the beginning of the Active Directory namespace. The name of the first domain must match the top level of your desired namespace. After the first domain is created, each subsequent domain is added to the tree somewhere beneath it. So additional domains are always considered children. So if our root domain is PowerCAMPUS then all subsequent domains will follow the naming pattern of <new name>.powercampus Ex. PowerCAMPUS -> Malvern.PowerCAMPUS (DN=Malvern.PowerCAMPUS) PowerCAMPUS -> Rochester.PowerCAMPUS (DN=Rochester.PowerCAMPUS) Domains do act as administrative boundaries in that it is easy to give one administrator control over all resources within a domain. But using domains as the boundary for administrative privileges does not offer great granularity. For that need, Active Directory includes the Organizational Unit (OU) object class. 9

10 Active Directory Groups Creating Groups Groups in Active Directory are a way to organize individual user or computer accounts. They are typically used for security and distribution purposes. It is recommended that most of your directory management should be done through groups, rather than to individual users or computers. 10

11 Active Directory Groups Types of Groups Security Groups Security Groups are used to grant permissions to resources. Computers, users, and other groups can be members of a security group. If you wanted to grant users permissions on a share or to a particular machine, for instance, you could create a group, grant that group the appropriate permissions, and then add users (or other groups even) as members of that group. Distribution Groups Distribution Groups are used for non-security functions, such as . Distribution Groups cannot be assigned permissions or rights. 11

12 Active Directory Groups Scopes of Groups The scope, or area of influence, for a group can be limited to a single domain, to multiple domains (through trusts), or to the entire network. Domain Local Groups Domain local groups are limited to a single domain. They can be used to grant permissions to resources only within that domain. Global Groups Global groups are used to grant permissions to objects in multiple domains and are visible to all trusted domains. Global groups, though, can have as members only users and groups from within their own domain. Universal Groups Universal groups are similar to global groups in that they can be used to grant permissions across multiple domains. The big difference is that universal groups can contain any combination of user and global group accounts from any trusted domain in the forest. 12

13 Active Directory Security Groups Active Directory Security Groups 13

14 Active Directory Security Groups Groups Member Of 14

15 Active Directory Security Groups Setting up Active Directory Security Groups in Directory Integration 15

16 Active Directory Organizational Units An Organizational Unit (OU) object is a container object used to organize the resources in your directory. Organizational Units form logical administrative units that can be used to delegate administrative privileges within a domain. Rather than add another domain to an existing structure, it is often more advantageous to just create another Organizational Unit to organize objects. Organizational Units provide structure within a domain. This structure is hierarchical in nature. Each OU acts as a subdirectory to help administrators organize the various resources described within the directory. Organizational Units should reflect the business structure of your company or organization. One should not create containers just for the sake of structure. If you can t justify a container for either management or user convenience, then you probably don t need that OU. 16

17 Active Directory Organizational Units An OU can contain the following types of objects: Users Groups Computers Printers Applications Security Policies File Shares Other OUs * The only object an OU cannot contain is any object from another domain. 17

18 Active Directory Organizational Units Why Create Containers To delegate administrative control, allowing an individual the ability to add, delete, or modify objects in a limited portion of the tree. To ease management by grouping like objects. You might create containers to hold users with similar security requirements. To control the visibility of objects. To make administration more straightforward, assigning permissions once to the OU rather than multiple times for each object. To make administration easier by limiting the number of objects in a single container. Even though the limit in a container is large, no one wants to page through a huge list every time they need to view/manage a single object. To be used as a holding container for other OUs. 18

19 Active Directory Organizational Units Active Directory Containers and Organizational Units 19

20 Active Directory Organizational Units Sample Structured View of Organizational Units 20

21 Active Directory Organizational Units Setting up Active Directory Containers in Directory Integration 21

22 Active Directory Organizational Units ADSI Edit 22

23 Windows Server 2003 Support Tools Download the latest version of the Support Tools To enable the use of the ADSI snap-in module, you will need to go to Microsoft s site to download the latest version, or the version that supports your instance of Windows Server 2003, of the Windows Server 2003 Support Tools. The link below will get the latest Support Tools for Windows Server 2003 SP1. EC50B78-8BE1-4E81-B3BE-4E7AC4F0912D&displaylang=en 23

24 Microsoft Management Console (Install ADSI Edit) Start, Run, mmc 24

25 Microsoft Management Console Add/Remove Snap-in 25

26 MMC ADSI Edit Snap-in Adding ADSI Edit Snap-in 26

27 MMC ADSI Edit Snap-in Adding Active Directory Users and Computers Snap-in 27

28 MMC ADSI Edit Snap-in Completing addition of snap-ins 28

29 MMC ADSI Edit Snap-in Viewing addition of Snap-ins 29

30 MMC ADSI Edit Snap-in Selecting a domain to connect to via ADSI Edit 30

31 MMC ADSI Edit Snap-in ADSI Edit Connection Settings 31

32 MMC ADSI Edit Snap-in Tree display in ADSI Edit 32

33 Active Directory Attributes Logon Name samaccountname Attribute 33

34 Active Directory Attributes Organizational Unit distinguishedname Attribute 34

35 Active Directory Attributes Container distinguishedname Attribute Jimmy.Page Container CN=Jimmy.Page,OU=Graduate,OU=Students,OU=MyCollege,DC=domain,DC=com 35

36 Sharepoint Portal Active Directory credentials stored in PORTALACCOUNT Table 36

37 IQ.Web & Active Directory AD.Connect is the interface between IQ.Web and Active Directory 37

38 PowerCAMPUS Portal Message Sources PORTALLINK,PORTALCRED,PORTALFAIL 38

39 IQ.Web Administration/Setup Portal Settings icon on Global Settings page 2 Portal administrative pages 39

40 IQ.Web Administration/Setup Portal Global Settings 40

41 IQ.Web Administration/Setup Portal Settings page Easy access to all Portal/Active Directory Settings For your IQ.Web and Active Directory Integration to work properly, the General Portal Settings page must be entered initially and processed. 41

42 IQ.Web Administration/Setup General Settings. 42

43 IQ.Web Administration/Setup The ability to view which users Active Directory credentials have been authenticated 43

44 IQ.Web Administration/Setup This page contains all of the accounts that have reached the maximum credential verification attempts. They will not be prompted to enter any Active Directory credentials once they have been locked. 44

45 IQ.Web Administration/Setup No locked accounts 45

46 Directory Integration New Windows Application 46

47 Directory Integration Setup Dataconfiguration.config 47

48 Directory Integration Script Execute Tab 48

49 Directory Integration Script Execute Settings Saved in XML Format 49

50 Directory Integration General Settings Tab 50

51 Directory Integration General Settings Settings Saved in XML Format 51

52 Directory Integration Log and Information Files AD Connect Log File User chooses name and location on Disk. *.log extension is recommended. AD Watcher Log File ADWatchService Log.txt User chooses location on Disk AD Watcher Information (Verbose) File ADWatchInfo Log.txt User chooses location on Disk AD Watcher Event Log File ADWatchService Log Windows Event Viewer 52

53 Directory Integration General Settings Log Files and Location 53

54 Directory Integration General Settings Error Log 54

55 Directory Integration General Settings Info Log 55

56 Directory Integration AD Connect Tab 56

57 Directory Integration AD Connect Settings Saved in Registry in 3 locations General Section 57

58 Directory Integration AD Connect Settings Saved in Registry in 3 locations Bindings Section 58

59 Directory Integration AD Connect Settings Saved in Registry in 3 locations Containers/Paths Section 59

60 Directory Integration AD Connect Settings Saved in Registry in 3 locations General Section Trace Log File for AD Connect process 60

61 Directory Integration Change SID Tab 61

62 Directory Integration Change SID Settings Saved in Registry 62

63 Directory Integration Logon Format Tab 63

64 Directory Integration Logon Format Tab Changing the format of a field (via right context menu) 64

65 Directory Integration Logon Format Tab Changing the field format values 65

66 Directory Integration Logon Format Tab Current Format changed and display changed 66

67 Directory Integration Logon Format Settings Saved in Database 67

68 Active Directory Logon Name User Object logon name 68

69 Active Directory Attributes Logon Name samaccountname Attribute 69

70 Directory Integration Name Format Tab 70

71 Directory Integration Name Format Settings Saved in Database 71

72 Active Directory Full Name Creating a new User object in Active Directory 72

73 Active Directory Full Name Populating Full name when creating new User Object 73

74 Active Directory Full Name Display of Full name for User Object 74

75 Active Directory Full Name Container Name display of Full Name 75

76 Directory Integration Windows Service Tab 76

77 Directory Integration Windows Service Tab Schedule Service 77

78 Directory Integration Windows Service Tab Service Running Status 78

79 Directory Integration Windows Service Tab ADWatcher Service showing in System Services 79

80 Directory Integration ADWatcher Service Set Logon Properties to user Administrator Account 80

81 Directory Integration Windows Service Event Log 81

82 Directory Integration Windows Service Event Log Message showing that the service was started 82

83 Directory Integration Windows Service Event Log Service executing and notifying records found for processing 83

84 IQ.Web Administration/Setup All new Portal/Active Directory pages as displayed in Maintain Pages section of Security Setup 84

85 Portal Identify Yourself Portal Identify Yourself page If you have one of the People Types as mapped in the Portal Roles page, and have not been prompted for Active Directory credentials previously, you will be directed to the Portal Identify Yourself page when you log into the IQ.Web application. 85

86 Portal Enter Credentials Yes, I do have credentials User shall enter proper Active Directory/Network credentials per their institution 86

87 Portal Enter Credentials Invalid credentials entered or problem communicating with Active Directory 87

88 Portal User Information Data Stored in PORTALACCOUNT Table after successful Active Directory account credentials 88

89 Questions & Answers Any Questions? 89

90 Thank You! Chad Sexton Please complete the online class evaluation form SunGard, the SunGard logo, Banner, Luminis, PowerCAMPUS, Matrix, and Plus are trademarks or registered trademarks of SunGard Data Systems Inc. or its subsidiaries in the U.S. and other countries. Third-party names and marks referenced herein are trademarks or registered trademarks of their respective owners SunGard. All rights reserved. 90

Active Directory Quick Reference Guide for PowerCAMPUS Self-Service 7.x. Release 5 July 2011

Active Directory Quick Reference Guide for PowerCAMPUS Self-Service 7.x. Release 5 July 2011 Active Directory Quick Reference Guide for PowerCAMPUS Self-Service 7.x Release 5 July 2011 Trademark, Publishing Statement and Copyright Notice SunGard or its subsidiaries in the U.S. and other countries

More information

Chapter. Managing Group Policy MICROSOFT EXAM OBJECTIVES COVERED IN THIS CHAPTER:

Chapter. Managing Group Policy MICROSOFT EXAM OBJECTIVES COVERED IN THIS CHAPTER: Chapter 10 Managing Group Policy MICROSOFT EXAM OBJECTIVES COVERED IN THIS CHAPTER: Implement and troubleshoot Group Policy. Create a Group Policy object (GPO). Link an existing GPO. Delegate administrative

More information

Administering Active Directory. Administering Active Directory. Reading. Review: Organizational Units. Review: Domains. Review: Domain Trees

Administering Active Directory. Administering Active Directory. Reading. Review: Organizational Units. Review: Domains. Review: Domain Trees Reading Read over the Active Directory material in your Network+ Guide I will be providing important materials Administering Active Directory If you don t understand certain concepts, please ask for help!

More information

fsaatlas Case Management And Communication

fsaatlas Case Management And Communication SUNGARD SUMMIT 2007 sungardsummit.com 1 fsaatlas Case Management And Communication Presented by: Henky Erawan, SunGard Higher Education - fsaatlas March 20 th, 2007 A Community of Learning Session Rules

More information

NETWRIX IDENTITY MANAGEMENT SUITE

NETWRIX IDENTITY MANAGEMENT SUITE NETWRIX IDENTITY MANAGEMENT SUITE FEATURES AND REQUIREMENTS Product Version: 3.3 February 2013. Legal Notice The information in this publication is furnished for information use only, and does not constitute

More information

(Installation through ADSelfService Plus web portal and Manual Installation)

(Installation through ADSelfService Plus web portal and Manual Installation) ADSelfService Plus Client Software Installation Guide (Installation through ADSelfService Plus web portal and Manual Installation) 1 Table of Contents Introduction:... 3 ADSelfService Plus Client software:...

More information

Enabling Kerberos SSO in IBM Cognos Express on Windows Server 2008

Enabling Kerberos SSO in IBM Cognos Express on Windows Server 2008 Enabling Kerberos SSO in IBM Cognos Express on Windows Server 2008 Nature of Document: Guideline Product(s): IBM Cognos Express Area of Interest: Infrastructure 2 Copyright and Trademarks Licensed Materials

More information

NetWrix USB Blocker. Version 3.6 Administrator Guide

NetWrix USB Blocker. Version 3.6 Administrator Guide NetWrix USB Blocker Version 3.6 Administrator Guide Table of Contents 1. Introduction...3 1.1. What is NetWrix USB Blocker?...3 1.2. Product Architecture...3 2. Licensing...4 3. Operation Guide...5 3.1.

More information

Active Directory Account Provisioning (ADAP)

Active Directory Account Provisioning (ADAP) SUNGARD SUMMIT 2007 sungardsummit.com 1 Active Directory Account Provisioning (ADAP) Presented by: Tom Chamberlin SunGardHE March 22, 2007 A Community of Learning Introduction Developed by SunGard Integration

More information

OneLogin Integration User Guide

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

More information

ADSelfService Plus Client Software Installation Guide

ADSelfService Plus Client Software Installation Guide ADSelfService Plus Client Software Installation Guide ( I n s t a l l a t io n t h r o u g h A DS e l f S e r v ic e P l u s w e b p o r t a l a n d M a n u a l I n s t a l l a t io n ) 1 Table of Contents

More information

User Management Tool 1.5

User Management Tool 1.5 User Management Tool 1.5 2014-12-08 23:32:23 UTC 2014 Citrix Systems, Inc. All rights reserved. Terms of Use Trademarks Privacy Statement Contents User Management Tool 1.5... 3 ShareFile User Management

More information

Cloud Authentication. Getting Started Guide. Version 2.1.0.06

Cloud Authentication. Getting Started Guide. Version 2.1.0.06 Cloud Authentication Getting Started Guide Version 2.1.0.06 ii Copyright 2011 SafeNet, Inc. All rights reserved. All attempts have been made to make the information in this document complete and accurate.

More information

Tenrox. Single Sign-On (SSO) Setup Guide. January, 2012. 2012 Tenrox. All rights reserved.

Tenrox. Single Sign-On (SSO) Setup Guide. January, 2012. 2012 Tenrox. All rights reserved. Tenrox Single Sign-On (SSO) Setup Guide January, 2012 2012 Tenrox. All rights reserved. About this Guide This guide provides a high-level technical overview of the Tenrox Single Sign-On (SSO) architecture,

More information

Defender 5.7 - Token Deployment System Quick Start Guide

Defender 5.7 - Token Deployment System Quick Start Guide Defender 5.7 - Token Deployment System Quick Start Guide This guide describes how to install, configure and use the Defender Token Deployment System, based on default settings and how to self register

More information

Administrators Help Manual

Administrators Help Manual Administrators Help Manual Lepide Active Directory Self Service Lepide Software Private Limited Page 1 Administrators Help Manual for Active Directory Self-Service Lepide Active Directory Self Service

More information

HELP DOCUMENTATION E-SSOM DEPLOYMENT GUIDE

HELP DOCUMENTATION E-SSOM DEPLOYMENT GUIDE HELP DOCUMENTATION E-SSOM DEPLOYMENT GUIDE Copyright 1998-2013 Tools4ever B.V. All rights reserved. No part of the contents of this user guide may be reproduced or transmitted in any form or by any means

More information

PLANNING AND DESIGNING GROUP POLICY, PART 1

PLANNING AND DESIGNING GROUP POLICY, PART 1 84-02-06 DATA SECURITY MANAGEMENT PLANNING AND DESIGNING GROUP POLICY, PART 1 Melissa Yon INSIDE What Is Group Policy?; Software Settings; Windows Settings; Administrative Templates; Requirements for Group

More information

Test Note Phone Manager Deployment Windows Group Policy Sever 2003 and XP SPII Clients

Test Note Phone Manager Deployment Windows Group Policy Sever 2003 and XP SPII Clients Test Note Phone Manager Deployment Windows Group Policy Sever 2003 and XP SPII Clients Note: I have only tested these procedures on Server 2003 SP1 (DC) and XP SPII client, in a controlled lab environment,

More information

NSi Mobile Installation Guide. Version 6.2

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

More information

How To Take Advantage Of Active Directory Support In Groupwise 2014

How To Take Advantage Of Active Directory Support In Groupwise 2014 White Paper Collaboration Taking Advantage of Active Directory Support in GroupWise 2014 Flexibility and interoperability have always been hallmarks for Novell. That s why it should be no surprise that

More information

How to monitor AD security with MOM

How to monitor AD security with MOM How to monitor AD security with MOM A article about monitor Active Directory security with Microsoft Operations Manager 2005 Anders Bengtsson, MCSE http://www.momresources.org November 2006 (1) Table of

More information

Module 1: Introduction to Active Directory Infrastructure

Module 1: Introduction to Active Directory Infrastructure Module 1: Introduction to Active Directory Infrastructure Contents Overview 1 Lesson: The Architecture of Active Directory 2 Lesson: How Active Directory Works 10 Lesson: Examining Active Directory 19

More information

StarWind SMI-S Agent: Storage Provider for SCVMM April 2012

StarWind SMI-S Agent: Storage Provider for SCVMM April 2012 StarWind SMI-S Agent: Storage Provider for SCVMM April 2012 TRADEMARKS StarWind, StarWind Software, and the StarWind and StarWind Software logos are trademarks of StarWind Software that may be registered

More information

Luminis to Banner Single Sign-On

Luminis to Banner Single Sign-On SUNGARD SUMMIT 2007 sungardsummit.com 1 Luminis to Banner Single Sign-On Presented by: Rajesh Kumar Les von Holstein SunGard Higher Education Tuesday 8:30 AM March 20, 2007 A Community of Learning Session

More information

RSA Authentication Manager 7.1 Microsoft Active Directory Integration Guide

RSA Authentication Manager 7.1 Microsoft Active Directory Integration Guide RSA Authentication Manager 7.1 Microsoft Active Directory Integration Guide Contact Information Go to the RSA corporate web site for regional Customer Support telephone and fax numbers: www.rsa.com Trademarks

More information

PRODUCT WHITE PAPER LABEL ARCHIVE. Adding and Configuring Active Directory Users in LABEL ARCHIVE

PRODUCT WHITE PAPER LABEL ARCHIVE. Adding and Configuring Active Directory Users in LABEL ARCHIVE PRODUCT WHITE PAPER LABEL ARCHIVE Adding and Configuring Active Directory Users in LABEL ARCHIVE TEKLYNX International March 19, 2010 Introduction Now more than ever, businesses large and small alike are

More information

AVG Business SSO Connecting to Active Directory

AVG Business SSO Connecting to Active Directory AVG Business SSO Connecting to Active Directory Contents AVG Business SSO Connecting to Active Directory... 1 Selecting an identity repository and using Active Directory... 3 Installing Business SSO cloud

More information

Ultimus and Microsoft Active Directory

Ultimus and Microsoft Active Directory Ultimus and Microsoft Active Directory May 2004 Ultimus, Incorporated 15200 Weston Parkway, Suite 106 Cary, North Carolina 27513 Phone: (919) 678-0900 Fax: (919) 678-0901 E-mail: documents@ultimus.com

More information

Table of Contents WELCOME TO ADAUDIT PLUS... 3. Release Notes... 4 Contact ZOHO Corp... 5 ADAUDIT PLUS TERMINOLOGIES... 7 GETTING STARTED...

Table of Contents WELCOME TO ADAUDIT PLUS... 3. Release Notes... 4 Contact ZOHO Corp... 5 ADAUDIT PLUS TERMINOLOGIES... 7 GETTING STARTED... Table of Contents WELCOME TO ADAUDIT PLUS... 3 Release Notes... 4 Contact ZOHO Corp.... 5 ADAUDIT PLUS TERMINOLOGIES... 7 GETTING STARTED... 8 System Requirements... 9 Installing ADAudit Plus... 10 Working

More information

Troubleshooting Active Directory Server

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

More information

ACTIVE DIRECTORY DEPLOYMENT

ACTIVE DIRECTORY DEPLOYMENT ACTIVE DIRECTORY DEPLOYMENT CASAS Technical Support 800.255.1036 2009 Comprehensive Adult Student Assessment Systems. All rights reserved. Version 031809 CONTENTS 1. INTRODUCTION... 1 1.1 LAN PREREQUISITES...

More information

HIGHER EDUCATION. What can we help you achieve? SunGard Banner Financial Aid

HIGHER EDUCATION. What can we help you achieve? SunGard Banner Financial Aid HIGHER EDUCATION What can we help you achieve? SunGard Banner Financial Aid Tulsa Community College Agenda for Consulting Workshop 1 April 1-3, 2008 Tulsa Community College 05_Consulting One Agenda.doc

More information

Stellar Active Directory Manager

Stellar Active Directory Manager Stellar Active Directory Manager What is the need of Active Directory Manager? Every organization uses Active Directory Services (ADMS) to manage the users working in the organization. This task is mostly

More information

Employee Active Directory Self-Service Quick Setup Guide

Employee Active Directory Self-Service Quick Setup Guide Employee Active Directory Self-Service Quick Setup Guide (V2.0) Last update: 11/5/2014 Copyright 2014 InfraDog Inc. All rights reserved Corporate Phone: +1 (416) 473-4096, Fax: +1 (888) 863-3936, Email:

More information

The Windows Server 2003 Environment. Introduction. Computer Roles. Introduction to Administering Accounts and Resources. Lab 2

The Windows Server 2003 Environment. Introduction. Computer Roles. Introduction to Administering Accounts and Resources. Lab 2 Islamic University of Gaza College of Engineering Computer Department Computer Networks Lab Introduction to Administering Accounts and Resources Prepared By: Eng.Ola M. Abd El-Latif Mar. /2010 0 :D Objectives

More information

Portland State University Office of Information Technologies Active Directory Standards and Guidelines for Campus Administrators

Portland State University Office of Information Technologies Active Directory Standards and Guidelines for Campus Administrators Portland State University Office of Information Technologies Active Directory Standards and Guidelines for Campus Administrators Introduced with Windows 2000 Server, Active Directory (AD) is Microsoft

More information

AVG Business Secure Sign On Active Directory Quick Start Guide

AVG Business Secure Sign On Active Directory Quick Start Guide AVG Business Secure Sign On Active Directory Quick Start Guide The steps below will allow for download and registration of the AVG Business SSO Cloud Connector to integrate SaaS application access and

More information

NetWrix Password Manager. Quick Start Guide

NetWrix Password Manager. Quick Start Guide NetWrix Password Manager Quick Start Guide Contents Overview... 3 Setup... 3 Deploying the Core Components... 3 System Requirements... 3 Installation... 4 Windows Server 2008 Notes... 4 Upgrade Path...

More information

AD Self-Service Suite for Active Directory

AD Self-Service Suite for Active Directory The Dot Net Factory AD Self-Service Suite for Active Directory Version 3.6 The Dot Net Factory, LLC. 2005-2011. All rights reserved. This guide contains proprietary information, which is protected by copyright.

More information

NetWrix Account Lockout Examiner Version 4.0 Administrator Guide

NetWrix Account Lockout Examiner Version 4.0 Administrator Guide NetWrix Account Lockout Examiner Version 4.0 Administrator Guide Table of Contents Concepts... 1 Product Architecture... 1 Product Settings... 2 List of Managed Domains and Domain Controllers... 2 Email

More information

User Migration Tool. Note. Staging Guide for Cisco Unified ICM/Contact Center Enterprise & Hosted Release 9.0(1) 1

User Migration Tool. Note. Staging Guide for Cisco Unified ICM/Contact Center Enterprise & Hosted Release 9.0(1) 1 The (UMT): Is a stand-alone Windows command-line application that performs migration in the granularity of a Unified ICM instance. It migrates only Unified ICM AD user accounts (config/setup and supervisors)

More information

Deploying System Center 2012 R2 Configuration Manager

Deploying System Center 2012 R2 Configuration Manager Deploying System Center 2012 R2 Configuration Manager This document is for informational purposes only. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED, OR STATUTORY, AS TO THE INFORMATION IN THIS DOCUMENT.

More information

Keeping Tabs on the Top 5 Critical Changes in Active Directory with Netwrix Auditor

Keeping Tabs on the Top 5 Critical Changes in Active Directory with Netwrix Auditor Keeping Tabs on the Top 5 Critical Changes in Active Directory with Netwrix Auditor www.netwrix.com Toll-free: 888.638.9749 Table of Contents #1: User Account Creations #2: Administrative Password Resets

More information

Active Directory Self-Service FAQ

Active Directory Self-Service FAQ Active Directory Self-Service FAQ General Information: info@cionsystems.com Online Support: support@cionsystems.com CionSystems Inc. Mailing Address: 16625 Redmond Way, Ste M106 Redmond, WA. 98052 http://www.cionsystems.com

More information

Dell Active Administrator 8.0

Dell Active Administrator 8.0 What s new in Dell Active Administrator 8.0 January 2016 Dell Active Administrator 8.0 is the upcoming release of Dell Software's complete solution for managing Microsoft Active Directory security auditing,

More information

Building the SAP Business One Cloud Landscape Part of the SAP Business One Cloud Landscape Workshop

Building the SAP Business One Cloud Landscape Part of the SAP Business One Cloud Landscape Workshop Building the SAP Business One Cloud Landscape Part of the SAP Business One Cloud Landscape Workshop TABLE OF CONTENTS 1 INTRODUCTION... 3 2 LANDSCAPE DETAILS... 3 2.1 Server Details... 3 2.2 Landscape

More information

Alpha High Level Description

Alpha High Level Description Alpha High Level Description Alpha is a Windows Domain Controller (DC) and Domain Name System (DNS) Server. Because Alpha was the first DC in the aia.class domain, it is also (by default) the Windows global

More information

Microsoft Office 365 Using SAML Integration Guide

Microsoft Office 365 Using SAML Integration Guide Microsoft Office 365 Using SAML Integration Guide Revision A Copyright 2013 SafeNet, Inc. All rights reserved. All attempts have been made to make the information in this document complete and accurate.

More information

CA Nimsoft Service Desk

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

More information

Administrator Guide. DigitalPersona Pro. for Active Directory. Version 4.0

Administrator Guide. DigitalPersona Pro. for Active Directory. Version 4.0 Administrator Guide DigitalPersona Pro for Active Directory Version 4.0 DigitalPersona, Inc. 2006 DigitalPersona, Inc. All Rights Reserved. All intellectual property rights in the DigitalPersona software,

More information

WatchDox Administrator's Guide. Application Version 3.7.5

WatchDox Administrator's Guide. Application Version 3.7.5 Application Version 3.7.5 Confidentiality This document contains confidential material that is proprietary WatchDox. The information and ideas herein may not be disclosed to any unauthorized individuals

More information

Configuring Controller 8.2 to use Active Directory authentication

Configuring Controller 8.2 to use Active Directory authentication Proven Practice Configuring Controller 8.2 to use Active Directory authentication Product(s): Controller 8.2 Area of Interest: Infrastructure Configuring Controller 8.2 to use Active Directory authentication

More information

Test Case 3 Active Directory Integration

Test Case 3 Active Directory Integration April 12, 2010 Author: Audience: Joe Lowry and SWAT Team Evaluator Test Case 3 Active Directory Integration The following steps will guide you through the process of directory integration. The goal of

More information

Managing Your Workflow System

Managing Your Workflow System SUNGARD SUMMIT 2007 sungardsummit.com 1 Managing Your Workflow System Presented by: Michael Brzycki, SunGard Higher Education March 20, 2007 A Community of Learning Introduction Topic: Learn how to leverage

More information

Integration with Active Directory

Integration with Active Directory VMWARE TECHNICAL NOTE VMware ACE Integration with Active Directory This document explains how to set up Active Directory to use with VMware ACE. This document contains the following topics: About Active

More information

LifeSize Control Installation Guide

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

More information

PingFederate. Identity Menu Builder. User Guide. Version 1.0

PingFederate. Identity Menu Builder. User Guide. Version 1.0 Identity Menu Builder Version 1.0 User Guide 2011 Ping Identity Corporation. All rights reserved. Identity Menu Builder User Guide Version 1.0 April, 2011 Ping Identity Corporation 1099 18th Street, Suite

More information

DIGIPASS KEY series and smart card series for Juniper SSL VPN Authentication

DIGIPASS KEY series and smart card series for Juniper SSL VPN Authentication DIGIPASS KEY series and smart card series for Juniper SSL VPN Authentication Certificate Based 2010 Integration VASCO Data Security. Guideline All rights reserved. Page 1 of 31 Disclaimer Disclaimer of

More information

Direct Storage Access Using NetApp SnapDrive. Installation & Administration Guide

Direct Storage Access Using NetApp SnapDrive. Installation & Administration Guide Direct Storage Access Using NetApp SnapDrive Installation & Administration Guide SnapDrive overview... 3 What SnapDrive does... 3 What SnapDrive does not do... 3 Recommendations for using SnapDrive...

More information

NETWRIX ACCOUNT LOCKOUT EXAMINER

NETWRIX ACCOUNT LOCKOUT EXAMINER NETWRIX ACCOUNT LOCKOUT EXAMINER ADMINISTRATOR S GUIDE Product Version: 4.1 July 2014. Legal Notice The information in this publication is furnished for information use only, and does not constitute a

More information

Getting Started Guide

Getting Started Guide Getting Started Guide Contacting ScriptLogic Contacting ScriptLogic ScriptLogic may be contacted about any questions, problems or concerns you might have at: ScriptLogic Corporation 6000 Broken Sound Parkway

More information

NETWRIX WINDOWS SERVER CHANGE REPORTER

NETWRIX WINDOWS SERVER CHANGE REPORTER NETWRIX WINDOWS SERVER CHANGE REPORTER INSTALLATION AND CONFIGURATION GUIDE Product Version: 4.0 March 2013. Legal Notice The information in this publication is furnished for information use only, and

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

High-Availability and Scalability

High-Availability and Scalability SUNGARD SUMMIT 2007 sungardsummit.com 1 High-Availability and Scalability Presented by: Gary Fitzgerald SunGard Higher Education March 21, 2007 A Community of Learning Introduction Session goal: To understand

More information

Dell Recovery Manager for Active Directory 8.6. Quick Start Guide

Dell Recovery Manager for Active Directory 8.6. Quick Start Guide Dell Recovery Manager for Active Directory 8.6 2014 Dell Inc. ALL RIGHTS RESERVED. This guide contains proprietary information protected by copyright. The software described in this guide is furnished

More information

User Management Tool 1.6

User Management Tool 1.6 User Management Tool 1.6 2014-12-08 23:32:48 UTC 2014 Citrix Systems, Inc. All rights reserved. Terms of Use Trademarks Privacy Statement Contents User Management Tool 1.6... 3 ShareFile User Management

More information

Crystal Report tips and Techniques

Crystal Report tips and Techniques SUNGARD SUMMIT 2007 sungardsummit.com 1 Crystal Report tips and Techniques Presented by: Instructor Jim Tule March 20, 2007 A Community of Learning Introduction Crystal Reports tips and techniques used

More information

Outpost Network Security

Outpost Network Security Administrator Guide Reference Outpost Network Security Office Firewall Software from Agnitum Abstract This document provides information on deploying Outpost Network Security in a corporate network. It

More information

Banner Security: A Functional View

Banner Security: A Functional View Banner Security: A Functional View Presented by: Deb Brooks, Florida Atlantic University March 20, 2007 A Community of Learning Objective This session is designed to assist the Functional Security Officer

More information

Administering Group Policy with Group Policy Management Console

Administering Group Policy with Group Policy Management Console Administering Group Policy with Group Policy Management Console By Jim Lundy Microsoft Corporation Published: April 2003 Abstract In conjunction with Windows Server 2003, Microsoft has released a new Group

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

Faculty Details. : Assistant Professor ( OG. ),Assistant Professor (OG) Course Details. : B. Tech. Batch : 2010-2014. : Information Technology

Faculty Details. : Assistant Professor ( OG. ),Assistant Professor (OG) Course Details. : B. Tech. Batch : 2010-2014. : Information Technology COURSE FILE (COURSE PLAN) Year : 2012-13 Sem: ODD Faculty Details Name of the Faculty : Mullai.P & Yaashuwanth.C Designation : Assistant Professor ( OG. ),Assistant Professor (OG) Department : Information

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

Active Directory Change Notifier Quick Start Guide

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

More information

Installation Guide - Client. Rev 1.5.0

Installation Guide - Client. Rev 1.5.0 Installation Guide - Client Rev 1.5.0 15 th September 2006 Introduction IntraNomic requires components to be installed on each PC that will use IntraNomic. These IntraNomic Client Controls provide advanced

More information

Step-by-step installation guide for monitoring untrusted servers using Operations Manager ( Part 3 of 3)

Step-by-step installation guide for monitoring untrusted servers using Operations Manager ( Part 3 of 3) Step-by-step installation guide for monitoring untrusted servers using Operations Manager ( Part 3 of 3) Manual installation of agents and importing the SCOM certificate to the servers to be monitored:

More information

WINDOWS 2000 Training Division, NIC

WINDOWS 2000 Training Division, NIC WINDOWS 2000 Active TE Directory Services WINDOWS 2000 Training Division, NIC Active Directory Stores information about objects on the network and makes this information easy for administrators and users

More information

IIS, FTP Server and Windows

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

More information

Symantec Managed PKI. Integration Guide for ActiveSync

Symantec Managed PKI. Integration Guide for ActiveSync Symantec Managed PKI Integration Guide for ActiveSync ii Symantec Managed PKI Integration Guide for ActiveSync The software described in this book is furnished under a license agreement and may be used

More information

MicrosoftDynam ics GP 2015. TenantServices Installation and Adm inistration Guide

MicrosoftDynam ics GP 2015. TenantServices Installation and Adm inistration Guide MicrosoftDynam ics GP 2015 TenantServices Installation and Adm inistration Guide Copyright Copyright 2014 Microsoft Corporation. All rights reserved. Limitation of liability This document is provided as-is.

More information

SHARING FILE SYSTEM RESOURCES

SHARING FILE SYSTEM RESOURCES 1 Chapter 9 SHARING FILE SYSTEM RESOURCES Chapter 9: SHARING FILE SYSTEM RESOURCES 2 CHAPTER OVERVIEW Create and manage file system shares and work with share permissions Use NTFS file system permissions

More information

DIGIPASS Authentication for Citrix Access Gateway VPN Connections

DIGIPASS Authentication for Citrix Access Gateway VPN Connections DIGIPASS Authentication for Citrix Access Gateway VPN Connections With VASCO Digipass Pack for Citrix 2006 VASCO Data Security. All rights reserved. Page 1 of 31 Integration Guideline Disclaimer Disclaimer

More information

SafeGuard Enterprise Web Helpdesk. Product version: 6.1

SafeGuard Enterprise Web Helpdesk. Product version: 6.1 SafeGuard Enterprise Web Helpdesk Product version: 6.1 Document date: February 2014 Contents 1 SafeGuard web-based Challenge/Response...3 2 Scope of Web Helpdesk...4 3 Installation...5 4 Allow Web Helpdesk

More information

Getting Started Guide

Getting Started Guide Getting Started Guide Microsoft Corporation Published: December 2005 Table of Contents Getting Started Guide...1 Table of Contents...2 Get Started with Windows Server 2003 R2...4 Windows Storage Server

More information

Configuring IBM Cognos Controller 8 to use Single Sign- On

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

More information

FastPass Password Manager Version 3.5.1

FastPass Password Manager Version 3.5.1 FastPass Password Manager Version 3.5.1 Document Title Delegating permissions in Active Directory Document Classification Confidential Document Revision B Document Status Final Document Date August 21,

More information

This means that any user from the testing domain can now logon to Cognos 8 (and therefore Controller 8 etc.).

This means that any user from the testing domain can now logon to Cognos 8 (and therefore Controller 8 etc.). ChaseReferrals and multidomaintrees Graphical explanation of the difference Imagine your Active Directory network looked as follows: Then imagine that you have installed your Controller report server inside

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

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

System Administration Training Guide. S100 Installation and Site Management

System Administration Training Guide. S100 Installation and Site Management System Administration Training Guide S100 Installation and Site Management Table of contents System Requirements for Acumatica ERP 4.2... 5 Learning Objects:... 5 Web Browser... 5 Server Software... 5

More information

Faculty & Advisor Banner Self-Service Guide V2.0

Faculty & Advisor Banner Self-Service Guide V2.0 Faculty & Advisor Banner Self-Service Guide V2.0 This documentation is proprietary information of SunGard Higher Education and is not to be copied, reproduced, lent or disposed of, nor used for any purpose

More information

SafeGuard Enterprise Administrator help

SafeGuard Enterprise Administrator help SafeGuard Enterprise Administrator help Product version: 5.60 Document date: April 2011 Contents 1 The SafeGuard Management Center...4 2 Log on to the SafeGuard Management Center...5 3 Operating steps

More information

CA Performance Center

CA Performance Center CA Performance Center Single Sign-On User Guide 2.4 This Documentation, which includes embedded help systems and electronically distributed materials, (hereinafter referred to as the Documentation ) is

More information

Introduction to Active Directory Services

Introduction to Active Directory Services Introduction to Active Directory Services Tom Brett A DIRECTORY SERVICE A directory service allow businesses to define manage, access and secure network resources including files, printers, people and

More information

Aventail Connect Client with Smart Tunneling

Aventail Connect Client with Smart Tunneling Aventail Connect Client with Smart Tunneling User s Guide Windows v8.7.0 1996-2006 Aventail Corporation. All rights reserved. Aventail, Aventail Cache Control, Aventail Connect, Aventail Connect Mobile,

More information

Administrator s Guide

Administrator s Guide MAPILab Disclaimers for Exchange Administrator s Guide document version 1.8 MAPILab, December 2015 Table of contents Intro... 3 1. Product Overview... 4 2. Product Architecture and Basic Concepts... 4

More information

Sage HRMS 2014 Sage Employee Self Service Tech Installation Guide for Windows 2003, 2008, and 2012. October 2013

Sage HRMS 2014 Sage Employee Self Service Tech Installation Guide for Windows 2003, 2008, and 2012. October 2013 Sage HRMS 2014 Sage Employee Self Service Tech Installation Guide for Windows 2003, 2008, and 2012 October 2013 This is a publication of Sage Software, Inc. Document version: October 17, 2013 Copyright

More information

Installation and Configuration Guide

Installation and Configuration Guide Installation and Configuration Guide BlackBerry Resource Kit for BlackBerry Enterprise Service 10 Version 10.2 Published: 2015-11-12 SWD-20151112124827386 Contents Overview: BlackBerry Enterprise Service

More information

WatchDox for Windows User Guide. Version 3.9.0

WatchDox for Windows User Guide. Version 3.9.0 Version 3.9.0 Notice Confidentiality This document contains confidential material that is proprietary WatchDox. The information and ideas herein may not be disclosed to any unauthorized individuals or

More information