Skip Headers
Oracle® Identity Manager Connector Guide for Microsoft Active Directory Password Synchronization
Release 9.1.1

Part Number E11218-10
Go to Documentation Home
Home
Go to Book List
Book List
Go to Table of Contents
Contents
Go to Index
Index
Go to Feedback page
Contact Us

Go to previous page
Previous
Go to next page
Next
PDF · Mobi · ePub

B PrepAD.ldif

This file is generated in the installation directory when the connector is installed. It creates the Persistent Store in the Active Directory where the user data (User ID and Password) is stored, if the Password Reset fails in Active Directory.

It uses LDAP Data Interchange Format (LDIF) commands to create the organizational unit in Active Directory.

For example:

dn: CN=John Doe, OU=Training, DC=domain, DC=com
changetype: add
cn: John Doe 
objectClass: user
samAccountName: John 
givenName: John 
sn: Doe