Notes.ini Entry



Name:

    Ticket_ALG_SHA

Syntax

    Ticket_ALG_SHA=Value

Applies to:

    Servers

Add-on:


    First Release:

      9.0.1 FP7

    Obsolete since:


      Category:

        Encryption

      Default:

        256

      UI equivalent:

        None

      Description:

      Controls which cryptographic algorithm to use when constructing tickets. A ticket is a cryptographically generated secret used to improve the performance of NRPC authentication. Requires IBM Domino 9.0.1 Fix Pack 7 or later.

      Syntax: TICKET_ALG_SHA= value where value represents one of the following algorithms

      Valid Values Are:
      1 HMAC-SHA 1
      256 HMAC-SHA 256 (Enabled by default; no configuration needed.)
      384 HMAC-SHA 384
      512 HMAC-SHA 512


      Note The client side of the network connection advertises which algorithms it supports, and the server selects the most secure combination that both client and server support based on the service-side notes.ini setting.