stillalex commented on code in PR #1954: URL: https://github.com/apache/solr/pull/1954#discussion_r1344807719
########## solr/solr-ref-guide/modules/deployment-guide/pages/solr-control-script-reference.adoc: ########## @@ -734,6 +745,16 @@ Unnecessary if `ZK_HOST` is defined in `solr.in.sh` or `solr.in.cmd`. + Base Solr URL, which can be used in SolrCloud mode to determine the ZooKeeper connection string if that's not known. +`-u <user:pass>` or `--credentials <user:pass>`:: ++ +[%autowidth,frame=none] +|=== +|Optional | Default: none +|=== ++ +Basic authentication username and password seperated by a `:` character. Review Comment: `separated` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
