[
https://issues.apache.org/jira/browse/ZOOKEEPER-2689?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15862913#comment-15862913
]
ASF GitHub Bot commented on ZOOKEEPER-2689:
-------------------------------------------
Github user rakeshadr commented on a diff in the pull request:
https://github.com/apache/zookeeper/pull/170#discussion_r100700701
--- Diff:
src/java/test/org/apache/zookeeper/server/quorum/auth/MiniKdcTest.java ---
@@ -18,8 +18,8 @@
package org.apache.zookeeper.server.quorum.auth;
-import org.apache.kerby.kerberos.kerb.keytab.Keytab;
-import org.apache.kerby.kerberos.kerb.type.base.PrincipalName;
+import org.apache.directory.server.kerberos.shared.keytab.Keytab;
+import org.apache.directory.server.kerberos.shared.keytab.KeytabEntry;
import org.junit.Assert;
import org.junit.Test;
--- End diff --
Thanks @arshadmohammad for the useful comments. Done another commit
addressing your comments.
> Fix Kerberos Authentication related test cases
> ----------------------------------------------
>
> Key: ZOOKEEPER-2689
> URL: https://issues.apache.org/jira/browse/ZOOKEEPER-2689
> Project: ZooKeeper
> Issue Type: Bug
> Components: tests
> Affects Versions: 3.4.9
> Reporter: Mohammad Arshad
> Assignee: Rakesh R
> Fix For: 3.4.10
>
>
> Following test classes failed when branch-3.4 is run on java 6.
> {noformat}
> org.apache.zookeeper.server.quorum.auth.MiniKdcTest
> org.apache.zookeeper.server.quorum.auth.QuorumKerberosAuthTest
> org.apache.zookeeper.server.quorum.auth.QuorumKerberosHostBasedAuthTest
> {noformat}
> Error message is {{org/apache/kerby/kerberos/kerb/KrbException : Unsupported
> major.minor version 51.0}}
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)