You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by ab...@apache.org on 2018/09/17 09:44:08 UTC

[22/47] lucene-solr:jira/solr-12709: SOLR-12745: Wrong header levels on BasicAuth refGuide page

SOLR-12745: Wrong header levels on BasicAuth refGuide page


Project: http://git-wip-us.apache.org/repos/asf/lucene-solr/repo
Commit: http://git-wip-us.apache.org/repos/asf/lucene-solr/commit/285b743a
Tree: http://git-wip-us.apache.org/repos/asf/lucene-solr/tree/285b743a
Diff: http://git-wip-us.apache.org/repos/asf/lucene-solr/diff/285b743a

Branch: refs/heads/jira/solr-12709
Commit: 285b743a8bff96e3f436f40bcc86f3529a0d8951
Parents: 922295a
Author: Jan Høydahl <ja...@apache.org>
Authored: Thu Sep 6 10:31:18 2018 +0200
Committer: Jan Høydahl <ja...@apache.org>
Committed: Thu Sep 6 10:31:18 2018 +0200

----------------------------------------------------------------------
 solr/solr-ref-guide/src/basic-authentication-plugin.adoc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/285b743a/solr/solr-ref-guide/src/basic-authentication-plugin.adoc
----------------------------------------------------------------------
diff --git a/solr/solr-ref-guide/src/basic-authentication-plugin.adoc b/solr/solr-ref-guide/src/basic-authentication-plugin.adoc
index 4a5ff82..88e8a0c 100644
--- a/solr/solr-ref-guide/src/basic-authentication-plugin.adoc
+++ b/solr/solr-ref-guide/src/basic-authentication-plugin.adoc
@@ -164,7 +164,7 @@ curl --user solr:SolrRocks http://localhost:8983/api/cluster/security/authentica
 ====
 --
 
-=== Using Basic Auth with SolrJ
+== Using Basic Auth with SolrJ
 
 In SolrJ, the basic authentication credentials need to be set for each request as in this example:
 
@@ -184,7 +184,7 @@ req.setBasicAuthCredentials(userName, password);
 QueryResponse rsp = req.process(solrClient);
 ----
 
-=== Using the Solr Control Script with Basic Auth
+== Using the Solr Control Script with Basic Auth
 
 Add the following line to the `solr.in.sh` or `solr.in.cmd` file. This example tells the `bin/solr` command line to to use "basic" as the type of authentication, and to pass credentials with the user-name "solr" and password "SolrRocks":