You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@directory.apache.org by "Jiajia Li (JIRA)" <ji...@apache.org> on 2015/07/13 08:48:04 UTC

[jira] [Created] (DIRKRB-356) Config the ENCRYPTION_TYPES with string instead of string list

Jiajia Li created DIRKRB-356:
--------------------------------

             Summary: Config the ENCRYPTION_TYPES with string instead of string list
                 Key: DIRKRB-356
                 URL: https://issues.apache.org/jira/browse/DIRKRB-356
             Project: Directory Kerberos
          Issue Type: Bug
            Reporter: Jiajia Li
            Assignee: Jiajia Li


Change
{code}
ENCRYPTION_TYPES(
       new String[] {"aes128-cts-hmac-sha1-96", "des3-cbc-sha1-kd"}
),
{code}
to 
{code}
ENCRYPTION_TYPES("aes128-cts-hmac-sha1-96 des3-cbc-sha1-kd")
{code}




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)