Configuring the PingDirectory server for Oracle compatibility
Configure the PingDirectory server for Oracle compatibility.
About this task
For companies that are migrating from an Oracle server to the PingDirectory server, the PingDirectory server provides a dsconfig
batch file, sun-ds-compatibility.dsconfig
, which describes the various components that can be configured to make the server exhibit behavior closer to an Oracle configuration.
Administrators can use the sun-ds-compatibility.dsconfig
batch file to apply the PingDirectory server’s configuration with the necessary dsconfig
commands by uncommenting the example commands listed in the file and then running the dsconfig
command specifying the batch file.
This batch file is not comprehensive and must be used together with the |
Another useful tool is the migrate-ldap-schema
tool in the bin
folder, or bat
folder for Windows systems, which migrates schema information from an existing LDAP server onto this instance. All attribute type and object class definitions that are contained in the source LDAP server are added to the targeted instance or written to a schema file.
Steps
-
From the PingDirectory server’s root directory, open the
sun-ds-compatibility.dsconfig
file in thedocs
folder.You can use a text editor to view the file.
-
Read the file completely.
-
Apply any changes to the file by removing the comment symbol at any
dsconfig
command example, and then applying thedsconfig
command specifying the batch file.Example:
$ bin/dsconfig --no-prompt --bindDN "cn=Directory Manager" \ --bindPassword "password" --batch-file /path/to/dsconfig/file
-
Run the
migrate-ldap-schema
tool to move the schema definitions on the source server to the destination Ping Identity server.Example:
$ bin/migrate-ldap-schema
-
Run the
migrate-sun-ds-config
tool to see what differences exist in the Ping Identity configuration versus the Oracle configuration. -
On the PingDirectory server, run the following command.
Example:
$ bin/migrate-sun-ds-config
-
Test the server instance for further settings that might not have been set with the batch file, the
migrate-ldap-schema
tool, or themigrate-sun-ds-config
tool. -
If you notice continued variances in your configuration, contact your authorized support provider.