[ 
https://issues.apache.org/jira/browse/ZOOKEEPER-1685?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16852002#comment-16852002
 ] 

Johannes Morgenstern commented on ZOOKEEPER-1685:
-------------------------------------------------

I think this is related to or identical with [#ZOOKEEPER-1467].

> Zookeeper client hard codes the server principal to zookeeper
> -------------------------------------------------------------
>
>                 Key: ZOOKEEPER-1685
>                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-1685
>             Project: ZooKeeper
>          Issue Type: Bug
>    Affects Versions: 3.4.5
>            Reporter: Arpit Gupta
>            Priority: Major
>
> Noticed this while debugging a secure deploy. The server was started with the 
> principal zk/_HOST
> When a client tried to connect to this it tried to setup a secure connection 
> to server zookeeper/_HOST and failed authentication.
> In ClientCnxn.java
> {code}
> try {
>                 zooKeeperSaslClient = new 
> ZooKeeperSaslClient("zookeeper/"+addr.getHostName());
>             } catch (LoginException e) {
> {code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to