You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bookkeeper.apache.org by gi...@apache.org on 2019/07/29 07:31:19 UTC

[bookkeeper] branch asf-site updated: Updated site at revision 60ff4ec79

This is an automated email from the ASF dual-hosted git repository.

git-site-role pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/bookkeeper.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new 137171c  Updated site at revision 60ff4ec79
137171c is described below

commit 137171c5afbffd2c2904a002be4d832f8fd7d444
Author: jenkins <bu...@apache.org>
AuthorDate: Mon Jul 29 07:31:15 2019 +0000

    Updated site at revision 60ff4ec79
---
 content/docs/4.9.2/security/sasl/index.html | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/content/docs/4.9.2/security/sasl/index.html b/content/docs/4.9.2/security/sasl/index.html
index d7a08fc..ba63771 100644
--- a/content/docs/4.9.2/security/sasl/index.html
+++ b/content/docs/4.9.2/security/sasl/index.html
@@ -709,6 +709,14 @@ for this example (note that each bookie should have its own keytab):</p>
     <div class="language-shell highlighter-rouge"><div class="highlight"><pre class="highlight"><code> <span class="nv">clientAuthProviderFactoryClass</span><span class="o">=</span>org.apache.bookkeeper.sasl.SASLClientProviderFactory
 </code></pre></div>    </div>
   </li>
+  <li>
+    <p>By default bookie service name is <code class="highlighter-rouge">bookkeeper</code>, you could override it by passing a JVM parameter to the client JVM or set System Property manually.</p>
+
+    <p>For example, if your bookie’s principle is bk@bk1.hostname.com@EXAMPLE.COM, then pass:</p>
+
+    <div class="language-shell highlighter-rouge"><div class="highlight"><pre class="highlight"><code> <span class="nt">-Dbookkeeper</span>.sasl.servicename<span class="o">=</span>bk
+</code></pre></div>    </div>
+  </li>
 </ol>
 
 <h2 id="enabling-logging-for-sasl">Enabling Logging for SASL</h2>