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 09:08:04 UTC

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

    [ https://issues.apache.org/jira/browse/DIRKRB-356?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14624297#comment-14624297 ] 

Jiajia Li commented on DIRKRB-356:
----------------------------------

commit 142f4df58d106e22ab6fc14eb56ac203fda51b07
Author: plusplusjiajia <ji...@intel.com>
Date:   Mon Jul 13 14:56:51 2015 +0800

    [DIRKRB-356]-Config the ENCRYPTION_TYPES with string instead of string list.

> 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)