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)

Reply via email to