Windows stand-alone: Map attributes
After configuring the LDAP user registry and querying the defined attributes, map attributes between portal and the LDAP server; for multiple LDAP servers, complete these steps for each LDAP server:
- Edit wkplc.properties, located in...
WP_PROFILE/ConfigEngine/properties
- Identify the LDAP server:
- Check that all defined attributes are available in the configured LDAP user registry:
to check that all defined attributes are available in the configured
Repository Task Standalone ConfigEngine.bat wp-validate-standalone-ldap-attribute-config -DWasPassword=foo task, from the WP_PROFILE\ConfigEngine. Federated ConfigEngine.bat wp-validate-federated-ldap-attribute-config -DWasPassword=foo task, from the WP_PROFILE\ConfigEngine.
- Edit...
WP_PROFILE/ConfigEngine/log/ConfigTrace.log
......and review the following output for the PersonAccount and Group entity type:
- The following attributes are defined in WebSphere Portal but not in the LDAP server
- This list contains attributes defined in WebSphere Portal but not available in the LDAP. Flag attributes that you do not plan to use in WebSphere Portal as unsupported. Map the attributes to use to the attributes that exist in the LDAP; map the uid, cn, firstName, sn, preferredLanguage, and ibm-primaryEmail attributes if they are contained in the list.
- The following attributes are flagged as required in the LDAP server but not in WebSphere Portal
- This list contains attributes defined as "MUST" in the LDAP server but not as required in WebSphere Portal. You should flag these attributes as required within WebSphere Portal;
- The following attributes have a different type in WebSphere Portal and in the LDAP server
- This list contains all attributes that WebSphere Portal might ignore because the data type within WebSphere Portal and within the LDAP server do not match.
- Edit wkplc.properties, located in...
WP_PROFILE/ConfigEngine/properties
- Enter a value for one of the following sets of parameters in wkplc.properties to correct any issues found in the config trace file:
- Save changes to wkplc.properties.
- Update the LDAP user registry configuration with the list of unsupported attributes and the proper mapping between WebSphere Portal and the LDAP user registry:
registry configuration with the list of unsupported attributes and
Repository Task Standalone ConfigEngine.bat wp-update-standalone-ldap-attribute-config -DWasPassword=foo task, from the WP_PROFILE\ConfigEngine Federated ConfigEngine.bat wp-update-federated-ldap-attribute-config -DWasPassword=foo task, from the WP_PROFILE\ConfigEngine
- Stop and restart servers, dmgrs, and node agents.
- Optional: Flag an attribute as either unsupported or required for the entire WebSphere Portal environment instead of just for the specified LDAP:
- Set parameters in wkplc.properties:
- user.attributes. required
- user.attributes.nonsupported
- Save changes to wkplc.properties.
- Run the ConfigEngine.bat wp-update-attribute-config -DWasPassword=foo task, from the WP_PROFILE\ConfigEngine.
- Stop and restart all necessary servers to propagate the changes.
Parent: Windows stand-alone: Adapt the attribute configuration
Previous: Windows stand-alone: Add attributes
Next: Windows stand-alone: Remove attributes