Delete the base entry on i
If you made changes to LDAP user registry and no longer require a base entry that you created, you can delete it.
In single server environments, you do not have to start or stop the WebSphere_Portal and server1 servers to complete the following steps. In clustered environments, stop all application servers on system, including WebSphere_Portal, then start the nodeagent and dmgr servers before you begin any of the following steps.
To delete the base entry:
If you created clustered environment then performed the steps in this task, now run the update-jcr-admin task on the secondary node. See Enable LDAP security after cluster creation for instructions.
- To delete the base entry from a realm before deleting the base entry:
- Edit WP_PROFILE/ConfigEngine/properties/wkplc.properties
- For realmName, type the name of the realm that you want to query.
- Save changes to wkplc.properties.
- Run the ConfigEngine.sh wp-query-realm-baseentry -DWasPassword=foo task, from the WP_PROFILE/ConfigEngine, to list the base entries for a specific realm.
- Edit WP_PROFILE/ConfigEngine/properties/wkplc.properties
- Enter a value under the VMM realm configuration heading:
realmName
deleteBaseEntry
- Save changes to wkplc.properties.
- Run the ConfigEngine.sh wp-delete-realm-baseentry -DWasPassword=foo task, from the WP_PROFILE/ConfigEngine, to delete a base entry from a realm configuration.
- Stop and restart all necessary servers to propagate changes.
- Edit WP_PROFILE/ConfigEngine/properties/wkplc.properties
- Enter a value under the VMM repository base entry configuration heading to create additional base entries within the LDAP user registry to use when creating realms:
- Save changes to wkplc.properties.
- Run the ConfigEngine.sh wp-delete-base-entry -DWasPassword=foo task, from the WP_PROFILE/ConfigEngine, to delete a base entry from a repository.
- Stop and restart the appropriate servers to propagate the changes.
Parent
Delete the user registry configurations on i
Related tasks
Start and stop servers, dmgrs, and node agents
Enable LDAP security after cluster creation