RE: Basic Authentication problem

2019-08-02 Thread Oakley, Craig (NIH/NLM/NCBI) [C]
currently works for you with any account and any password, including without any login-and-password at all? -Original Message- From: Oakley, Craig (NIH/NLM/NCBI) [C] Sent: Thursday, August 01, 2019 10:58 AM To: solr-user@lucene.apache.org Subject: RE: Basic Authentication problem The

Re: Basic Authentication problem

2019-08-02 Thread Zheng Lin Edwin Yeo
>From what I see, you are trying to change your own user's password. If I remembered correctly this might not be allowed, which is why you are getting the "Unauthorized request" error. You can try to create another user with admin role as well, and to change your existing user's password from the

Re: Basic Authentication problem

2019-08-01 Thread Salmaan Rashid Syed
My curl command works fine for querying, updating etc. I don't think it is the fault of curl command. I get the following error message when I tried to change the password of solr-admin, Error 403 Unauthorized request, Response code: 403 HTTP ERROR 403 Problem accessing

Re: Basic Authentication problem

2019-08-01 Thread Zheng Lin Edwin Yeo
Hi Salmaan, Does your curl command works for other curl commands like normal querying? Or is it just not working when updating password and adding new users? Regards, Edwin On Fri, 2 Aug 2019 at 13:03, Salmaan Rashid Syed wrote: > Hi Zheng, > > I tried and it works. But, when I use the curl

Re: Basic Authentication problem

2019-08-01 Thread Salmaan Rashid Syed
Hi Zheng, I tried and it works. But, when I use the curl command to update password or add new users it doesn't work. I don't know what is going wrong with curl command! Regards, Salmaan On Fri, Aug 2, 2019 at 8:26 AM Zheng Lin Edwin Yeo wrote: > Have you tried to access the Solr Admin UI

Re: Basic Authentication problem

2019-08-01 Thread Zheng Lin Edwin Yeo
Have you tried to access the Solr Admin UI with your created user name and password to see if it works? Regards, Edwin On Thu, 1 Aug 2019 at 19:51, Salmaan Rashid Syed wrote: > Hi Solr User, > > Please help me with my issue. > > I have enabled Solr basic authentication as shown in Solr

RE: Basic Authentication problem

2019-08-01 Thread Oakley, Craig (NIH/NLM/NCBI) [C]
default solr login -Original Message- From: Salmaan Rashid Syed Sent: Thursday, August 01, 2019 7:51 AM To: solr-user@lucene.apache.org Subject: Re: Basic Authentication problem Hi Solr User, Please help me with my issue. I have enabled Solr basic authentication as shown in Solr docu

Re: Basic Authentication problem

2019-08-01 Thread Salmaan Rashid Syed
Hi Solr User, Please help me with my issue. I have enabled Solr basic authentication as shown in Solr documentations. I have changed username from solr to solr-admin as follow { "authentication":{ "blockUnknown": true, "class":"solr.BasicAuthPlugin",

Re: Basic Authentication problem

2019-08-01 Thread Salmaan Rashid Syed
Small correction in the user-name. It is solr-admin everywhere. Hi Solr Users, I have enabled Solr basic authentication as shown in Solr documentations. I have changed username from solr to solr-admin as follow { "authentication":{ "blockUnknown": true, "class":"solr.BasicAuthPlugin",

Basic Authentication problem

2019-08-01 Thread Salmaan Rashid Syed
Hi Solr Users, I have enabled Solr basic authentication as shown in Solr documentations. I have changed username from solr to solr-admin as follow { "authentication":{ "blockUnknown": true, "class":"solr.BasicAuthPlugin",