You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zookeeper.apache.org by "Andrey (JIRA)" <ji...@apache.org> on 2017/07/27 09:15:00 UTC

[jira] [Created] (ZOOKEEPER-2860) Update sample server jaas config for kerberos auth

Andrey created ZOOKEEPER-2860:
---------------------------------

             Summary: Update sample server jaas config for kerberos auth
                 Key: ZOOKEEPER-2860
                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-2860
             Project: ZooKeeper
          Issue Type: Bug
          Components: documentation
            Reporter: Andrey


Currently sample server jaas configuration for kerberos contains:
{code}
principal="zookeeper/yourzkhostname"
{code}

Background on why "princinpal=SPN" and "isInitiator=true" won't work is here:
https://dmdaa.wordpress.com/2010/03/27/the-impact-of-isinitiator-on-jaas-login-configuration-and-the-role-if-spn/

Expected:
{code}
       isInitiator=false
       principal="zookeeper/yourzkhostname";
{code}





--
This message was sent by Atlassian JIRA
(v6.4.14#64029)