Create the entity type on Windows
If an entity type exists within IBM WebSphere Portal to use but it does not exist within the LDAP user registry, we can create the entity type within the LDAP user registry and then add the relative distinguished name (RDN) to the entity type to map it between WebSphere Portal and your LDAP user registry.In a clustered environment, start the dmgr and nodeagent and verify they are able to synchronize.
Create entity types in the LDAP user registry:
- Optional: Run the ConfigEngine.bat wp-query-repository -DWasPassword=foo task, from the WP_PROFILE\ConfigEngine, to list the names and types of configured repositories.
- Edit wkplc.properties, located in...
WP_PROFILE/ConfigEngine/properties
- Enter the following parameters under VMM LDAP entity type configuration heading:
- et.ldap.id
- et.entityTypeName
- et.objectClass
- et.searchFilter
- et.objectClassesForCreate
- et.searchBases
- Save changes to wkplc.properties.
- Run the ConfigEngine.bat wp-create-ldap-entitytype -DWasPassword=foo task, from the WP_PROFILE\ConfigEngine, to create an LDAP entity type.
- Stop and restart servers, dmgrs, and node agents.
- Edit wkplc.properties, located in...
WP_PROFILE/ConfigEngine/properties
- Set parameters under the VMM LDAP entity type configuration heading:
- et.ldap.id
- et.entityTypeName
- et.objectClass
- et.searchFilter
- et.objectClassesForCreate
- et.searchBases
- et.rdnName
- Save changes to wkplc.properties.
- Run the ConfigEngine.bat wp-add-ldap-entitytype-rdn -DWasPassword=foo task, from the WP_PROFILE\ConfigEngine, to add an LDAP entity type with a relative DN.
- 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: Update the user registry on Windows
Related:
Start and stop servers, dmgrs, and node agents
Enable LDAP security after cluster creation