Bug #2711
Updated by Vincent MEMBRÉ over 12 years ago
Informations about local accounts and virtual machines are not displayed in rudder webapp and values are not stored in the ldap In fact, every Extensions to node inventories are not parsed in fusioninventory reports FusionReportUnrmarshaller. The In fact the parsing extension is not launched as we compare parent the Rool label value instead of node the child label value For example, to get out user local accounts, we are looking for Label USERSLIST, we find it but when checking if the extension has to be ran, we look if CONTENT is equal to USERSLIST, which is false and USERSLIST are not parsed. Inventories looks like: <CONTENT> <USERSLIST> <USER/> ... </USERSLIST> ... </CONTENT> we just have to change the node checked for content extensions and it would work.