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)