Solaris stand-alone: Query the defined attributes
After installing IBM WebSphere Portal and configuring the LDAP user registries, we can query the defined attributes to see what attributes are flagged as unsupported or if the attribute is mapped to a different LDAP attribute.To query an overview of the currently defined attributes...
./ConfigEngine.sh wp-query-attribute-config -DWasPassword=foo
This task creates the availableAttributes.html report, located in
WP_PROFILE/ConfigEngine/log
The report contains one table that lists the available attributes for Users (PersonAccount) and one table that lists the available attributes for Groups. For each configured repository there is a column that indicates if the attribute is flagged as unsupported or if the attribute is mapped to a different LDAP attribute.
This task does not validate the existence of attributes in the LDAP schema.
Parent: Solaris stand-alone: Adapt the attribute configuration
Next: Solaris stand-alone: Add attributes