+

Search Tips   |   Advanced Search

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.

  1. cd WP_PROFILE/ConfigEngine/properties

  2. Edit wkplc.properties

  3. 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

  4. Save the changes to wkplc.properties.

  5. Optional: To delete an LDAP entity type:

      cd WP_PROFILE/ConfigEngine
      ./ConfigEngine.sh wp-delete-ldap-entitytype -DWasPassword=foo

  6. Stop and restart the appropriate servers to propagate the changes.


Parent Delete the user registry configurations