Load the LDIF files to the LDAP server

  1. Log in as the LDAP instance owner.
  2. Load the LDIF files you created in the previous step to the server by running the following command three times, one for each LDIF in the order shown: reorg.ldif, schema.ldif, update.ldif

    ldifde -b UserName DomainName Password -s FQDN_Server -t LDAP_Port -i -f reorg.ldif [schema.ldif, update.ldif] -j

    If your reorg.ldif file contains zero records, you will get an error message.