Delete the base entry on Linux
If you made changes to the LDAP user registry and no longer require a base entry that you created, we can delete it.In a clustered environment, start the dmgr and nodeagent and verify they are able to synchronize.
Delete the base entry
- To delete the base entry from a realm before deleting the base entry:
- Edit wkplc.properties
- For realmName, set the name of the realm to query.
- Save changes to wkplc.properties.
- List the base entries for a specific realm...
./ConfigEngine.sh wp-query-realm-baseentry
- Edit wkplc.properties
- Set the following required parameters under the VMM realm configuration heading:
- Save changes to wkplc.properties.
- Delete a base entry from a realm configuration...
./ConfigEngine.sh wp-delete-realm-baseentry -DWasPassword=foo
- Stop and restart all necessary servers to propagate the changes.
- Edit wkplc.properties
- Set the following parameters:
- Save changes to wkplc.properties.
- Delete a base entry from a repository...
./ConfigEngine.sh wp-delete-base-entry -DWasPassword=foo
- Stop and restart servers, dmgrs, and node agents.
If you created the clustered environment, including the additional nodes, and then completed the steps in this task, run update-jcr-admin on the secondary nodes.
Parent: Delete the user registry configurations on Linux
Related:
Start and stop servers, dmgrs, and node agents
Enable LDAP security after cluster creation