IBM Support

PM89817: SUPPORT FOR CUSTOM HASHING MECHANISM FOR HASHING THE PASSWORDS IN FILE REGISTRY

Subscribe

You can track all active APARs for this component.

 

APAR status

  • Closed as new function.

Error description

  • Currently VMM uses SHA-1 hashing mechanism to hash the
    password while creating/login users in file registry. So if
    some one wants to hash a password with its own hahsing
    mechanism VMM doesnt allowed that.
    

Local fix

Problem summary

  • ****************************************************************
    * USERS AFFECTED:  All users of IBM WebSphere Application      *
    *                  Server V8.5 virtual member manager (VMM)    *
    ****************************************************************
    * PROBLEM DESCRIPTION: File registry repository doesn't        *
    *                      support any custom hashing mechanism    *
    *                      for the passwords.                      *
    ****************************************************************
    * RECOMMENDATION:                                              *
    ****************************************************************
    Currently VMM uses SHA-1 hashing mechanism to hash the
    password while creating/login users in file registry. So if
    someone wants to hash a password with their own hashing
    mechanism VMM does not allow that.
    

Problem conclusion

  • VMM now provides a mechanism through which custom hashing
    algorithm can be used for hashing the password apart from the
    default hashing mechanism.
    
    To use the custom hashing support these steps need to be
    followed:
    
    1. To support custom hashing algorithm VMM provides an
    interface named ICustomHashAlgo that you need to implement.
    2. You have to set a new custom property
    customHashImplClassName to provide the name of the
    implementation class.
    
    This implementation class will then be used at runtime for
    hashing the passwords of the user.
    
    $AdminTask setIdMgrCustomProperty {-id <repository_id>  -name
    customHashImplClassName -value <full_impl_class_name>}
    
    Here "repository_id " is the id of the file registry
    configured in VMM. "full_impl_class_name" is the name of the
    implementation class.
    Also save the configuration after running the previous command
    using:
    $AdminConfig save
    
    For example:
    $AdminTask setIdMgrCustomProperty {-id fileRepo  -name
    customHashImplClassName -value "com.ibm.custom.customImplClass"}
    
    3. The custom hashing algorithm implementation class will be
    loaded at runtime from the jar under which your
    implementation class is bundled which should be present under
    the WAS_HOME/lib/ext folder.
    
    The fix for this APAR is currently targeted for inclusion in
    fix pack 8.5.5.1.  Please refer to the Recommended Updates
    page for delivery information:
    http://www.ibm.com/support/docview.wss?rs=180&uid=swg27004980
    

Temporary fix

Comments

APAR Information

  • APAR number

    PM89817

  • Reported component name

    WEBS APP SERV N

  • Reported component ID

    5724H8800

  • Reported release

    850

  • Status

    CLOSED PER

  • PE

    NoPE

  • HIPER

    NoHIPER

  • Special Attention

    NoSpecatt / Xsystem

  • Submitted date

    2013-05-27

  • Closed date

    2013-08-14

  • Last modified date

    2013-09-17

  • APAR is sysrouted FROM one or more of the following:

  • APAR is sysrouted TO one or more of the following:

Fix information

  • Fixed component name

    WEBS APP SERV N

  • Fixed component ID

    5724H8800

Applicable component levels

  • R850 PSY

       UP

[{"Business Unit":{"code":"BU059","label":"IBM Software w\/o TPS"},"Product":{"code":"SSEQTP","label":"WebSphere Application Server"},"Platform":[{"code":"PF025","label":"Platform Independent"}],"Version":"8.5","Line of Business":{"code":"LOB45","label":"Automation"}}]

Document Information

Modified date:
12 January 2022