Re: authentication for solr admin page?

2012-05-15 Thread findbestopensource
I have written an article on this. The various steps to restrict / authenticate Solr admin interface. http://www.findbestopensource.com/article-detail/restrict-solr-admin-access Regards Aditya www.findbestopensource.com On Thu, Mar 29, 2012 at 1:06 AM, geeky2 wrote: > update - > > ok - i was

RE: authentication for solr admin page?

2012-03-28 Thread ZHANG Liang F
Jetty side to see how to configure user realm. Best Regards, Liang -Original Message- From: geeky2 [mailto:gee...@hotmail.com] Sent: 2012年3月29日 3:36 To: solr-user@lucene.apache.org Subject: Re: authentication for solr admin page? update - ok - i was reading about replication here: http

Re: authentication for solr admin page?

2012-03-28 Thread geeky2
update - ok - i was reading about replication here: http://wiki.apache.org/solr/SolrReplication and noticed comments in the solrconfig.xml file related to HTTP Basic Authentication and the usage of the following tags: username password *Can i place these tags in the request handler to