Delete the LDAP entity type
If we changed the LDAP user registry and no longer require an entity type, we can delete it. In a stand-alone server environment, complete the following task when the servers are either stopped or started. In a clustered environment, start the deployment manager and node agent. Then, verify they are able to synchronize.
- cd WP_PROFILE/ConfigEngine/properties
- Edit wkplc.properties
- Enter the following parameters under the VMM LDAP entity type configuration heading:
- et.ldap.id
- et.entityTypeName
- et.objectClass
- et.searchFilter
- et.objectClassesForCreate
- et.searchBases
For example...
et.ldap.id=MyCo_LDAP1
et.entityTypeName=PersonAccount
et.objectClass=inetOrgPerson;Person;mycoPerson
et.searchFilter=
et.objectClassesForCreate=mycoPerson
et.searchBases=
et.ldap.host=prdtds1.myco.com
- Save the changes to wkplc.properties.
- Optional: To delete an LDAP entity type:
cd WP_PROFILE/ConfigEngine
./ConfigEngine.sh wp-delete-ldap-entitytype -DWasPassword=foo
- Stop and restart the appropriate servers to propagate the changes.