epugh commented on code in PR #3162: URL: https://github.com/apache/solr/pull/3162#discussion_r1945053002
########## solr/solr-ref-guide/modules/deployment-guide/pages/basic-authentication-plugin.adoc: ########## @@ -56,13 +56,42 @@ There are several options defined in this example: <1> The first block defines the authentication plugin to be used and its parameters. <2> The parameter `"blockUnknown":true` means that unauthenticated requests are not allowed to pass through. -<3> A user called 'solr', with a password `'SolrRocks'`, in the encoded format detailed above, has been defined. +<3> A user called 'solr', with a password `'SolrRocks'`, in the encoded format detailed above, has been defined. See below for a bash script on how to caculate the encoded format. Review Comment: "calculate" ;-) -- 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: issues-unsubscr...@solr.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org For additional commands, e-mail: issues-h...@solr.apache.org