TICKET_ALG_SHA
控制构造凭单时要使用的密码算法。凭单是以加密方式生成的密钥,用于改善 NRPC 认证的性能。这需要 IBM Domino 9.0.
语法:TICKET_ALG_SHA= value,其中 value 表示以下某种算法
值 | 算法 |
---|---|
1 | HMAC-SHA 1 |
256 | HMAC-SHA 256(缺省情况下已启用;无需任何配置。) |
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.
适用于:服务器
缺省值:256