Summary | Add anonymization of user and host information to license data |
Platform | Unix |
Category | |
Requires | |
Server Required Patch/es | |
Supersedes | 256 |
Superseded by | |
Affects | Client: License Analyzer |
Last Updated | September 30, 2009 |
This update adds the possibility of anonymizing user and host for license data at the collection time. By updating anonymize()="" { username()="" { field(String)="username"{} method(String)="none"{} } hostname()="" { field(String)="hostname"{} method(String)="none"{} } } and changing method to either "clear" or "hash", real user and/or host names will be removed from license data. The "clear" metohd will set all names to "_clear_" while using "hash" will set names to the internal hash value for the names. This will allow you to se the usage patterns tough names will no longer be identifiable.
Added support for newly discovered format on output from i4blt -s -lc (slightly different from previously known output format).
Unpack tar file in e.g /tmp/patch on the Open iT host. Do the following as root: cd /tmp/patch ./patch.pl
No corresponding Patches available.