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

Arshad Mohammad commented on ZOOKEEPER-2397:
--------------------------------------------

bq. kinit is a command, not a configuration parameter, right? 
In general kinit is a command but in ZooKeeper it is also a configuration which 
specifies the path to kinit binary. Default value of this configuration is 
/usr/bin/kinit
Reference: org.apache.zookeeper.common.ZKConfig.KINIT_COMMAND
{code}
/**
 * Path to a kinit binary: {@value}. Defaults to
 * <code>"/usr/bin/kinit"</code>
 */
public static final String KINIT_COMMAND = "zookeeper.kinit";
{code}


> Undocumented SASL properties
> ----------------------------
>
>                 Key: ZOOKEEPER-2397
>                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-2397
>             Project: ZooKeeper
>          Issue Type: Sub-task
>          Components: documentation
>    Affects Versions: 3.4.8, 3.5.1
>            Reporter: Flavio Junqueira
>            Assignee: Flavio Junqueira
>             Fix For: 3.4.10, 3.5.3, 3.6.0
>
>         Attachments: ZOOKEEPER-2397.patch
>
>
> There are a number of properties spread across the code that do not appear in 
> the docs. For example, zookeeper.allowSaslFailedClients isn't documented 
> afaict.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to