Repository: accumulo Updated Branches: refs/heads/master 8f6558c90 -> 95b9f00a8
ACCUMULO-3613 Remove invalid property. Fix some grammar at the same time. Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/97832e9b Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/97832e9b Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/97832e9b Branch: refs/heads/master Commit: 97832e9bb4b2804d06113bef45fc864fe2b36beb Parents: 8f6558c Author: Josh Elser <[email protected]> Authored: Mon Feb 23 12:12:25 2015 -0500 Committer: Josh Elser <[email protected]> Committed: Mon Feb 23 12:12:25 2015 -0500 ---------------------------------------------------------------------- docs/src/main/asciidoc/chapters/kerberos.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/accumulo/blob/97832e9b/docs/src/main/asciidoc/chapters/kerberos.txt ---------------------------------------------------------------------- diff --git a/docs/src/main/asciidoc/chapters/kerberos.txt b/docs/src/main/asciidoc/chapters/kerberos.txt index acaf3bc..ef7a7f5 100644 --- a/docs/src/main/asciidoc/chapters/kerberos.txt +++ b/docs/src/main/asciidoc/chapters/kerberos.txt @@ -139,7 +139,7 @@ kadmin.local -q "xst -k accumulo.service.keytab -glob accumulo*" To ensure that the SASL handshake can occur from clients to servers and servers to servers, all Accumulo servers must share the same instance and realm principal components as the -"client" must know these to setup the connection with the "server". +"client" needs to know these to set up the connection with the "server". ===== Server Configuration @@ -325,7 +325,6 @@ Three items need to be set to enable access to Accumulo: * +instance.rpc.sasl.enabled+=_true_ * +kerberos.server.primary+=_accumulo_ -* +kerberos.server.realm+=_EXAMPLE.COM_ The second and third properties *must* match the configuration of the accumulo servers; this is required to set up the SASL transport.
