Extending LDAP attributes to WebSphere Portal
I wanted to extend the Portal VMM attributes by adding new attributes from LDAP to our Portal env. Out of the box WebSphere Portal VMM is configured with a default attribute schema. You can extend the VMM attribute by adding new attributes that you can map between WebSphere Portal and your user registry. I followed below steps to extend the VMM attributes from the LDAP - Open the command prompt and go to <WP_PROFILE>/ConfigEngine directory. Run the wp-la-install-ear ConfigEngine tasks- In Linux env - ./ConfigEngine.sh wp-la-install-ear -DWasPassword=dmgr_password -DServerName=dmgr_server_name -DNodeName=node_name In Windows env - ConfigEngine.bat wp-la-install-ear -DWasPassword=dmgr_password -DServerName=dmgr_server_name -DNodeName=node_name Restart the Portal Server profile. Go to <WP_PROFILE>/ConfigEngine/properties directory in your Portal installation and open the wkplc.properties file in amy text editor. For safer side take a back of...