GitHub user yvf opened a pull request:

    https://github.com/apache/zookeeper/pull/166

    ZOOKEEPER-2230: fix ever-increasing auth times when using jgss native 
Kerberos lib

    This is a more generic fix for the issue reported in ZOOKEEPER-2230. The 
patch already proposed in the issue did not work for me, but this does, and 
should work for all use cases with the native Kerberos libs. In particular, I 
do not specify the serverName in the createSaslServer, so that any service 
principal present in the keytab may be used. 

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/yvf/zookeeper ZOOKEEPER-2230-3.4

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/zookeeper/pull/166.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 #166
    
----
commit 84d1259a47ca37e4351a2824bc6a40011acd2da3
Author: Yan Fitterer <yan.fitte...@twosigma.com>
Date:   2017-02-08T02:50:42Z

    ZOOKEEPER-2230: fixed ever-increasing auth times when using jgss native 
Kerberos libraries

----


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to