Technote (FAQ)
Question
Modifying wimconfig.xml to expose LDAP attributes for synchronization with VMMSync
Answer
Modify $WAS_HOME\profiles\<profileName>\config\cells\<cellName>\wim\config\wimconfig.xml so that 'description', which is defined as notSupported will be read and updated when the VMMSync crontask runs.
In wimconfig.xml, remove the line below:
<config:propertiesNotSupported name="description"/>
and add the lines below
<config:attributes name="description" propertyName="description">
<config:entityTypes>Group</config:entityTypes>
<config:entityTypes>PersonAccount</config:entityTypes>
</config:attributes>
to define it for both Group and PersonAccount. If you don't use it for PersonAccount (MAXUSER), you do not need to add that Entity Type.
| Segment | Product | Component | Platform | Version | Edition |
|---|---|---|---|---|---|
| Systems and Asset Management | IBM SmartCloud Control Desk | ||||
| Systems and Asset Management | IBM Maximo Asset Management |
Rate this page:
Copyright and trademark information
IBM, the IBM logo and ibm.com are trademarks of International Business Machines Corp., registered in many jurisdictions worldwide. Other product and service names might be trademarks of IBM or other companies. A current list of IBM trademarks is available on the Web at "Copyright and trademark information" at www.ibm.com/legal/copytrade.shtml.