[Link] 21.11.
2012 12:49:00
[Link]
The Active Directory Connector Tutorial
In this tutorial we demonstrate the usage of the Active Directory Connector, which integrates
a Microsoft Active Directory into Oracle Identity Manager. The underlying scenario is the
integration as a result of a company acquisition. All users of the Active Directory are
transferred to OIM, which is then used for user management and provisioning of AD
accounts. This tutorial includes the installation and configuration of Windows Server and
Active Directory, as well as the installation and configuration of the AD connector. We will
create an AD structure, using organizational units, users, groups, GPOs (group policy
objects) and directory access writes, to model a non-trivial scenario which emulates a real
world installations. While we keep the total system still simple, the complexity is already at a
level which reveals usability aspects of the connector, which are beyond a mere technical
proving of concept. A conclusion summarizes this work and points to areas of further study.
We use the following software versions:
Oracle Identity Manager Connector MS AD User Management [Link].0
Oracle Identity and Access Management [Link]
Oracle Database 11g, Release 2
Oracle Virtual Box 4.1.22
Oracle Enterprise Linux 5.8 (32-bit)
Microsoft Windows Server 2008 R2 (64-bit)
Microsoft Windows 8 Professional (32-bit)
1 Contents
The Active Directory Connector Tutorial .................................................................................. 1
1 Contents .............................................................................................................................. 1
2 Introduction ........................................................................................................................ 2
3 Technical Overview ........................................................................................................... 3
4 Setting up the Company [Link] ............................................................................ 3
4.1 Modeling the Company [Link] ...................................................................... 3
4.2 Setting up Windows Server 2008 R2 .......................................................................... 5
4.3 Configuring the Active Directory ................................................................................ 6
4.3.1 Changing Machine Name ..................................................................................... 6
4.3.2 Installing the AD Binaries .................................................................................... 7
4.3.3 Configuring the AD and DNS .............................................................................. 8
4.3.4 Adding a DNS reverse lookup zone ................................................................... 11
4.4 Configuring the Company domain66 ........................................................................ 13
4.5 Joining a domain and testing the client access .......................................................... 18
4.6 Configuring name resolution on Linux ..................................................................... 20
5 Deploying the AD Connector. .......................................................................................... 22
5.1 Creating a Target System User Account for Connector Operations ......................... 22
5.2 Installing and Configuring the Connector Server ...................................................... 23
5.3 Installing the Connector in Oracle Identity Manager ................................................ 24
Seite 1/44
[Link] 21.11.2012 12:49:00
[Link]
5.4 Installing the Connector in the Connector Server ..................................................... 27
5.5 Post installation steps................................................................................................. 27
6 Integrating domain66 into the OIM ................................................................................. 29
6.1 Scheduled Tasks for Lookup Field Synchronization ................................................. 30
6.2 Configure and run organization reconciliation .......................................................... 32
6.3 Configure and run user trusted reconciliation ........................................................... 34
6.4 Configure and run user target reconciliation ............................................................. 35
6.5 Executing direct user provisioning. ........................................................................... 37
7 Downloads ........................................................................................................................ 39
7.1 Windows Server 2008 R2 DE-X64 ........................................................................... 39
7.2 Windows Server 2008 R2 Service Pack 1 User Interface Language Packs (EN) ..... 40
7.3 Connector Server [Link].0 ...................................................................................... 40
7.4 Oracle Identity Manager Connector MS AD User Management [Link].0 ............. 40
7.5 AD Connetctor Patch 14190610: MERGE LABEL REQUEST ON TOP OF
[Link].0 .............................................................................................................................. 40
7.6 AD Connector Patch 13684913 ................................................................................. 41
8 Miscellaneous ................................................................................................................... 41
8.1 AD Connector Modes ................................................................................................ 41
8.2 Analysis of Database Content.................................................................................... 42
8.3 Starting and Stopping the Scheduler ......................................................................... 43
8.4 Snapshots during the Installation of Windows Server 2008 R2 ................................ 43
8.5 Updating the virtual box guest additions on Linux. .................................................. 44
9 Conclusion ........................................................................................................................ 44
2 Introduction
One important integration scenario for Oracle Identity Manager (OIM) is connectivity to the
Microsoft world. Oracle offers several connectors for this purpose. Among them are the
“Active Directory User Management”, the “AD Password Synchronization”, and the
“Microsoft Exchange” connectors. They are available at
[Link]
[Link].
We want to explore the “Active Directory User Management” connector with an example
scenario, where a company named domain66, which was recently acquired by our imaginary
company MyTech, needs to be integrated. MyTech is running an OIM system for identity
management and resource provisioning. Domain66 uses Microsoft technology and maintains
their user base and computer networks in an Active Directory. We want to integrate the AD
into the OIM, so that the management of domain66 users and AD accounts will be handled by
the OIM. In a first step all domain66 users will be synchronized to OIM and their AD
accounts will be managed as resources in OIM. In a second step we look at provisioning new
AD accounts to newly created OIM users, as it would be the case for new hires. We will also
look at the ongoing task of user attribute reconciliation between the two systems.
Seite 2/44
[Link] 21.11.2012 12:49:00
[Link]
3 Technical Overview
The whole scenario will be set up on a single Laptop using Virtual Box, to run the different
computer systems as virtual machines. We will use one Oracle enterprise Linux machine for
the company MyTech, a Windows 2008 R2 server for the company domain66 and a Windows
8 machine as a test client to connect to the AD. The following diagram illustrates this
configuration.
Laptop: Scorpio [Link]
CPU i7 QuadCore 2,4GHz, 20 GB
Windows 7 Professional, 64-bit 15Win2008R2 (Vbox) 12OEL55_ODD (Vbox)
2x Virtual-CPU, 4 GB 4x Virtual-CPU, 4 GB
06Win8Pro32 (Vbox) Windows Server 2008 R2 Domain66 Oracle Enterprise Linux 5.8
2x Virtual-CPU, 2 GB (64-bit) (32-bit)
MyTech
Windows 8 Pro (32-bit)
Active Directory Domain AD Connector oim_server1 (*:14000)
Controller (*:389)
[Link] (NAT)
DNS Service [Link] (NAT)
[Link] (fix)
[Link] (fix) [Link] (fix)
[Link] (fix)
[Link] [Link]
[Link]
[Link] (Host-Only network #2) [Link]
vboxnet (Host-Only network) [Link]
Figure 1. Technical diagram for the OIM – Active Directory Connector tutorial.
We will use the OIM installation in the virtual machine 11OEL_55ODD which was described
in a previous tutorial. ([Link]
identity-manger_20.html ) The machine is connected to the internet via a virtual NAT
network adapter, and to the host computer with the Host-Only network adapter “vboxnet”
which remains unused in this scenario. We will make a fresh installation of Windows 2008
R2 server into the virtual machine 15Win2008R2 and connect it to a newly created Host-Only
network “[Link]”. We will install the Active Directory and a DNS server on this
machine. The DNS server handles all requests in the network 192.168.66 of domain66. We
will also connect the Linux virtual machine and the Windows client to this network, thus it
becomes the basic network for this integration scenario. We will use a Windows 8 Pro client
for testing user login and provisioning of shared folders. This client machine will become a
member of the AD domain.
4 Setting up the Company [Link]
Within this chapter we will model and set up the company [Link]. This includes
modeling the AD components and resources, installing Windows 2008 R2 Server, installing
and configuring the Active Directory and the DNS Server, creating the company structure and
users in the AD and testing the setup with a Windows client.
4.1 Modeling the Company [Link]
Let’s draw our attention to the structure of the domain66, which is using a Windows Network
based on Windows Server 2008 R2 and Active Directory. The Company’s organizational
structure is illustrated in the following picture.
Seite 3/44
[Link] 21.11.2012 12:49:00
[Link]
Company
[Link]
OrgUnitA OrgUniB
UserB01
UserA01
OrgUnitAA OrgUnitAB
UserAA01 UserAA02 UserAB01 UserAB02
Figure 2. Organization Diagram of [Link]
It consists of two branches, i.e. OrgUnitA and OrgUnitB. OrgUnitA is further subdivided into
OrgUnitAA and OrgUnitAB. The users are allocated to the individual OrgUnits. We use a
naming schema that resembles this structure.
Every organizational unit has its own file share to share files within that unit. We want all
users of one unit to be able to read and write files within this share. Users of neighboring units
should have read access. Units that are higher in the hierarchy should have full access on the
file shares of the subordinate units. Every user within a sub tree, regardless of its position,
should have read access to all the files within that tree. The sub trees of the company’s main
branches don’t share any files. On the windows server we will allocate access rights to groups
instead of individual users. We will then map the users to the groups. This situation is
illustrated in the following picture.
UserAA01
GroupA UserAA02
Drive-C
rw
rwrw
FileShareA r GroupAA
rw
FileShareAA r UserA01
FileShareAB r
r
rw
FileShareB
UserAB01
GroupAB
rw UserAB02
GroupB
r Fileshare Permission read
UserB01
rw Fileshare Permission read/write
rw indirect Fileshare Permission read/write
Figure 3. File Shares and allocation of access rights to groups and users.
We will use a Windows 2008 Server to setup and manage this structure. The Server will act as
a domain controller. Whenever a user logs into the domain, file shares will automatically be
mapped to drive letters. Every user will get the file share mapping belonging to it’s
Seite 4/44
[Link] 21.11.2012 12:49:00
[Link]
organizational unit. We will use group policy objects (GPOs) to realize this behavior. The
resulting LDAP tree of the AD will look like this:
Active Directory Users and Computers Active Directory GPO Management
[Link] [Link]
OrgUnitA OrgUnitA
UserA01 GPO-MapDriveA
OrgUnitAA OrgUnitAA
UserAA01 GPO-MapDriveAA
UserAA02 OrgUnitAB
OrgUnitAB GPO-MapDriveAB
UserAB01 OrgUnitB
UserAB02 GPO-MapDriveB
OrgUnitB
UserB01
OrgUnitGroups
GroupA
GroupAA
GroupAB
GroupB
Figure 4. Active Directory Structure of [Link]
The figure depicts two trees, one for the management of Users and Computers and one for the
management for GPOs. These trees correspond to the Mircosoft tools “Server Manager” and
“Group Policy Manager”. The first tree shows the allocation of users to their organizational
units. We use the separate organizational unit “OrgUnitGroups”to collect all the groups. The
allocation of users to groups is not visible in this picture. The second tree contains GPO
policies that are used to map drive letters to file shares. They are executed when a user logs
on to the domain. Every GPO maps the given drive for all users of the OrgUnit, where the
GPO is located. OrgUnitAA and OrgUnitAB are subordinate units and inherit also the GPO
of their parent unit, which is GPO-MapDriveA.
Let’s look at an example how all these settings play together.
UserAA01 is member of GroupAA. Thus he gets and read/write permission to FileShareAA
and read permission to FileShareAB and FileShareA. He belongs to OrgUnitAA which is a
child of OrgUnitA. GPO-MapDriveAA is in effect directly and GPO-MapDriveA is also in
effect, since it is inherited from the parent OrgUnit. When UserAA01 logs into the domain
[Link], FileShareA and FileShareAA are automatically mapped to drive letters.
4.2 Setting up Windows Server 2008 R2
We want to have a scenario with relevance to real life situations; therefore we install
Windows Server in the Domain Controller role as a virtual box machine. Thus we can use the
Microsoft tools to add users, groups and resources. This will serve as starting point for the
OIM AD connector.
The installation and configuration of Windows Server and Active Directory is widely used in
the industry and many books are available on this subject. While the installation is easy and
straight forward, we consult the book “Windows Server 2008 R2 von Ulrich B. Boddenberg”
for some background information. This book in German is freely available on the internet
([Link]
Seite 5/44
[Link] 21.11.2012 12:49:00
[Link]
Other recommended readings covering Windows Server and AD are:
Konfigurieren von Windows Server 2008 Active Directory, Original Microsoft
Training für Examen 70-640 MCTS1 (in German, also available in English)
Chapter 14 about AD LDS2 (in German, file is saved to
D:\15Work\06OracleIdentityManagement\Konfigurieren_von_Windows_Server_2008
_Active_Directory_KAPITEL-[Link])
We download an evaluation copy of the DVD installer ISO file (7.1). The evaluation period is
180 days, starting from 18.10.2012. During the installation we set the Administrator
Password=Welcome1. We also install the language pack for English using the file from (7.2).
The server runs without activation for a grace period of 10 days. After that the server still
works but shuts itself down every hour and has to be restarted manually.
To activate the server we temporarily add a NAT network adapter in virtual box manager. We
configure DHCP and automatic DNS server setting in the network dialog.
In the Control Panel we search for “Activate Windows” and choose “Activate now”
After some seconds we get a success notice.
Figure 5. Message after activation of Windows Server 2008 R2.
Server is now activated and the evaluation period begins.
31.10.2012 + 180 days = 29.04.2013.
We set-up Host-Only Networking and supply a fixed IP address.
4.3 Configuring the Active Directory
Now that Windows Server is running we want to install and configure the active directory.
The free online book3 describes this process.
4.3.1 Changing Machine Name
In a first step we change the name of the machine to indicate that this is an “Active Directory
Domain Controller”. We use the “Computer Name /Domain Changes” dialog to change the
computer name to DC01.
1
Link to Book: [Link]
5970&titel=Konfigurieren%20von%20Windows%20Server%202008%20Active%20Directory
2
Link to PDF Chapter: [Link]
[Link]/[Link]?replace=false&cnt=productinfo&mode=2&type=2&id=ms-
5970&index=2&nr=0&sid=6f7ede8c914e2e7fad4c26a7a396f5ec&preload=false&page=1&view=fit&Toolbar=1&pagemode
=none
3
Windows Server 2008 R2 von Ulrich B. Boddenberg; Das umfassende Handbuch
[Link]
1171eea2894fb570f17d033abe
Seite 6/44
[Link] 21.11.2012 12:49:00
[Link]
Figure 6. Changing the computer name of the Windows Server installation.
We have to restart the Windows Server.
4.3.2 Installing the AD Binaries
We continue with the installation of the binaries by enabling the server role in the server
manager. The installation includes the .Net-Framework. We provide the screens of this
process.
Seite 7/44
[Link] 21.11.2012 12:49:00
[Link]
Figure 7. Installation dialog of the Active Directory binaries.
The binaries are now installed.
4.3.3 Configuring the AD and DNS
We continue with the “Active Directory Domain Service Installation Wizard” ([Link]).
Seite 8/44
[Link] 21.11.2012 12:49:00
[Link]
This may take some mintutes.
Seite 9/44
[Link] 21.11.2012 12:49:00
[Link]
Summary:
Configure this server as the first Active Directory
domain controller in a new forest.
The new domain name is "[Link]". This is also
the name of the new forest.
The NetBIOS name of the domain is "DOMAIN66".
Forest Functional Level: Windows Server 2008 R2
Domain Functional Level: Windows Server 2008 R2
Site: Default-First-Site-Name
Additional Options:
Read-only domain controller: "No"
Global catalog: Yes
DNS Server: Yes
This takes some mintues…
Create DNS Delegation: No
Database folder: C:\Windows\NTDS
Log file folder: C:\Windows\NTDS
SYSVOL folder: C:\Windows\SYSVOL
The DNS Server service will be installed on this
computer.
The DNS Server service will be configured on this
computer.
This computer will be configured to use this DNS
server as its preferred DNS server.
The password of the new domain Administrator will be
the same as the password of the local Administrator
of this computer.
Figure 8. Configuration dialog of the Active Directory.
Seite 10/44
[Link] 21.11.2012 12:49:00
[Link]
After the restart the Domain Controller is ready. We start the Server Manager.
4.3.4 Adding a DNS reverse lookup zone
In order to enable DNS reverse lookup, we have to add a new reverse lookup zone.
Seite 11/44
[Link] 21.11.2012 12:49:00
[Link]
Figure 9. Dialog to add a reverse lookup zone in the Windows DNS server.
We check with nslookup, if the machine can access it’s own DNS server.
C:\Users\Administrator>nslookup [Link]
DNS request timed out.
timeout was 2 seconds.
Server: UnKnown
Address: ::1
Name: [Link]
Address: [Link]
Ok, but we want to avoid the 2 second timeout which is caused by the IPv6 interface. We
simply disable IPv6 in the network settings and insert the ip address of the servers network
interface as primary DNS server.
Figure 10. Disabling IPv6 and configuring the primary DNS server in Win2008 Server.
Now the DNS lookup works properly and fast.
C:\Users\Administrator>nslookup [Link]
Server: [Link]
Address: [Link]
Name: [Link]
Address: [Link]
Seite 12/44
[Link] 21.11.2012 12:49:00
[Link]
4.4 Configuring the Company domain66
We already modeled our test company in section 1. Now we want to create this structure in
the Active Directory. We will insert the organizational units, users and groups. Then we will
configure the file shares, together with their access rights for groups. Finally we will
configure the GPOs that will map the drives for the users.
On the Windows Server DC01 we open the Server Manager and create a new organizational
unit by using the context menu and new dialog as illustrated below.
Figure 11. Creating OrgUnitA in the Active Directory.
In the same manner we create the other OUs. Then we create the users of our company, again
using the new dialog of the AD Server Manager, as depicted below.
Figure 12. Creating UserA01 in the Active Directory.
We put the users into their corresponding organizational units. After that, we create the
groups in the same manner, but they are placed in the OU OrgUnitGroup.
Seite 13/44
[Link] 21.11.2012 12:49:00
[Link]
Figure 13. Creating Groups in the Active Directory.
We don’t care about the group scope within this example since we only have a single domain.
The group type however needs to be “Security” since we want to use these groups to map
access permissions.
In the next step we create the shares for the directories and assign group permissions to them.
We open the file explorer and create four directories. Then, for every directory, we open the
properties dialog and choose the tab “sharing” to set group permissions. In the file sharing
dialog we type in the group name to add, then we choose which permission should be granted
for that group.
Seite 14/44
[Link] 21.11.2012 12:49:00
[Link]
Figure 14. Setting up File Shares and Permissions.
Now that the File shares are setup and permissions to groups are granted, we have to assign
the group membership. We go back to the Server Manager, choose the context menu of the
group we want to edit and open the properties dialog. We open the “Members” tab and add
users and groups according to the Figure 3.
Figure 15. Configuring Group Membership in the Active Directory.
The only part missing is the configuration of the Group Policy Objects, (GPOs) which will
create a drive mapping for the users.
To create a GPO we go to the Group Policy Management feature in the server manager and
navigate in the tree of domain66 to OrgUnitA. We want to create a GPO that is mapped to
this OU. From the context menu we choose the entry “Create a GPO and link it here…”.
Seite 15/44
[Link] 21.11.2012 12:49:00
[Link]
We name it “GPO-MapDriveA”. This creates the GPO under “Group Policy Objects” and a
link under OrgUnitA. The scope tab of the detail form tells us that this policy applies to
authenticated users of the domain that are located in OrgUnitA or in organizational units
down the hierarchy tree. We start the Group Policy Management Editor from the context
menu of the GPO.
Figure 16. Creating a GPO and starting the Group Policy Management Editor.
In the Group Policy Management Editor, we navigate to “User Configuration->Preferences-
>Windwos Settings->Drive Maps” and from the context menu we choose “new->Mapped
Drive”, to configure a drive map in this policy. In the dialog, we enter the location of the file
share to map and a drive letter. We also want this drive and all drives to be displayed for the
user. Then we change to the “Common” tab, choose “item level targeting” and open the
Targeting Editor. Here we configure that this drive map is targeted to all users of the domain,
where the GPO is valid.
Seite 16/44
[Link] 21.11.2012 12:49:00
[Link]
Figure 17. Creating a Drive Map with the Group Policy Management Editor.
We have created a GPO that maps FileShareA to a drive letter, when a domain users
belonging to OrgUnitA or any OrgUnit down the tree, i.e. OrgUnitAA and OrgUnitAB, logs
in.
In the same manner we create the GPOs GPO-MapDriveAA, GPO-MapDriveAB and GPO-
MapDriveB.
Figure 18. Creating Drive Map GPOs for the rest of the File Shares.
Seite 17/44
[Link] 21.11.2012 12:49:00
[Link]
The resulting GPO tree in the server manager is given in the following picture.
Figure 19. Resulting GPO tree after creating all Drive Mapping GPOs.
The company domain66 is now setup. When a user logs into the domain from a client
machine she gets a drive mappings and access rights on these mappings according to her
organizational unit.
Provisioning a new user account would include creating a user in the choosen OrgUnit and
adding it to the respective security group.
4.5 Joining a domain and testing the client access
In order to test the domain configuration, we boot up a Windows 8 Professional client as a
virtual machine and add it to the domain. Then we log on as a domain user, check the mapped
drives and test the read and write permissions.
In a first step we configure the network settings. We want to supply a fixed ip address and the
address of our DNS server. In the virtual box network setting we verify that the machine is
connected to the network 192.168.66. We start the client and log on as local Administrator.
Figure 20. Network settings of the Windows 8 client in the virtual box manager.
Now we change to desktop view and start the control panel and navigate to the network
settings. The following picture illustrates the relevant settings of the interface “Ethernet2”
Seite 18/44
[Link] 21.11.2012 12:49:00
[Link]
which is connected to the “Virtual Box Host-Only Ethernet Adapter 2”. In the properties
dialog we disable IPv6. We only want to use IPv4 addresses to reduce the complexity of the
scenario. In the properties dialog for the IPv4 settings we supply a fix ip address, and the
default gateway. We configure the DC01 DNS server as preferred DNS. The alternate DNS
server is for name resolution in the internet via the first interface, which is configured as NAT
in virtual box. The following picture summarizes theses settings.
Figure 21. Network configuration of the Windows 8 client.
Now we want to add this computer to the domain. We open the system properties dialog via
the control panel and change its membership from workgroup to a domain.
Figure 22. Opening the System Properties Dialog in Windows 8.
In the “Domain Changes” dialog we supply the name with which we want to register this
computer in the domain and the domain we want to join. In a subsequent dialog we provide
the user and password of the domain administrator, which is the user, we use to login to the
Windows 2008 Server (Administrator/Welcome1). We receive a welcome message and notice
the client machine has to be restarted.
Seite 19/44
[Link] 21.11.2012 12:49:00
[Link]
Figure 23. Adding the Windows 8 Client to the Domain [Link].
After the restart we can log into the Windows8 client as domain user. We choose
UserAA01/Welcome1. We go to the desktop and open the explorer and click on computer.
Now we can see that the FileShareA and FileShareAA are maped to drive letters as expected.
Figure 24. Checking the driver letter mapping for UserAA01.
We also want to check the permissions. We can read files in FileShareA but cannot create
files here. We can read and write files in FileShareAA.
This behavior is as expected. Ok.
4.6 Configuring name resolution on Linux
We want to use the name resolution of our new DNS server on the Linux side.
Here we have three network interfaces, which are eth0, eth1, and eth2. Frist we create a new
network profile, “ADConnector”. The interface eth0 is the NAT-interface for the internet
connection. It is configured through DHCP. We have to disable the automatic DNS Server
configuration here. We also configure primary and secondary DNS as illustrated below.
Seite 20/44
[Link] 21.11.2012 12:49:00
[Link]
Figure 25. Network configuration on Linux to use two DNS servers.
We restart the network and check the DNS resolution.
[root@localhost oracle]# /etc/init.d/network restart
[root@localhost oracle]# nslookup [Link]
Server: [Link]
Address: [Link]#53
Name: [Link]
Address: [Link]
[root@localhost oracle]# nslookup [Link]
Server: [Link]
Address: [Link]#53
Non-authoritative answer:
Name: [Link]
Address: [Link]
Name: [Link]
Address: [Link]
Name: [Link]
Address: [Link]
In the first request we test the DNS Server of the Windows 2008, which is the primary server
and it answers directly. In the second call we check the DNS resolution for the internet which
is answered by the Fritzbox router.
We also want the Windows DNS Server to resolve the Linux address of eth2 so we insert a
record for it in the Windows DNS Manager.
Figure 26. Adding the eth2 interface of the Linux server to the DNS.
Seite 21/44
[Link] 21.11.2012 12:49:00
[Link]
We insert a record in the Forward Lookup Zone “[Link]” and provide the IP address.
We also update the associated pointer record to enable reverse lookup. Now both directions
are working from Linux and Windows.
root@localhost oracle]# nslookup [Link]
Server: [Link]
Address: [Link]#53
Name: [Link]
Address: [Link]
[root@localhost oracle]# nslookup [Link]
Server: [Link]
Address: [Link]#53
[Link].[Link] name = [Link].
Ok.
5 Deploying the AD Connector.
We will use Oracle Identity Manager Connector MS AD User Management [Link].0. We
download the software from the download link
[Link]
[Link] (see 7.4). We will skip the recommended patch (See 7.5) because we will not be
affected by the solved bugs in the context of this tutorial. The list of certified components also
recommends patch 13684913 (See 7.6) which we also will skip.
The list of certified components at
[Link] includes
Windows Server 2008 R2 which we will use as a Windows Domain Controller to run the
Active Directory.
To deploy the AD Connector, we follow the instructions in
[Link]
5.1 Creating a Target System User Account for Connector Operations
In the Windows Server we create an organizational unit OrgUnitOIM. Here we create the
security group OIMGroup. We add this group to the
Built-in Group “Konten-Operatoren” (Account Operators). Finally we create a User OIMUser
and add this user to the Group OIMGroup. This situation is illustrated in the following figure.
Konten-Operatoren
OIMGroup
OIMUser
Figure 27. OIMUser and its group membership in the Active Directory.
We will use this user during the configuration of the AD Connector on the Linux side (see
Figure 31).
Seite 22/44
[Link] 21.11.2012 12:49:00
[Link]
5.2 Installing and Configuring the Connector Server
We follow the instructions at
[Link] We download the
connector server package (7.3) and extract the contents to
D:\16VirtualBox\99GlobalSharedFolder\Connector_Server_111150\Connector_Server_111150.
In the feature summary of the server manager we verify that the .NET-Framework is installed. We run
the installer from the Windows Server.
We provide the screens of the installer, however there is nothing to choose here.
Figure 28. Installation of the Connector Server on Windows 2008 Server.
We locate the Connector Server in the windows services pane and stop it.
Figure 29. Stopping the connector server on Winodws.
We update the key of the connector server to the value “Welcome1”
C:\Program Files (x86)\Identity Connectors\Connector Server>[Link] /setkey Welcome1
Key Updated.
C:\Program Files (x86)\Identity Connectors\Connector Server>
The key will be updated in encrypted form in the file [Link].
We add the section for logging and check the rest of the settings in this file.
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<connectionStrings>
<!-- Example connection to a SQL Server Database on localhost. -->
<!-- <add name="ExampleConnectionString"
connectionString="Data Source=.;Initial Catalog=DBName;Integrated Security=True"
providerName="[Link]" /> -->
</connectionStrings>
<appSettings>
<add key="[Link]" value="8759" /> We use the default values here.
Seite 23/44
[Link] 21.11.2012 12:49:00
[Link]
<add key="[Link]" value="false" />
<add key="[Link]" value="ConnectorServerSSLCertificate" />
<add key="[Link]" value="[Link]" />
<add key="[Link]" value="false" />
<add key="[Link]" value="ir7D3xpnDwzZ53rAikOKdmZ1o5A=" /> This key is updated
</appSettings> with the value”Welcome1”
<[Link]>
<trace autoflush="true" indentsize="4">
<listeners>
<remove name="Default" />
<add name="myListener" type="[Link]"
initializeData="c:\[Link]"
traceOutputOptions="DateTime"
>
<filter type="[Link]" initializeData="Information"/>
</add>
</listeners>
</trace>
<switches> Logging Settings.
<add name="ActiveDirectorySwitch" value="4" /> 0=no logging, 3=info, 4=verbose.
</switches>
</[Link]>
</configuration>
Listing 1. Changes in the file [Link]
We use the Service Panel to restart the server. We find the logfile at C:\[Link].
Ok.
5.3 Installing the Connector in Oracle Identity Manager
Now we want to install the connector on the Linux side.
We follow the instructions at
[Link]
We install from the package [Link] (see 7.4). We copy the package to
the shared folder at D:\16VirtualBox\99GlobalSharedFolder\activedirectory-[Link].0.
On Linux, we copy the media contents to its target location.
[oracle@12oel55_odd ConnectorDefaultDirectory]$ pwd
/opt/oracle/Middleware01/Oracle_IDM1/server/ConnectorDefaultDirectory
[oracle@12oel55_odd ConnectorDefaultDirectory]$ cp -r /media/sf_99GlobalSharedFolder/activedirectory-
[Link].0/ ./activedirectory-[Link].0
In the next step we should login to the OIM console with a User described in ( "Creating the
User Account for Installing Connectors" ), however this link is invalid.
Instead this link
[Link] says that a
user of the SYSTEM ADMINISTRATORS group is fine.
So we login with user xelsysadm/welcome1X at the URL [Link]
We provide the screens for the installation.
Seite 24/44
[Link] 21.11.2012 12:49:00
[Link]
Link “Create IT Resources”
[Link]
Figure 30. Installation of the AD Connector in OIM.
Now we are instructed to purge the oim server cache as described in
[Link]
We provide the commands in the following box.
[oracle@12oel55_odd bin]$ pwd
/opt/oracle/Middleware01/Oracle_IDM1/server/bin
[oracle@12oel55_odd bin]$ export WL_HOME=/opt/oracle/Middleware01/wlserver_10.3
[oracle@12oel55_odd bin]$ ./[Link] All
[Enter the admin username:]xelsysadm
[Enter the admin password:]welcome1X (not shown in the shell)
[Enter the service url : (i.e.: t3://oimhostname:oimportno)]t3://localhost:14000
PurgeCache Login Success...
Purging the cache categories:[All] is successful
[oracle@12oel55_odd bin]$
In the next step we configure the IT resources for the target system as described in
[Link]
We are still logged in with the user xelsysadm on the “Advanced Administration” page.
Seite 25/44
[Link] 21.11.2012 12:49:00
[Link]
Figure 31. Configuring the IT resources for the target system to connect to the AD.
We set up a configuration for identity reconciliation (trusted source reconciliation) first.
We provide the following values:
Configuration Lookup [Link]
(identity reconciliation)
Connector Server Name Active Directory Connector Server (default)
Container DC=domain66,DC=dom
DirectoryAdminName DOMAIN66\OIMUser
DirectoryAdminPassword Welcome1
DomainName [Link]
isADLDS No
LDAPHostName DC01
SyncDomainController DC01
SyncGlobalCatalogServer DC01
UseSSL no
Ok.
Seite 26/44
[Link] 21.11.2012 12:49:00
[Link]
5.4 Installing the Connector in the Connector Server
We now configure the Windows side and follow the instructions from
[Link]
In a first step we shut down the connector server and copy the content of the distribution
media F:\activedirectory-[Link].0\bundle\[Link] to the
connector server home at C:\Program Files (x86)\Identity Connectors\Connector Server.
Connector Server Home Active Directory Connector bundle
Figure 32. The Connector Server Home and the AD Connector bundle before copying.
After copying the bundle files directly into the connector server home, we restart the
connector server via the services pane.
We continue with the configuration of the IT resources for the connector server. We login
again in the OIM Administration Console and go to Advanced->Manage IT Resources dialog
as before. We search for “Active Directory Connector Server” and click edit.
Figure 33. Configuring the details for the AD Connector resource in OIM.
The AD connector is now installed and configured. We continue with the post installation
activities.
5.5 Post installation steps
The post installation steps are documented at
[Link]
We want purge the server cache and modify connection pool definitions. The rest of the
activities is optional.
We purge the server cache on the Linux machine again, as already done before in 5.3.
[oracle@12oel55_odd bin]$ pwd
Seite 27/44
[Link] 21.11.2012 12:49:00
[Link]
/opt/oracle/Middleware01/Oracle_IDM1/server/bin
[oracle@12oel55_odd bin]$ ./[Link] All
[Enter the admin username:]xelsysadm
[Enter the admin password:]
[Enter the service url : (i.e.: t3://oimhostname:oimportno)]t3://localhost:14000
PurgeCache Login Success...
Purging the cache categories:[All] is successful
Now we want to modify the settings for the connection pool, just to test the installation.
We open the Design Console and login as xelsysadm/welcome1X.
C:\Users\uScorpio>d:
D:\>cd D:\10Oracle\04OIM\Oracle_IDM1\designconsole
D:\10Oracle\04OIM\Oracle_IDM1\designconsole>[Link]
Listing 2. Starting the Design Console from the Windows command prompt.
In the design console we add the properties “Pool Max Idle” and Pool Max Size” and define
the value 11. We are satisfied with the default values for the rest of the properties.
Figure 34. Configuring connection pool parameters for the AD Connector in the Design
Console.
A search in the exported data base reveals that the parameters are inserted in the data table
LKV. OIM represents sets, e.g. to define system property values, in two tables. The LKU
table holds keys, that identify a set, and the LKV table defines the members of a set. The
following picture shows the result of the search for the string “Pool Max” in the exported
OIM database. There are two occurrences in the file [Link]. If we filter for the LKU_Key
1702, we get all the members of that set, which matches exactly the property set that we
modified with the Design Console.
Figure 35. Searching the property Max Pool Size in the exported OIM database.
The entry in the LKU table corresponding to the key 1702 is:
Seite 28/44
[Link] 21.11.2012 12:49:00
[Link]
1702 "l""Main Trusted Configuration Lookup for Active Directory Connector" "0"
"[Link]" "" 01.11.12 1 01.11.12 1 "" 0000000000000000
It contains the Lookup Definition Code "[Link]",
which we used for searching in the Design Console.
When the AD connector is installed, it uses the OIM Administration Lookup tables to store its
configuration data. These values can be modified using the Design Console.
6 Integrating domain66 into the OIM
The AD connector is installed and configured to operate between the AD of the Windows
Server and the OIM on the Linux machine. Now we want to integrate the users of domain66
into the OIM. Therefore we have to configure and run several scheduled task in OIM. The
following picture summarizes this process.
Active Directory OIM
Active Directory Organization Recon
3
Active Directory User Trusted Recon
Active Directory Users and Computers
4
[Link] 1
OrgUnitA DEV_OIM DEV_OIM
Active Directory Group Lookup Reco
UserA01 User Oraganizstions
OrgUnitAA [Link] UserA01 OrgUnitA
UserAA01 GroupA UserAA01 OrgUnitAA
UserAA02 GroupAA OrgUnitAB
UserAA02
OrgUnitAB GroupAB OrgUnitB
UserAB01
UserAB01 GroupB
UserAB02
UserAB02 2
UserAB03
OrgUnitB Active Directory Organization Lookup Recon
UserB01 6
UserB01 lookup
[Link].
OrgUnitGroups Direct Provisioning
OraganizationalUnits
GroupA OrgUnitA Resources(UserAB03)
GroupAA OrgUnitAA AD Account
GroupAB OrgUnitAB Login=UserAB02
GroupB OrgUnitB lookup OU=OrgUnitAB
Group=GroupAB
5 7
Active Directory User Target Recon
Figure 36. Overview of the integration of company domain66 into the OIM.
On the left side we see the AD tree of [Link] as configured previously. As a
precondition we have to populate the lookup maps for groups and organizations in the OIM
with the values from the AD. The AD connector uses these lookup maps during provisioning
and reconciliation operations. Therefore, in step 1 and step 2 we run the scheduled jobs for
“AD Group Lookup Recon” and “AD Organization Lookup Recon”. We want create all AD
users and organizations as users and organizations in OIM. This is done in step 3 and step 4
with the scheduled tasks “AD Organization Recon” and “AD User Trusted Recon”. In this
step the AD serves as trusted source, however we only use these scheduled tasks to initially
create the users in the OIM. Subsequent user management will be done with the OIM, which
becomes the trusted source for identities for both companies, domain66 and MyTech. Now all
users exist in the OIM, however without any AD accounts. In step 5 we configure and run the
scheduled job “AD Users Target Recon”. Thus all AD accounts are created in the resource
section of the matched OIM users. In step 6 we create a new user in OIM and provision an
AD account using “Direct Provisioning” of the OIM. This results in the creation of a user in
the AD. In step 7 we setup the scheduled job “AD User Target Recon” to synchronize any
changes that are made to user’s attributes. This job should be configured to run on a regular
basis.
Seite 29/44
[Link] 21.11.2012 12:49:00
[Link]
6.1 Scheduled Tasks for Lookup Field Synchronization
There are two scheduled tasks for lookup field synchronization, one for groups, and the other
for organizations. The configuration is documented at
[Link]
Before running the jobs, we check the configurations. We login to the OIM Console and open
the job detail pages for the scheduled tasks “Active Directory Group Lookup Recon” and
“Active Directory Organization Lookup Recon”. OIM console -> Advanced -> System
Management -> Scheduler. We enter “Active*” in the search field and get a list of all Active
Directory Scheduled Jobs. We verify that the values in the parameter section correspond to
the documentation. We don’t want to get all the groups available in the AD, only those
relevant for us. Therefore we apply the filter: “startsWith('name', 'Group')”, thus only the
groups we created ourselves in the AD will be fetched. For the lookup of OrganizationalUnits
we use the filter “startsWith('ou', 'OrgUnit')” to fetch only the OrgUnits we have created
according to our naming schema.
The filter syntax is documented at
[Link] . We use
the attribute names “name” and “ou” in the filter expression. We get these names from the
Attribute Editor in Windows 2008 Server as depicted below.
Figure 37. Using the Attribute Editor in Windows 2008 Server to find the attribute names
for the filter expressions.
The following pictures illustrate the settings for group and organization lookup reconciliation.
Seite 30/44
[Link] 21.11.2012 12:49:00
[Link]
Figure 38. Checking the Lookup Field configuration for Groups and Organization
Reconciliation.
We run the Group Lookup Reconciliation by pressing run, and after a while, refresh. The job
status is indicated as successful in the history field.
Figure 39. Running the Active Directory Group Lookup Recon scheduled task.
We can see the effect of this action in the Design Console. The attribute map for the code
[Link] gets populated.
Before running Group Lookup Recon After running Group Lookup Recon
Figure 40. Running Group Lookup Recon task populates the attribute map with values.
We also run the Organization Lookup Recon and check the attribute map in the Design
Console.
Seite 31/44
[Link] 21.11.2012 12:49:00
[Link]
Figure 41. Running the Active Directory Organization Lookup Recon scheduled task.
The Lookup Field definitions are now synchronized between AD and OIM.
We take a snapshot of the Linux machine at this point.
Sicherheitspunkt 10 System started.
Scheduled Jobs for Active Directory Group
and Organization Lookup Recon run.
Used Filters:
startsWith('name', 'Group')
startsWith('ou', 'OrgUnit')
Ok.
6.2 Configure and run organization reconciliation
Now we want to import all relevant organizational units from the AD to OIM. This is a
prerequisite for importing the AD users. We follow the instruction at
[Link]
In a first step we check the Configuration Lookup Parameter of the IT Resource.
We open the “Manage IT resource dialog” in the OIM Console as depicted below.
Figure 42. Opening the dialog to manage IT Resources in the OIM Console.
Next, we check that the configuration lookup parameter is set to
[Link]. Thus we make sure that we run the adapter in
the trusted source reconciliation mode. In this mode we run the AD Organization Recon task
with the parameter “Resource Object Name = Xellerate Organization”. Furthermore we
configure the filter with the value startsWith('ou', 'OrgUnit') to reconcile only the relevant
subset of organizational units.
Seite 32/44
[Link] 21.11.2012 12:49:00
[Link]
Figure 43. Step 1: Running the AD Organization Recon Task in identity management mode.
Then we change the configuration lookup parameter of the IT Resource to
[Link]. Thus we switch the adapter to provisioning mode.
We change the parameter “Resource Object Name = AD Organizational Unit” and clear the
last token filed. Then we run the task again.
Figure 1. Step 2: Running the AD Organization Recon Task in provisioning mode.
As a result the AD OrgUnits are reconciled to OIM and the resources “AD Organizational
Unit” and “Xellerate Organization” are provisioned to the OUs, which we can see in the
administration pane of the OIM Console.
Figure 2. AD OrgUnits in OIM as a result of the reconciliation process.
We switch the configuration lookup parameter back to
[Link] to run in trusted source mode again.
We check the events that where created with these two runs.
Seite 33/44
[Link] 21.11.2012 12:49:00
[Link]
Figure 3. Events created during Organization Reconciliation.
Now we have created the OrgUnits from the AD as OIM organizations. In the next step we
want to create the AD users in OIM. Since they are created in their corresponding
organizational units, we needed to create these organizations in OIM first.
6.3 Configure and run user trusted reconciliation
Now we open the job detail tab for “Active Directory User Trusted Recon” and configure the
settings for trusted user reconciliation. We only want run this task once to create all relevant
users of the domain66 in the OIM. We need to run the connector in “Identity Management”
mode so we check that the IT resource “Active Diretory” is set to
“[Link]” Then we edit some attributes as depicted
below, e.g. we set the filter to “startsWith('sAMAccountName', 'User')”. Then we run the job.
Figure 4. Running the AD User Trusted Recon job to create the AD users in OIM.
If we go to the “Administration” page and search for all users we can see that our users from
domain66 are now created in OIM and also have the correct organization attribute. The
Seite 34/44
[Link] 21.11.2012 12:49:00
[Link]
resources tab however is still empty, which means that these users are not connected to any
AD user accounts yet.
Figure 5. Newly created Users as a result of the trusted user reconciliation.
While these users now exist in OIM, they cannot login because their passwords were not
synchronized from the AD. This connector cannot propagate password changes from AD to
OID. This can be accomplished with the “Microsoft AD Password Synchronization
Connector”.
6.4 Configure and run user target reconciliation
We now want to match the AD-Accounts to the newly created users in OIM and therefore
configure user target reconciliation. We need to run the connector in “Provisioning” mode, so
we verify that the IT resource “Active Directory” is set to
“[Link]”. We open the scheduled task tab for “Active
Directory User Target Recon”
Seite 35/44
[Link] 21.11.2012 12:49:00
[Link]
Figure 6. Running the user target reconciliation to create AD account resources for the
newly created OIM users.
If we check the Resource section of a user, e.g. UserAA01 as in the following picture, we can
see that the corresponding AD User account is provisioned.
Figure 7. The AD User accounts are now provisioned to the newly created OIM users.
In the “Resources” tab we can open the “Users Form” dialog and check the attributes. We also
check the assigned groups by selecting the “Assigned Groups Form” in the dropdown box.
Figure 8. “AD Users Form” and “Assigned Groups Form” showing the details of the
provisioned users account.
If we would change some of these attributes in the “AD Users Form” or in the Active
Directory directly, this would be reconciled by the next run of the scheduled job. Further tests
reveal that the job "AD User Target Recon" updates attributes of this resource in both
directions, depending on the newer change date.
Changing an Attribute in the OIM Users Form directly changes these attributes in the AD.
Disabling and enabling of the resource in OIM also takes effect immediately in the AD. The
Job "Active Directory User Target Delete Recon" is used to revoke the resource in OIM when
an AD User was deleted.
Seite 36/44
[Link] 21.11.2012 12:49:00
[Link]
Up to now the users of the company domain66 are fully integrated within the OIM. We now
want to see how we can create new users in OIM and provision an AD account to it.
6.5 Executing direct user provisioning.
We will create a new OIM User UserAB03 and provision an AD account to it. In the OIM
console we change to “Administration” and choose “Create User”.
Figure 9. Creating a new user in OIM and starting the resource provisioning.
After providing the required user attributes we save it and turn to the “Resources” tab. There
are no resources provisioned yet. We press “add” to provision a new AD Account. This will
open the “Provision Resource to User” dialog.
We check the confirmation page.
We select the Resource.
We add the membership to GroupAB
We provide additonal values and choose the
OrgUnit.
Seite 37/44
[Link] 21.11.2012 12:49:00
[Link]
We ceck the summary and provision the account.
Figure 10. Steps of the “Provision Resource to User” dialog in OIM.
We provide the basic user information, the organization and group assignments and create the
user. The summary page displays all attributes that can be set in the users form. Note that the
dialog skips step 3 and 4. If we check the Active Directory in the Server Manager of
Windows 2008, we find the UserAB03 in the correct OrgUnit.
Figure 11. Verifying the creation of AD UserAB03 with the Server Manager of Windows.
Seite 38/44
[Link] 21.11.2012 12:49:00
[Link]
Now we want to start the Windows 8 client and login as the newly provisioned UserAB03.
Since our Windows client is a member of the AD domain, we can directly login from there.
Figure 12. Checking login and permissions for UserAB03 with the Windows 8 client.
We change to the desktop and open the explorer. We can see that FileShareAB is already
mapped to drive I:, as expected, according to the GPOs of the domain. We check write
permissions to FileShareAB by creating a text file with notepad. We can also open and read
FileShareAA via the network, as expected, according to the group membership. But we don’t
have read access to FileShareB, as expected, due to the missing group membership of
GroupB.
Summing up, during the provisioning of an AD account in OIM, we created a new user
account in the AD. By providing OrgUnit and Group memberships we created drive mappings
and enforced access permissions, according to the policies of the AD.
7 Downloads
The following sections list the software download that were used during this work.
7.1 Windows Server 2008 R2 DE-X64
Link [Link]
File D:\01Downloads\7601.17514.101119-1850_x64fre_server_eval_de-de-GRMSXEVAL_DE_DVD.iso
MD5 e2508890839735dcfce216d17eefae2e (unknown by Google)
Notes The evaluation periode is 180 days, starting from 18.10.2012.
Seite 39/44
[Link] 21.11.2012 12:49:00
[Link]
7.2 Windows Server 2008 R2 Service Pack 1 User Interface Language Packs
(EN)
Link [Link]
File D:\01Downloads\[Link]
MD5 f70b8ca16eb79240bdf14d2fb9ff3f4e
Notes
7.3 Connector Server [Link].0
Link [Link]
File D:\01Downloads\Connector_Server_111150.zip
MD5 258675d766210b0924aa9ab09e111542 (unknown by Google)
Notes
7.4 Oracle Identity Manager Connector MS AD User Management [Link].0
Link [Link]
File D:\01Downloads\[Link]
MD5 65b18f6a39d709a1cac49446a2d7f1e8
Notes Please apply AD connector patch 14190610 after downloading from MOS (My Oracle Support) if
you are using this connector against OIM [Link] or above.
7.5 AD Connetctor Patch 14190610: MERGE LABEL REQUEST ON TOP OF
[Link].0
Link [Link]
state=vf360o47f_9&releaseId=17111150&requestId=15273691&patchId=14190610&languageId=0&
platformId=2000&_afrLoop=457977425119592
File D:\01Downloads\p14190610_111150_Generic.zip
MD5 e99896bc093ee3d301c6cd6156e5e3cd
Notes MD5 from Website MD5 E99896BC093EE3D301C6CD6156E5E3CD matches, Ok.
Figure 13. Description of AD Connector Patch 14190610
Seite 40/44
[Link] 21.11.2012 12:49:00
[Link]
7.6 AD Connector Patch 13684913
Link [Link]
state=vf360o47f_9&releaseId=19800111152&requestId=14605415&patchId=13684913&languageId=
0&platformId=2000&_afrLoop=458761440548960
File D:\01Downloads\p13684913_111152_Generic.zip
MD5 8f89313c6355ecab71fc408a6ba50192
Notes MD5 8F89313C6355ECAB71FC408A6BA50192 from oracle website matches, ok.
Figure 14. Description of Patch 13684913
8 Miscellaneous
Contained in this chapter are some additional articles explored during the course of the
tutorial, which might of interest.
8.1 AD Connector Modes
The AC Connector can be configured into one of two modes, which are Identity reconciliation
and Account Management. The following table contains a mode comparison.
Operation modes Identity Reconciliation Account Management
Synonyms trusted source reconciliation; target resource management
authoritative source reconciliation
Operations trusted source reconciliation Provisioning,
Target resource reconciliation
Purpose AD is the trusted source to create OIM OIM is the source to provision and update
Users, Groups and Oragnizations User accounts in AD
Lookup Definitions Active Directory Group Lookup Recon
Active Directory Organization Lookup Recon
Scheduled Jobs for Active Directory Group Recon,
Groups Active Directory Group Delete Recon,
Scheduled Jobs for Active Directory Organization Recon
Organizations Active Directory Organization Delete Recon
Scheduled Jobs for Active Directory User Trusted Recon, Active Directory User Target Recon,
Users Active Directory User Trusted Delete Active Directory User Target Delete Recon,
Recon,
Seite 41/44
[Link] 21.11.2012 12:49:00
[Link]
8.2 Analysis of Database Content
Since some of the configuration information is stored in xml files and other parts are stored in
the database, we export the data base content into text files for analysis purposes.
We run 4 four exports and store the results in separate folders.
Figure 15. Separate folders for the Database export.
We start the SQL Developer, connect to the database and export the schemas separately.
Figure 16. Exporting the data of the DEV_MDS Database Schema.
Now we can analyze the data of the tables or use a search tool to find expressions within these
files easily. Here is a screen shot, using PSPad for searching the string UserAA in the
Seite 42/44
[Link] 21.11.2012 12:49:00
[Link]
DEV_OIM Schema.
Figure 17. Example for searching in the exported database table.
The demonstrated analysis method enables full text search through the database content.
However it is only practical for small databases.
8.3 Starting and Stopping the Scheduler
The scheduler can be started and stopped. This will impact all scheduled tasks. To check the
status login to [Link]
Figure 18. Checking that status of the scheduler via the web interface.
8.4 Snapshots during the Installation of Windows Server 2008 R2
As a recommended practice we take virtual machine snapshots at distinct point in the
installation process. Thus we can recover to the last snapshot if we run into problems.
Sicherheitspunkt 1 Installation Server 2008 R2
Administrator/Welcome1
Host-Only Network, feste IP=[Link]
Guest Additions
Sicherheitspunkt 2 Installation of Winows Updates. Up to 18.10.2012
Sicherheitspunkt3 English Language Pack
Host-Only Network, fix IP=[Link] (additional network)
NAT-network disabled, (no internet connection)
Sicherheitspunkt 4 Changing Computer Name to AD01
Installation of Active Directory Domain Controller and DNS Server.
Domain Name = [Link]
Seite 43/44
[Link] 21.11.2012 12:49:00
[Link]
8.5 Updating the virtual box guest additions on Linux.
We need to update the virtual box guest additions, since we have updated virtual box in the
meantime.
[root@12oel55_odd VBOXADDITIONS_4.1.22_80657]# pwd
/media/VBOXADDITIONS_4.1.22_80657
[root@12oel55_odd VBOXADDITIONS_4.1.22_80657]# sh ./[Link]
Verifying archive integrity... All good.
Uncompressing VirtualBox 4.1.22 Guest Additions for Linux.........
VirtualBox Guest Additions installer
Removing installed version 4.1.16 of VirtualBox Guest Additions...
Removing existing VirtualBox DKMS kernel modules [ OK ]
Removing existing VirtualBox non-DKMS kernel modules [ OK ]
Building the VirtualBox Guest Additions kernel modules
Building the main Guest Additions module [ OK ]
Building the shared folder support module [ OK ]
Building the OpenGL support module [ OK ]
Doing non-kernel setup of the Guest Additions [ OK ]
You should restart your guest to make sure the new modules are actually used
Installing the Window System drivers
Installing [Link] 7.1 modules [ OK ]
Setting up the Window System to use the Guest Additions [ OK ]
You may need to restart the hal service and the Window System (or just restart
the guest system) to enable the Guest Additions.
Installing graphics libraries and desktop services componen[ OK ]
[root@12oel55_odd VBOXADDITIONS_4.1.22_80657]#
Ok.
9 Conclusion
In this tutorial we demonstrated the configuration and usage of the OIM AD connector in a
company acquisition scenario. The Active Directory based user management of our example
company domain66 was integrated into Oracle Identity Manager. The connector’s scheduled
jobs were used for an initial integration of all domain66 users. Subsequent steps demonstrated
the provisioning of AD accounts to new users and the reconciliation of changed attributes of
existing users. The installation and configuration of Windows Server, Active Directory and a
DNS server, as well as the initial modeling and setup of the company domain66 was included
in this tutorial. The OIM installation was based on the virtual machine of a previous tutorial.
While this work elucidates the general idea of AD connector usage, additional topics have to
be considered for a productive scenario in the real world. These include the usage of SSL
secured communication and password synchronization, which was omitted in this work.
Furthermore, a real world scenario would most probably use a high-availability configuration
of the OIM and several replicated AD instances. Some fields for further investigation might
be the reconciliation of deleted users, as well as extending the connector’s functionality to
include custom fields.
Seite 44/44