A 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