GitHub user rakeshadr opened a pull request:
https://github.com/apache/zookeeper/pull/170
ZOOKEEPER-2689: Fix Kerberos Authentication related test cases
Presently 'MiniKdc.java' uses Apache Kerby which has a build requirement of
jdk1.7+, http://directory.apache.org/kerby/developer-guide.html]. Since
branch-3.4.x support Java 1.6 or higher, Apache Kerby binding is causing
trouble.
I've tried an attempt to rewrite MiniKdc.java test using old way of
Kerberos implementation provided by Apache Directory Server project,
org.apache.directory.* packages. Please refer MiniKdc implementation of Hadoop,
trunk branch git hash revision 42e3a805117ff7cb054c2442f7b0e0cc54be63ad
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/rakeshadr/zookeeper-1 ZK-2689
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/zookeeper/pull/170.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #170
----
commit fd96cb96ed6b5974b9c6360fb6991a32744a4b34
Author: Rakesh Radhakrishnan <[email protected]>
Date: 2017-02-10T17:02:15Z
ZOOKEEPER-2689: Fix Kerberos Authentication related test cases
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---