[
https://issues.apache.org/jira/browse/ZOOKEEPER-2860?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16134632#comment-16134632
]
caixiaofeng commented on ZOOKEEPER-2860:
----------------------------------------
what's the original problem u meet and want to deal with?
> 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)