On 5/17/2016 2:23 AM, t...@sina.com wrote: > In the Wiki > https://cwiki.apache.org/confluence/display/solr/Basic+Authentication+Plugin, > the basic authentication is introduced. With basic authentication, the > sample security.json has the line > "credentials":{"solr":"IV0EHq1OnNrj6gvRCwvFwTrZ1+z1oBbnQdiVC3otuq0= > Ndd7LKvVBAaZIF0QAVi1ekCfAJXr1GGfLtRUXhgrF8c="} How to get the > encrypted password for the user solr?
You can't get the password from the encrypted version. That's the entire point of encrypting the password. The cleartext version of the password for the example security.json file is mentioned in the text below that example file in the documentation link that you mentioned. It is "SolrRocks" without the quotes. Thanks, Shawn