Page created: 15 Jul 2022
|
Page updated: 20 Jan 2023
| 1 min read
9.2 Product PingDirectory Directory Capability Product documentation Content Type Administration User task Configuration IT Administrator Administrator Audience Software Deployment Method LDAP Standards, specifications, and protocols
-
Use dsconfig to change the database location for the LDAP
changelog, which by default is at
<server-root>/db.
The following command sets the LDAP changelog backend to <server-root>/db2.
$ bin/dsconfig set-backend-prop --backend-name changelog \ --set "db-directory:db2" --set "enabled:true"
Note:Remember to include the LDAP connection parameters, such as host name, port, bindDN, and bindPassword.
The database files are stored under <server-root>/db2/changelog. The files for this backend are stored in a sub-directory named after the
backend-id
property. -
Stop and restart the server.
Because the LDAP changelog backend was previous disabled, you do not need to manually relocate any existing database files.
$ bin/stop-server $ bin/start-server