Query defined attributes on Linux
To query what attributes are flagged as unsupported or if the attribute is mapped to a different LDAP attribute, run...cd profile_root/ConfigEngine
./ConfigEngine.sh wp-query-attribute-config -DWasPassword=passwordThis task creates the report
profile_root/ConfigEngine/log/availableAttributes.html
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 topic:
Adapting the attribute configuration
Next topic:
Add attributes