AD Ou structure generated by Adsync process

Size: px
Start display at page:

Download "AD Ou structure generated by Adsync process"

Transcription

1 AD Ou structure generated by Adsync process WIN2K AllGroups Security Groups Alphabetical Groups Students% first char % Grouping Groups Courses groups %course_code %-%course_number%-% section_number%-% crn%-% term_code_key %-% instructor_ % DEPARTMENTS-STF %Department name%-stf FACULTIES-STD %Faculty name%-std MAJORS-STD %Faculty name%-%major%-%graduateflag% Graduates prmedicine undergraduates notstudents MCAllStaff MCAllResidents MCAllinterns AllACADstaff students AllUsers NON-ACTIVE-USERS STD DISABLED STUDENT ACCOUNTS STF DISABLED STAFF ACCOUNTS NON-Students %DEPARTMENT NAME% ACTIVE STAFF ACCOUNTS Students %FACULTY NAME% %MAJOR NAME% %GRAD FLAG% ACTIVE STUDENT ACCOUNTS

2 Adsync.exe scheduled 4 hours interval supplied with the number of days for wich to query NETDB as arguments. Create user buffer list from oracle NETDB ID,login,first_name,last_name,PERS_TYPE,DEPT_C OLL_DESC,MAJOR_DESC,active,box,extension,cate gory,barcode,graduate, ,employment_date,p ROLE,MANAGED_BY,LOCATION,coll_code,old_uid Open the buffer user list and processes it line by line: While Not buffer user list At End Of file Each line is split into an array and values are assigned: the values are assigned from the array to the variables and global indexes are reset Fix special and empty conditions: Take care of department and majors names that contain non-allowed characters(,/().: ) take care of empty departments, majors names and graduate flag and cost centers Check If Username <> BLANK CHECK if user already exists In AD CHECK if Old User id from oracle <> BLANK update_existing_user CHECK if Old User id already Exists In AD If any called function has generated an error Log event into No username log Log event into processed users log rename_user create_new_user create_new_user Send to aubede containing the error Loop If an error occurred in this function itself Call the adsi error msg generating function Send to aubede containing the error Exit

3 create_new_user Set MAIN variables UserCn = "CN=" + Username UserPrincipalName = Username + "@win2k.aub.edu.lb" IsAccountFirstCreation = "Y" If User New State is set to Active SetuserOUforactive SetuserOUfordisabled setuserhomepath setuserinfo If User New State is set to Active createnewhomefolder setusergroups Set user.accountdisabled = Set user.accountdisabled = user.setinfo If Error occurred Ture Call adsierr("create_new_user") Log event into newly created users log

4 update_existing_user Set UserCn = "CN=" + Username If user has not been renamed SET UserAdsPath & OldHomeDriveLocation & intuac To values retrieved from active directory representing current status and information also SET current_activ_stat = ture if user is disabled setuserhomepath Is User New State is set to Active createnewhomefolder setuserinfo Is User New State is set to Active SetuserOUforactive SetuserOUfordisabled clearusergroupinggroups (clears users group membership to any group in,ou=security groups) If PersonType is student clearuseralphagroups (clears users group membership to any group in ou=alphabetical groups,ou=security groups) If User New State is set to Active setusergroups Set user.accountdisabled = Set user.accountdisabled = user.setinfo If Error occurred adsierr("update_existing_user")

5 setuserhomepath If PersonType = students true NewHomeDriveLocation = "\\win2k.aub.edu.lb\files\home" & UCase(UserNameFirstChar) & "\" + Username FTPRootdir = "\\win2k.aub.edu.lb\files\home" & UCase(UserNameFirstChar) & "\" If PersonType = Intern or resident true If Category = "M" Then ' AUH staff ' NewHomeDriveLocation = "\\win2k.aub.edu.lb\ files\int-rs Homes\" + Username FTPRootdir = "\\win2k.aub.edu.lb\files\int-rs Homes\" true NewHomeDriveLocation = "\\win2k.aub.edu.lb\files\ MC home Folders\" + Username FTPRootdir = "\\win2k.aub.edu.lb\files\mc home folders\" Else ' AUB Staff ' NewHomeDriveLocation = "\\win2k.aub.edu.lb\files\institutional Data\" + Username FTPRootdir = "\\win2k.aub.edu.lb\files\institutional Data\"

6 Createnewhomefolder If OldHomeDriveLocation <> NewHomeDriveLocation If NewHomeDrive does not exist Create home Folder If user is changing status from disabled to enabled If PersonType is student If NewHomeDrive does not exist Create hidden favorites folder recreate home folder for user since if it was deleted during the cleaning procedure If PersonType is student sethomefolderpermissions Create hidden favorites folder If OldHomeDriveLocation <> BLANK and Old Home folder exists sethomefolderpermissions Write robocopy command to log file of home transfer list Execute robocopy to move content to new home adsierr("createnewhomefolder")

7 Sethomefolderpermissions If PersonType = students true Set admingroup = "allhomeadmins" If PersonType = Intern or resident true Set admingroup = "MChomeadmins" If Category = "M" Then ' AUH staff ' true Else ' AUB Staff ' Set admingroup = "InstitutionalDataAdmins" Set admingroup = "MChomeadmins" Write xcacls command command to log file xcacls.log.txt Execute xcacls to set appropriate permissions on home folder adsierr("sethomefolderpermissions")

8 setuserinfo Is IsAccountFirstCreation flag set to "Y" false Create user in finaloupath SET THE FOLLOWING USER PROPERTIES "samaccountname","userprincipalname", Set "msnpallowdialin" to "altsecurityidentities", "Kerberos:" user.setinfo Set user object to found user path in MAIN then clear "profilepath" If AubManager <> "" Then search AD for the managers username to get the DN of his ACCOUNT Manager username not found Manager username found LOG EVENT invalidmanagerlog SET THE FOLLOWING USER PROPERTIES "homedirectory", "msiis-ftpdir", "msiis- FTPRoot", "HomeDrive", "description", "givenname", "sn" LastName, "displayname", "AUB-ID", "AUB-Employment-Date", "AUB- Prole", AUB-PersonType, "AUB-Location", "mail", "telephonenumber", "postofficebox", manager user.setinfo SET THE FOLLOWING USER PROPERTIES "homedirectory", "msiis-ftpdir", "msiis- FTPRoot", "HomeDrive", "description", "givenname", "sn" LastName, "displayname", "AUB-ID", "AUB-Employment-Date", "AUB- Prole", AUB-PersonType, "AUB-Location", "mail", "telephonenumber", "postofficebox", CLEAR MANAGER ATTRIBUTE user.setinfo Is IsAccountFirstCreation flag set to "Y" Set password to random If error occurred in this function adsierr("setuserinfo")

9 SetuserOUfordisabled If PersonType = student Set finaloupath = "OU=STD,ou=NON-ACTIVE-USERS,ou=allusers,dc=win2k,dc=aub,dc=edu,dc=lb" finaloupath = "OU=STF,OU=NON-ACTIVE-USERS,ou=allusers,dc=win2k,dc=aub,dc=edu,dc=lb" Is IsAccountFirstCreation flag set to "N" Is IsAccountFirstCreation flag set to "N" Move User account Into THE finaloupath Move User account Into THE finaloupath If error occurred in this function adsierr("setuseroufordisabled")

10 SetuserOUforactive If PersonType = student Set Finaloupath = "OU=" & GraduateFlag & ",OU=" & Major & ",OU=" & Department & ",OU=Students,OU=AllUsers,DC=win2k,DC=aub,DC= edu,dc=lb" And set finaluserpath = "LDAP://" & UserCn & "," & finaloupath Set Finaloupath = "OU=" & Department & ",OU=NON- Students,OU=AllUsers,DC=win2k,DC=aub,DC=edu, DC=lb" And set finaluserpath = "LDAP://" & UserCn & "," & finaloupath Is there a change in user OU location finaluserpath <> UserAdsPath Is there a change in user OU location finaluserpath <> UserAdsPath checkousexistense checkousexistense Is IsAccountFirstCreation flag set to "N" Is IsAccountFirstCreation flasg set to "N" Move User account Into THE finaloupath Move User account Into THE finaloupath If error occurred in this function adsierr("setuserouforactive")

11 checkousexistense If PersonType is Staff check if department OU exists check if CostCenter/CollegeCode number is in any of the existing Ous descriptions (student) Create Department organizationalunit with "description"=costcenter/collegecode rename the OU and assosiated GROUP to the new department name relevant for this CostCenter/CollegeCode as this code should be unique update OU description=costc enter/collegecode check if faculty OU exists true Create faculty organizationalunit with "description"=costcenter/collegecode update OU description=costc enter/collegecode check if MAJOR OU exists Create MAJOR organizationalunit check if gruaduateflag OU exists (UG,GR,PR) Create gruaduateflag organizationalunit If error occurred in this function adsierr("checkousexistense")

12 setusergroups checkgroupinggroupsexistense If PersonType is "STUDENT = STAFF Add to group CN=(Department) & "-std" in OU=FACULTIES-STD,OU=grouping groups Add to group CN=(Department) & "-stf" in OU=DEPARTMENTS-STF,OU=grouping groups Add to group CN =students in Add to group CN =notstudents in Add to alpha group CN ="Students" & (FirstChar in UserName) in ou=alphabetical groups TRUE Check if user Category = AUH STAFF Add to group cn=(department) & "-" & (Major) & "-" & (GraduateFlag) In OU=MAJORS-STD,ou=grouping groups, Add to group CN =MCAllStaff in FALSE UG CHECK GRADFLAG PR Other Other IT CHECK PersonType AC GR RS Add to group CN =undergraduates in Add to group CN =graduates in Add to group CN =prmedicine in Add to group CN =MCAllinterns in Add to group CN =MCAllResidents in Add to group CN =AllACADstaff in If error occurred in this function adsierr("setusergroups")

13 checkgroupinggroupsexistense If PersonType is Staff (student) check if department group (Department & "-STF") exists In OU=DEPARTMENTS-STF,OU=grouping groups check if faculty group (Department & "-STD") exists In OU=FACULTIES-STD,OU=grouping groups Create FACULTY group true Create DEPARTMENT group check if MAJOR group (Department & "-" & Major & "-" & GraduateFlag) exists In OU=MAJORS-STD, Create MAJOR group If error occurred in this function adsierr("checkgroupinggroupsexistense")

14 fix_special_and_empty_conditions If CostCenterCollegeCode = "" CostCenterColleg ecode = "UNDECLARED" If PersonType IS STUDENT (staff) If GraduateFlag = "" If Department = "" GraduateFlag = "UND" If Department = "" Department = "NO DEPARTMENT SPECIFIED" If Major = "" Department = "NO COLLEGE DESIGNATED" If Major = "" Major = "No major Designated" Major = "MAJORLESS" Take care of department and majors names that contain non-allowed characters : /,. ( )

15 rename_user Rename user object to its new CN name Fix all relevant attributes with the new name "samaccountname" "userprincipalname" "altsecurityidentities" Check if current home folder exists false setuserhomepath setuserhomepath Check if the new home folder path has changed Is ActiveFlag = "Y" Rename the users folder only Set the varaible OldHomeDriveLocation = to the existing current home createnewhomefolder createnewhomefolder Set "homedirectory" attribute in AD Connect to oracle NETDB and set the field ucr_ads_processed for the current date when the user was renamed in AD Log event in renamed users log Set Rename_stat = "Y" update_existing_user If error occurred in this function adsierr("rename_user")

16 adsierr Receive the name of the function where the error originated Generate an error message containing all user info and where the error occurred and error type append to log errorlog.txt the message Append the message to the body of the mail that will be sent at the end of the process Set globalerror flag = 1

Using VBScript to Automate User and Group Administration

Using VBScript to Automate User and Group Administration Using VBScript to Automate User and Group Administration Exam Objectives in this Chapter: Create and manage groups Create and modify groups by using automation Create and manage user accounts Create and

More information

ShoreTel Active Directory Import Application

ShoreTel Active Directory Import Application INSTALLATION & USER GUIDE ShoreTel Active Directory Import Application ShoreTel Professional Services Introduction The ShoreTel Active Directory Import application creates, updates, and removes System

More information

Quick Introduction... 3. System Requirements... 3. Main features... 3. Getting Started... 4. Connecting to Active Directory... 4

Quick Introduction... 3. System Requirements... 3. Main features... 3. Getting Started... 4. Connecting to Active Directory... 4 Users' Guide Thank you for evaluating and purchasing AD Bulk Users 4! This document contains information to help you get the most out of AD Bulk Users, importing and updating large numbers of Active Directory

More information

ShoreTel Active Directory Import Application

ShoreTel Active Directory Import Application INSTALLATION & USER GUIDE ShoreTel Active Directory Import Application ShoreTel Professional Services Introduction The ShoreTel Active Directory Import Application allows customers to centralize and streamline

More information

Adeptia Suite LDAP Integration Guide

Adeptia Suite LDAP Integration Guide Adeptia Suite LDAP Integration Guide Version 6.2 Release Date February 24, 2015 343 West Erie, Suite 440 Chicago, IL 60654, USA Phone: (312) 229-1727 x111 Fax: (312) 229-1736 DOCUMENT INFORMATION Adeptia

More information

HELP DOCUMENTATION UMRA REFERENCE GUIDE

HELP DOCUMENTATION UMRA REFERENCE GUIDE HELP DOCUMENTATION UMRA REFERENCE GUIDE Copyright 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 without

More information

Usage: admodcmd [-dn BaseDN] [-p pagesize] [-s] [-server servername] [-f LDAPFilter] [modification]

Usage: admodcmd [-dn BaseDN] [-p pagesize] [-s] [-server servername] [-f LDAPFilter] [modification] Active Directory Bulk Modify Tool Command Line Version 2.1 ADModCmd runs an LDAP query against the specified AD container. The modifications are then performed against the results of the query. Usage:

More information

Active Directory LDAP Quota and Admin account authentication and management

Active Directory LDAP Quota and Admin account authentication and management Active Directory LDAP Quota and Admin account authentication and management Version 4.1 Updated July 2014 GoPrint Systems 2014 GoPrint Systems, Inc, All rights reserved. One Annabel Lane, Suite 105 San

More information

Migrating application users and passwords with Password Manager

Migrating application users and passwords with Password Manager Migrating application users and passwords with Password Manager 2015 Hitachi ID Systems, Inc. All rights reserved. Contents 1 Introduction 1 2 Migrating Users 1 3 Initializing Passwords 2 4 Maintaining

More information

Technical Overview. Active Directory Synchronization

Technical Overview. Active Directory Synchronization Technical Overview Document Revision: March 15, 2010 AD Sync Technical Overview Page 2 of 7 Description of (AD Sync) is a utility that performs a one way synchronization from a customer s Active Directory

More information

Identity Management in Quercus. CampusIT_QUERCUS

Identity Management in Quercus. CampusIT_QUERCUS Identity Management in Quercus Student Interaction. Simplified CampusIT_QUERCUS Document information Document version 1.0 Document title Identity Management in Quercus Copyright All rights reserved. No

More information

Active Directory at the University of Michgan. The Michigan Way Since 2000

Active Directory at the University of Michgan. The Michigan Way Since 2000 Active Directory at the University of Michgan The Michigan Way Since 2000 Introductions Who I am: Christina Fleming (cmhf) Who you are: Your Name Your Department How long have you worked with AD? What

More information

LDAP and Active Directory Guide

LDAP and Active Directory Guide LDAP and Active Directory Guide Contents LDAP and Active Directory Guide...2 Overview...2 Configuring for LDAP During Setup...2 Deciding How to Use Data from LDAP... 2 Starting the Setup Tool... 3 Configuring

More information

The following gives an overview of LDAP from a user's perspective.

The following gives an overview of LDAP from a user's perspective. LDAP stands for Lightweight Directory Access Protocol, which is a client-server protocol for accessing a directory service. LDAP is a directory service protocol that runs over TCP/IP. The nitty-gritty

More information

Introduction... 1. Installing and Configuring the LDAP Server... 3. Configuring Yealink IP Phones... 30. Using LDAP Phonebook...

Introduction... 1. Installing and Configuring the LDAP Server... 3. Configuring Yealink IP Phones... 30. Using LDAP Phonebook... Introduction... 1 Installing and Configuring the LDAP Server... 3 OpenLDAP... 3 Installing the OpenLDAP Server... 3 Configuring the OpenLDAP Server... 4 Configuring the LDAPExploreTool2... 8 Microsoft

More information

Cloudwork Dashboard User Manual

Cloudwork Dashboard User Manual STUDENTNET Cloudwork Dashboard User Manual Make the Cloud Yours! Studentnet Technical Support 10/28/2015 User manual for the Cloudwork Dashboard introduced in January 2015 and updated in October 2015 with

More information

Z-Hire V4 Administration Guide

Z-Hire V4 Administration Guide Z-Hire V4 Administration Guide The main purpose of Z-hire is to allow for fast account deployment. Usually when an administrator provisions a new user account, multiple consoles are used to get the job

More information

JiJi Active Directory Reports 4.0 1. JiJi Active Directory Reports User Manual

JiJi Active Directory Reports 4.0 1. JiJi Active Directory Reports User Manual JiJi Active Directory Reports 4.0 1 JiJi Active Directory Reports User Manual JiJi Active Directory Reports 4.0 2 Table of Contents 1.Introduction...7 2.Benefits of Active Directory Reports...7 3.Features...7

More information

Integrating Webalo with LDAP or Active Directory

Integrating Webalo with LDAP or Active Directory Integrating Webalo with LDAP or Active Directory Webalo can be integrated with an external directory to identify valid Webalo users and then authenticate them to the Webalo appliance. Integration with

More information

LDAP Directory Integration with Cisco Unity Connection

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

More information

Configure Directory Integration

Configure Directory Integration Client Configuration for Directory Integration, page 1 Client Configuration for Directory Integration You can configure directory integration through service profiles using Cisco Unified Communications

More information

HOW TO: Customise the style of the display name in Active Directory Users and Computers and the GAL

HOW TO: Customise the style of the display name in Active Directory Users and Computers and the GAL HOW TO: Customise the style of the display name in Active Directory Users and Computers and the GAL Finding and Modifying the Display Specifier createdialog It is often asked how the Display Name for user

More information

How To Search For An Active Directory On Goprint Ggprint Goprint.Org (Geoprint) (Georgos4) (Goprint) And Gopprint.Org Gop Print.Org

How To Search For An Active Directory On Goprint Ggprint Goprint.Org (Geoprint) (Georgos4) (Goprint) And Gopprint.Org Gop Print.Org Active Directory LDAP Configuration TECHNICAL WHITE PAPER OVERVIEW: GS-4 incorporates the LDAP protocol to access, (and import into a GS-4 database) Active Directory user account information, such as a

More information

Using LDAP Authentication in a PowerCenter Domain

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

More information

Thank you for using AD Bulk Export 4!

Thank you for using AD Bulk Export 4! Thank you for using AD Bulk Export 4! This document contains information to help you get the most out of AD Bulk Export, exporting from Active Directory is now quick and easy. Look here first for answers

More information

Quality Center LDAP Guide

Quality Center LDAP Guide Information Services Quality Assurance Quality Center LDAP Guide Version 1.0 Lightweight Directory Access Protocol( LDAP) authentication facilitates single sign on by synchronizing Quality Center (QC)

More information

IPedge Feature Desc. 5/25/12

IPedge Feature Desc. 5/25/12 OVERVIEW IPedge Enterprise Manager Active Directory Sync (ADSync) is a feature that automatically configures telephone users in the IPedge system based on data entry in the Active Directory service. Active

More information

GALSYNC V4.3. Manual NETSEC. 18. March 2013. NETsec GmbH & Co.KG Schillingsstrasse 117 DE - 52355 Düren

GALSYNC V4.3. Manual NETSEC. 18. March 2013. NETsec GmbH & Co.KG Schillingsstrasse 117 DE - 52355 Düren GALSYNC V4.3 Manual NETSEC 18. March 2013 NETsec GmbH & Co.KG Schillingsstrasse 117 DE - 52355 Düren THE ADVANTAGES OF GALSYNC... 6 EASY TO USE... 6 NO SECURITY RISKS IN YOUR FIREWALL... 6 VALUES FOR YOUR

More information

University of Leeds, VLE Service 2006 User Management Development Phase 1. Software Design Specification

University of Leeds, VLE Service 2006 User Management Development Phase 1. Software Design Specification University of Leeds, VLE Service 2006 User Management Development Phase 1 Software Design Specification Author: Jon Maber Client: The University of Leeds, VLE Service Date: July 2006 Purpose of this Document

More information

Z-Term V4 Administration Guide

Z-Term V4 Administration Guide Z-Term V4 Administration Guide The main purpose of Z-term is to allow for fast account termination process. Usually when an administrator terminates a departed user account, multiple consoles are used

More information

Z-Hire V3 Administration Guide

Z-Hire V3 Administration Guide Z-Hire V3 Administration Guide The main purpose of Z-hire is to allow for fast account deployment. Usually when an administrator provisions a new user account, multiple consoles are used to get the job

More information

Managing an Active Directory Infrastructure O BJECTIVES

Managing an Active Directory Infrastructure O BJECTIVES O BJECTIVES This chapter covers the following Microsoft-specified objectives for the Planning and Implementing an Active Directory Infrastructure and Managing and Maintaining an Active Directory Infrastructure

More information

Active Directory Integration Notes. Introduction. Overview

Active Directory Integration Notes. Introduction. Overview Active Directory Integration Notes Created July 2006 Revised October 2007 Table of Contents Active Directory Integration Notes... 1 Introduction... 1 Overview... 1 Prerequisites... 2 Installation... 2

More information

ACTIVE DIRECTORY WEB SERVICE USER GUIDE LAST UPDATED: January 4, 2013

ACTIVE DIRECTORY WEB SERVICE USER GUIDE LAST UPDATED: January 4, 2013 Page 1 of 28 ACTIVE DIRECTORY WEB SERVICE USER GUIDE LAST UPDATED: January 4, 2013 Introduction... 1 Web methods... 4 Active Directory query fails on Windows XP... 27 Support... 28 INTRODUCTION The Active

More information

WHITE PAPER BT Sync, the alternative for DirSync during Migrations

WHITE PAPER BT Sync, the alternative for DirSync during Migrations WHITE PAPER BT Sync, the alternative for DirSync during Migrations INTRODUCTION When you have a migration from Exchange on Premises, you definitely have an Active Directory set up. It is a logical decision

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: March 31, 2015 Version: 1.01 Hosting Controller www.hostingcontroller.com Contents Proprietary Notice... 1 1. Introduction... 2

More information

Technical Bulletin 005 Revised 2010/12/10

Technical Bulletin 005 Revised 2010/12/10 sitesecuresoftware.com Site-Secure Facility & Security Management Software Technical Bulletin 005 Revised 2010/12/10 Search Active Directory from SQL Server 2000-2005 Table of Contents Introduction...

More information

IMPLEMENTING DIRECTORY SERVICES INTEGRATION WITH HELIX MEDIA LIBRARY Revision Date: September 2014

IMPLEMENTING DIRECTORY SERVICES INTEGRATION WITH HELIX MEDIA LIBRARY Revision Date: September 2014 IMPLEMENTING DIRECTORY SERVICES INTEGRATION WITH HELIX MEDIA LIBRARY Revision Date: September 2014 Helix Media Library User Guide Table of Contents Introduction...3 1. Prerequisites...3 2. Running the

More information

Release Note RM Unify CSV Extraction Tool

Release Note RM Unify CSV Extraction Tool RM Unify CSV Extraction Tool Contents Release Note RM Unify CSV Extraction Tool... 1 Contents... 1 About this Release Note... 1 About the RM Unify CSV Extraction Tool... 2 What it does... 2 Requirements...

More information

Active Directory Friday: All Articles. Jaap Brasser

Active Directory Friday: All Articles. Jaap Brasser Active Directory Friday: All Articles Jaap Brasser Content Creating Active Directory groups using PowerShell... 3 Determine the forest functional level... 5 Find empty Organizational Unit... 6 Use the

More information

Integrating PISTON OPENSTACK 3.0 with Microsoft Active Directory

Integrating PISTON OPENSTACK 3.0 with Microsoft Active Directory Integrating PISTON OPENSTACK 3.0 with Microsoft Active Directory May 21, 2014 This edition of this document applies to Piston OpenStack 3.0. To send us your comments about this document, e-mail documentation@pistoncloud.com.

More information

Technical Bulletin 41137

Technical Bulletin 41137 Technical Bulletin 41137 Best Practices When Using Corporate Directory on SoundPoint IP, SoundStation IP, and Polycom VVX Phones This technical bulletin provides recommended configuration settings for

More information

KACE Appliance LDAP Reference Guide V1.4

KACE Appliance LDAP Reference Guide V1.4 KACE Appliance LDAP Reference Guide V1.4 Brandon Whitman Page 1 The purpose of this guide is to help you with both common and advanced LDAP issues related to the KACE appliances. This guide will give you

More information

Steps to setup authentication and enrolment through LDAP protocol

Steps to setup authentication and enrolment through LDAP protocol Steps to setup authentication and enrolment through LDAP protocol Step 1: Authentication The web user try to get inside Moodle. Moodle will recognize him/her only if his credentials are found inside Accounts

More information

Active Directory Commands ( www.ostadbook.com )

Active Directory Commands ( www.ostadbook.com ) CSVDE Script Example: Active Directory Commands ( www.ostadbook.com ) 1 Dn, samaccountname, userprincipalname, department, useraccountcontrol, objectclass "CN=Amir Nosrati,OU=IT,DC=Ostadbook,DC=com",Amir-n,Amir-n@Ostadbook.com,MCSE,512,user

More information

Managing an Active Directory Infrastructure

Managing an Active Directory Infrastructure 3 CHAPTER 3 Managing an Active Directory Infrastructure Objectives This chapter covers the following Microsoft-specified objectives for the Planning and Implementing an Active Directory Infrastructure

More information

Ciphermail Gateway Web LDAP Authentication Guide

Ciphermail Gateway Web LDAP Authentication Guide CIPHERMAIL EMAIL ENCRYPTION Ciphermail Gateway Web LDAP Authentication Guide June 19, 2014, Rev: 5454 Copyright 2008-2014, ciphermail.com. CONTENTS CONTENTS Contents 1 Introduction 3 2 Create an LDAP configuration

More information

1 JiJi AD Bulk Manager User Manual. JiJi AD Bulk Manager - User Manual

1 JiJi AD Bulk Manager User Manual. JiJi AD Bulk Manager - User Manual 1 JiJi AD Bulk Manager User Manual JiJi AD Bulk Manager - User Manual 2 JiJi AD Bulk Manager User Manual Table of Contents 1. Introduction...4 2. Benefits...4 2.1 Export Import Data...4 2.2 Random Generator

More information

Binding an OS X computer to Active Directory at NEIU (Existing User)

Binding an OS X computer to Active Directory at NEIU (Existing User) Binding an OS X computer to Active Directory at NEIU (Existing User) The instructions in this guide assume that a local Administrator account is available on the Macintosh computer. These instructions

More information

User Management Resource Administrator. UMRA tables. User Guide

User Management Resource Administrator. UMRA tables. User Guide User Management Resource Administrator UMRA tables User Guide ii Contents Copyright 2005, Tools4Ever B.V. All rights reserved. No part of the contents of this user guide may be reproduced or transmitted

More information

ADtoolkit Version History

ADtoolkit Version History ADtoolkit Version History 10/15 version 7.0.9.0 ADtoolkit v7.0.9.0 adds the following enhancements: Add/Import Tools Implemented a simulation mode for the Add tools and Import New Tools, accessible through

More information

Using LDAP for User Authentication

Using LDAP for User Authentication Using LDAP for User Authentication Product version: 4.50 Document version: 1.1 Document creation date: 03-06-05 Purpose This technical note describes how to configure and set up EPiServer to use an LDAP

More information

SMART Directory Sync 4.3.0.1. Known Limitations

SMART Directory Sync 4.3.0.1. Known Limitations SMART Directory Sync 4.3.0.1 Known Limitations September 2015 Table of Contents Known Limitations 4.3.0.1... 3 AD to AD... 3 AD to AD Group Sync... 3 AD to AD User Sync... 3 AD to Domino... 3 AD to Domino

More information

Integrate with Directory Sources

Integrate with Directory Sources Cisco Jabber integrates with directory sources in on-premises deployments to query for and resolve contact information. Learn why you should enable synchronization and authentication between your directory

More information

Microsoft.Net Version 2.0 is required. You can obtain this from the Microsoft Website, or visit the Downloads page at voceware.co.uk for a link.

Microsoft.Net Version 2.0 is required. You can obtain this from the Microsoft Website, or visit the Downloads page at voceware.co.uk for a link. Page 1 of 13 v4.1.0 Overview Exchange2LDAP will keep an LDAP Server and/or a SQL table updated with the contents of one or several Exchange Contacts folders. These can be either personal folders, or central,

More information

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

Here, we will discuss step-by-step procedure for enabling LDAP Authentication. LDAP Authenticated Web Administration : MailScan 5.x is powered with LDAP Authenticated Web Administration. This gives security enhancement to authenticate users, to check their quarantined and ham emails.

More information

How To Use Syntheticys User Management On A Pc Or Mac Or Macbook Powerbook (For Mac) On A Computer Or Mac (For Pc Or Pc) On Your Computer Or Ipa (For Ipa) On An Pc Or Ipad

How To Use Syntheticys User Management On A Pc Or Mac Or Macbook Powerbook (For Mac) On A Computer Or Mac (For Pc Or Pc) On Your Computer Or Ipa (For Ipa) On An Pc Or Ipad SYNTHESYS MANAGEMENT User Management Synthesys.Net User Management 1 SYNTHESYS.NET USER MANAGEMENT INTRODUCTION...3 STARTING SYNTHESYS USER MANAGEMENT...4 Viewing User Details... 5 Locating individual

More information

VMware Identity Manager Administration

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

More information

Active Directory Adapter with 64-bit Support User Guide

Active Directory Adapter with 64-bit Support User Guide IBM Security Identity Manager Version 6.0 Actie Directory Adapter with 64-bit Support User Guide SC27-4385-02 IBM Security Identity Manager Version 6.0 Actie Directory Adapter with 64-bit Support User

More information

PERMISSION ANALYZER USER MANUAL

PERMISSION ANALYZER USER MANUAL PERMISSION ANALYZER USER MANUAL Protect your data and get in control! Scan your network, filter NTFS permissions, validate your access control design and trace user or group access. 2 Permission Analyzer

More information

Automatic Deployment and Authentication Guide

Automatic Deployment and Authentication Guide This document gives administrators an overview of automatically deploying insync. www.druva.com Table of Contents Contents Introduction... 3 insyncconfig.ini File Composition... 3 Druva Automatic Deployment

More information

Resources You can find more resources for Sync & Save at our support site: http://www.doforms.com/support.

Resources You can find more resources for Sync & Save at our support site: http://www.doforms.com/support. Sync & Save Introduction Sync & Save allows you to connect the DoForms service (www.doforms.com) with your accounting or management software. If your system can import a comma delimited, tab delimited

More information

Step-by-Step Guide to Active Directory Bulk Import and Export

Step-by-Step Guide to Active Directory Bulk Import and Export Page 1 of 12 TechNet Home > Windows Server TechCenter > Identity and Directory Services > Active Directory > Step By Step Step-by-Step Guide to Active Directory Bulk Import and Export Published: September

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

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

ECAT SWE Exchange Customer Administration Tool Web Interface User Guide Version 6.7

ECAT SWE Exchange Customer Administration Tool Web Interface User Guide Version 6.7 ECAT SWE Exchange Customer Administration Tool SWE - Exchange Customer Administration Tool (ECAT) Table of Contents About this Guide... 3 Audience and Purpose... 3 What is in this Guide?... 3 CA.mail Website...

More information

CISNTWK-492e. Microsoft Exchange Server 2003 Administration. Chapter Five Managing Addresses

CISNTWK-492e. Microsoft Exchange Server 2003 Administration. Chapter Five Managing Addresses CISNTWK-492e Microsoft Exchange Server 2003 Administration Chapter Five Managing Addresses 1 Objectives Understand and create the different types of address lists that are used within Exchange Server 2003

More information

SMART Directory Sync 5.0. User Guide for Windows Server Migration

SMART Directory Sync 5.0. User Guide for Windows Server Migration SMART Directory Sync 5.0 User Guide for Windows Server Migration JUNE 2016 Table of Contents Section 1. Introduction...3 1.1 Purpose...3 1.2 Audience for Windows Server Migration...3 1.3 About SMART Directory

More information

How to Use Microsoft Active Directory as an LDAP Source with the Oracle ZFS Storage Appliance

How to Use Microsoft Active Directory as an LDAP Source with the Oracle ZFS Storage Appliance An Oracle Technical White Paper November 2014 How to Use Microsoft Active Directory as an LDAP Source with the Oracle ZFS Storage Appliance Table of Contents Introduction...3 Active Directory LDAP Services...4

More information

How To Configure The Active Directory Module In Sitecore Cms 6.2.2 (For A Web.Com User)

How To Configure The Active Directory Module In Sitecore Cms 6.2.2 (For A Web.Com User) Active Directory Module for CMS 6.2-6.5 Administrator's Guide Rev. 120620 Active Directory Module for CMS 6.2-6.5 Administrator's Guide How to install, configure, and use the AD module Table of Contents

More information

Workflow Templates Library

Workflow Templates Library Workflow s Library Table of Contents Intro... 2 Active Directory... 3 Application... 5 Cisco... 7 Database... 8 Excel Automation... 9 Files and Folders... 10 FTP Tasks... 13 Incident Management... 14 Security

More information

Introduction to Linux (Authentication Systems, User Accounts, LDAP and NIS) Süha TUNA Res. Assist.

Introduction to Linux (Authentication Systems, User Accounts, LDAP and NIS) Süha TUNA Res. Assist. Introduction to Linux (Authentication Systems, User Accounts, LDAP and NIS) Süha TUNA Res. Assist. Outline 1. What is authentication? a. General Informations 2. Authentication Systems in Linux a. Local

More information

FOREFRONT IDENTITY MANAGEMENT

FOREFRONT IDENTITY MANAGEMENT FOREFRONT IDENTITY MANAGEMENT March 13, 2015 Page 2 Module One... 6 User Creation And Synchronization Process... 6 Agency Roles And Responsibilities... 7 Logging Into Forefront Identity Manager Portal

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

Sample Configuration: Cisco UCS, LDAP and Active Directory

Sample Configuration: Cisco UCS, LDAP and Active Directory First Published: March 24, 2011 Last Modified: March 27, 2014 Americas Headquarters Cisco Systems, Inc. 170 West Tasman Drive San Jose, CA 95134-1706 USA http://www.cisco.com Tel: 408 526-4000 800 553-NETS

More information

Administrator s Guide

Administrator s Guide Administrator s Guide Directory Synchronization Client Websense Cloud Products v1.2 1996 2015, Websense, Inc. All rights reserved. 10900 Stonelake Blvd, 3rd Floor, Austin, TX 78759, USA First published

More information

Authentication Authorization Infrastructure

Authentication Authorization Infrastructure Authentication Authorization Infrastructure Jan Du Caju LUDIT - KULeuvenNet AAI update ldap kerberos Shibboleth LDAP end user ldap servers (in fail-over without password hashes): ldap.kuleuven.be (point

More information

Citrix EasyCall Gateway Pre-Installation Checklist

Citrix EasyCall Gateway Pre-Installation Checklist Citrix EasyCall Gateway Pre-Installation Checklist This checklist is for EasyCall Gateway administrators. Information for telephony system integrators is provided in the EasyCall Gateway Telephony System

More information

The 5 Most Critical Points

The 5 Most Critical Points The 5 Most Critical Points For Active Directory Security Monitoring July 2008 Version 1.0 NetVision, Inc. CONTENTS Executive Summary... 3 Introduction... 4 Overview... 4 User Account Creations... 5 Group

More information

and Active Directory Adding, Changing and Deleting Accounts, Compiling Addresses for Mail Lists

and Active Directory Adding, Changing and Deleting Accounts, Compiling Addresses for Mail Lists and Active Directory Adding, Changing and Deleting Accounts, Compiling Addresses for Mail Lists, Ltd. 2550 SW Grapevine Parkway Gapevine, TX 76051 Tel: (817) 601-3222 http://www.altn.com Copyright 2006.

More information

User management with Active Directory

User management with Active Directory User management with Active Directory Definitions Primary Group A user s primary group is used by Technesis for reporting. The Workgroup reports refer to a user s primary group. Group Memberships A user

More information

Nevepoint Access Manager 1.2 BETA Documentation

Nevepoint Access Manager 1.2 BETA Documentation Nevepoint Access Manager 1.2 BETA Documentation Table of Contents Installation...3 Locating the Installation Wizard URL...3 Step 1: Configure the Administrator...4 Step 2: Connecting to Primary Connector...4

More information

AD Information Sync 3.0 User Guide

AD Information Sync 3.0 User Guide AD Information Sync 3.0 User Guide Copyright Copyright 2008-2013 BoostSolutions Co., Ltd. All rights reserved. All materials contained in this publication are protected by Copyright and no part of this

More information

escan SBS 2008 Installation Guide

escan SBS 2008 Installation Guide escan SBS 2008 Installation Guide Following things are required before starting the installation 1. On SBS 2008 server make sure you deinstall One Care before proceeding with installation of escan. 2.

More information

PriveonLabs Research. Cisco Security Agent Protection Series:

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

More information

Configuring E-mail Reports and E-mail Alarm Information

Configuring E-mail Reports and E-mail Alarm Information Technical Note Configuring E-mail Reports and E-mail Alarm Information The E-DAS Ambient software can be configured to send two types of e-mails: reports and alarm information. The purpose of this techinical

More information

Polycom RealPresence Resource Manager System Administrator s Guide

Polycom RealPresence Resource Manager System Administrator s Guide Polycom RealPresence Resource Manager System Administrator s Guide 7.0.0 August 2012 3725-72110-001A Trademark Information Polycom and the names and marks associated with Polycom's products are trademarks

More information

Security Provider Integration LDAP Server

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

More information

Cummins Online Login User Instructions

Cummins Online Login User Instructions Cummins Online Login User Instructions 1 Introduction... 2 2 Language selection... 2 3 Password Management... 2 3.1 Cummins Online Login... 2 3.2 Forgot Username... 3 3.3 Forgot Password... 4 3.3.1 Answer

More information

Océ LDAP Adapter User Guide

Océ LDAP Adapter User Guide Océ LDAP Adapter User Guide Océ PRISMAweb V4.0 The e-business solution for Print Service Providers _ Copyright 2005, 2006,2007 by Océ Printing Systems GmbH. All rights reserved. This User Documentation

More information

SharePoint AD Information Sync Installation Instruction

SharePoint AD Information Sync Installation Instruction SharePoint AD Information Sync Installation Instruction System Requirements Microsoft Windows SharePoint Services V3 or Microsoft Office SharePoint Server 2007. License management Click the trial link

More information

Using LDAP with Sentry Firmware and Sentry Power Manager (SPM)

Using LDAP with Sentry Firmware and Sentry Power Manager (SPM) Using LDAP with Sentry Firmware and Sentry Power Manager (SPM) Table of Contents Purpose LDAP Requirements Using LDAP with Sentry Firmware (GUI) Initiate a Sentry GUI Session Configuring LDAP for Active

More information

New-ADUser Name SamAccountName -AccountPassword (Read-Host AsSecurestring AccountPassword ) Enabled $true ChangePasswordAtLogon $true New-ADUser Name Amy Strande

More information

Administrator's Guide

Administrator's Guide Active Directory Module AD Module Administrator's Guide Rev. 090923 Active Directory Module Administrator's Guide Installation, configuration and usage of the AD module Table of Contents Chapter 1 Introduction...

More information

Table of Contents. Welcome to ADSelfService Plus... 3. Contact AdventNet... 4. Getting Started... 6

Table of Contents. Welcome to ADSelfService Plus... 3. Contact AdventNet... 4. Getting Started... 6 Table of Contents Welcome to ADSelfService Plus... 3 Contact AdventNet... 4 Getting Started... 6 System Requirements for ADSSP... 7 Installing ADSelfService Plus... 8 Working with ADSelfService Plus...

More information

Configuring User Identification via Active Directory

Configuring User Identification via Active Directory Configuring User Identification via Active Directory Version 1.0 PAN-OS 5.0.1 Johan Loos johan@accessdenied.be User Identification Overview User Identification allows you to create security policies based

More information

User Management Resource Administrator 7.2

User Management Resource Administrator 7.2 User Management Resource Administrator 7.2 Table Of Contents What is User Management Resource Administrator... 1 UMRA Scripts... 1 UMRA Projects... 1 UMRA Software... 1 Quickstart - Sample project wizard...

More information

Active Directory Integration

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

More information

Step-by-Step Guide to Bulk Import and Export to Active Directory

Step-by-Step Guide to Bulk Import and Export to Active Directory All Products Support Search microsoft.com Guide Windows 2000 Home Windows 2000 Worldwide Search This Site Go Advanced Search Windows 2000 > Technical Resources > Step-by-Step Guides Step-by-Step Guide

More information

How to Get Set Up for the 2014 BE-180 and Request an Extension if Needed

How to Get Set Up for the 2014 BE-180 and Request an Extension if Needed How to Get Set Up for the 2014 BE-180 and Request an Extension if Needed For instructions on how to get set up for the 2014 BE-180 and to request an extension if one is needed, click on one of the links

More information