RE: User Authentication

2015-08-25 Thread Davis, Daniel (NIH/NLM) [C]
Zotte, Tom [mailto:tom.lezo...@vanderbilt.edu] Sent: Monday, August 24, 2015 4:37 PM To: solr-user@lucene.apache.org Subject: Re: User Authentication Bosco, We use CAS for user authentication, not sure if we have Kerberos working anywhere. Also we are not using ZooKeeper, because we are only ru

Re: User Authentication

2015-08-24 Thread Don Bosco Durai
>>wrote: >> > >> >> did you manage to look at the reference guide? >> >> https://cwiki.apache.org/confluence/display/solr/Securing+Solr >> >> >> >> On Mon, Aug 24, 2015 at 9:23 PM, LeZotte, Tom >> >> wrote: >> >> >

Re: User Authentication

2015-08-24 Thread Noble Paul
nything. >> > >> > Yes I’m running 5.2.1, I will check out the release notes for 5.3. >> > >> > Was looking for three types of user authentication, I guess. >> > 1. the Admin Console >> > 2. User auth for each Core ( and select and update) on a serve

Re: User Authentication

2015-08-24 Thread LeZotte, Tom
Bosco, We use CAS for user authentication, not sure if we have Kerberos working anywhere. Also we are not using ZooKeeper, because we are only running one server currently. thanks Tom LeZotte Health I.T. - Senior Product Developer (p) 615-875-8830 On Aug 24, 2015, at 3:12 PM, Don Bosco

Re: User Authentication

2015-08-24 Thread Steven White
> >> wrote: > >> > Alex > >> > I got a super secret release of Solr 5.3.1, wasn¹t suppose to say > >> anything. > >> > > >> > Yes I¹m running 5.2.1, I will check out the release notes for 5.3. > >> > > >> >

Re: User Authentication

2015-08-24 Thread Don Bosco Durai
super secret release of Solr 5.3.1, wasn¹t suppose to say >> anything. >> > >> > Yes I¹m running 5.2.1, I will check out the release notes for 5.3. >> > >> > Was looking for three types of user authentication, I guess. >> > 1. the Admin Console >

Re: User Authentication

2015-08-24 Thread Steven White
5 at 9:23 PM, LeZotte, Tom > wrote: > > Alex > > I got a super secret release of Solr 5.3.1, wasn’t suppose to say > anything. > > > > Yes I’m running 5.2.1, I will check out the release notes for 5.3. > > > > Was looking for three types of user authenticati

Re: User Authentication

2015-08-24 Thread Noble Paul
heck out the release notes for 5.3. > > Was looking for three types of user authentication, I guess. > 1. the Admin Console > 2. User auth for each Core ( and select and update) on a server. > 3. HTML interface access (example: > ajax-solr<https://github.com/evolvingweb/ajax-

Re: User Authentication

2015-08-24 Thread LeZotte, Tom
Alex I got a super secret release of Solr 5.3.1, wasn’t suppose to say anything. Yes I’m running 5.2.1, I will check out the release notes for 5.3. Was looking for three types of user authentication, I guess. 1. the Admin Console 2. User auth for each Core ( and select and update) on a server. 3

Re: User Authentication

2015-08-24 Thread Alexandre Rafalovitch
Solr Analyzers, Tokenizers, Filters, URPs and even a newsletter: http://www.solr-start.com/ On 24 August 2015 at 10:01, LeZotte, Tom wrote: > Hi Solr Community > > I have been trying to add user authentication to our Solr 5.3.1 RedHat > install. I’ve found some examples on user authentica

User Authentication

2015-08-24 Thread LeZotte, Tom
Hi Solr Community I have been trying to add user authentication to our Solr 5.3.1 RedHat install. I’ve found some examples on user authentication on the Jetty side. But they have failed. Does any one have a step by step example on authentication for the admin screen? And a core? Thanks Tom

Re: Restricting results based on user authentication

2009-01-12 Thread Chris Harris
On Mon, Jan 12, 2009 at 9:31 PM, Manupriya wrote: > > Thanks Chris, > > I agree with your approach. I also dont want to add anything at the > application level. I want authentication to be handled internally at the > Solr level itself. The application layer needs to be involved somehow, right, be

Re: Restricting results based on user authentication

2009-01-12 Thread Manupriya
pecified in a request handler. That keeps >> the definition of the filter within Solr. >> For example, you can create a request handler named "admin", a field >> named >> "role", and add a filter of "role:admin". " >> >> I could n

Re: Restricting results based on user authentication

2009-01-12 Thread Chris Harris
y example or resource that > explains how to use custom request handler with filtering? > > Thanks, > Manu > > > > -- > View this message in context: > http://www.nabble.com/Restricting-results-based-on-user-authentication-tp21411449p21411449.html > Sent from the Solr - User mailing list archive at Nabble.com. > >

Restricting results based on user authentication

2009-01-12 Thread Manupriya
llow this solution. Is there any example or resource that explains how to use custom request handler with filtering? Thanks, Manu -- View this message in context: http://www.nabble.com/Restricting-results-based-on-user-authentication-tp21411449p21411449.html Sent from the Solr - User mailing list archive at Nabble.com.