RE: post.jar with security.json

2016-07-11 Thread Oakley, Craig (NIH/NLM/NCBI) [C]
with security.json -- as it turns out, it *DOES* work Sorry for the confusion -Original Message- From: Upayavira [mailto:u...@odoko.co.uk] Sent: Tuesday, December 29, 2015 2:11 PM To: solr-user@lucene.apache.org Subject: Re: post.jar with security.json You will probably find

RE: post.jar with security.json

2015-12-29 Thread Oakley, Craig (NIH/NLM/NCBI) [C]
sther.quan...@lucidworks.com] Sent: Tuesday, December 29, 2015 12:54 PM To: solr-user@lucene.apache.org Subject: Re: post.jar with security.json Hi Craig, To pass the username and password, you'll want to enable authorization and authentication in security.json as is mentioned in this blog post

RE: post.jar with security.json

2015-12-29 Thread Oakley, Craig (NIH/NLM/NCBI) [C]
ubject: post.jar with security.json In the old jetty-based implementation of Basic Authentication, one could use post.jar by running something like java -Durl="http://user:pswd@host:8983/solr/corename/update; -Dtype=application/xml -jar post.jar example.xml By what mechanism does one pass in th

Re: post.jar with security.json

2015-12-29 Thread Upayavira
ar) > > -Original Message- > From: esther.quan...@lucidworks.com > [mailto:esther.quan...@lucidworks.com] > Sent: Tuesday, December 29, 2015 12:54 PM > To: solr-user@lucene.apache.org > Subject: Re: post.jar with security.json > > Hi Craig, > > To pass the username

Re: post.jar with security.json

2015-12-29 Thread esther . quansah
; -Original Message- > From: Oakley, Craig (NIH/NLM/NCBI) [C] > Sent: Thursday, December 24, 2015 2:12 PM > To: 'solr-user@lucene.apache.org' <solr-user@lucene.apache.org> > Subject: post.jar with security.json > > In the old jetty-based implementation of Basic

post.jar with security.json

2015-12-24 Thread Oakley, Craig (NIH/NLM/NCBI) [C]
In the old jetty-based implementation of Basic Authentication, one could use post.jar by running something like java -Durl="http://user:pswd@host:8983/solr/corename/update; -Dtype=application/xml -jar post.jar example.xml By what mechanism does one pass in the user name and password to