Re: [Dspace-tech] IP Authentication in dspace 3.1

2013-10-23 Thread Terry Brady
...@georgetown.edu To: ribin jones ribin.jo...@niist.res.in Cc: Ivan Masár heli...@centrum.sk, dspace-tech dspace-tech@lists.sourceforge.net Sent: Wednesday, 23 October, 2013 3:09:40 AM Subject: Re: [Dspace-tech] IP Authentication in dspace 3.1 Ribin, Did you find a solution to this issue? I

Re: [Dspace-tech] IP Authentication in dspace 3.1

2013-10-23 Thread Terry Brady
- Original Message - From: Terry Brady tw...@georgetown.edu To: ribin jones ribin.jo...@niist.res.in Cc: Ivan Masár heli...@centrum.sk, dspace-tech dspace-tech@lists.sourceforge.net Sent: Wednesday, 23 October, 2013 3:09:40 AM Subject: Re: [Dspace-tech] IP Authentication in dspace 3.1

Re: [Dspace-tech] IP Authentication in dspace 3.1

2013-10-23 Thread helix84
Hi Terry, can you try rebuilding with mvn -U clean package? Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette -- October Webinars:

Re: [Dspace-tech] IP Authentication in dspace 3.1

2013-10-23 Thread Terry Brady
Ivan, I removed my override of Group.java and performed the mvn build as you advised. The problem recurred. Looking at my jar files, I see that I now have 3 jar files containing this class. - additions.jar - atmire-datamodel-api-1.14.0-3.1-0.jar - dspace-api-3.1.jar I suspect that by

Re: [Dspace-tech] IP Authentication in dspace 3.1

2013-10-22 Thread Terry Brady
: helix84 heli...@centrum.sk To: ribin jones ribin.jo...@niist.res.in Cc: dspace-tech dspace-tech@lists.sourceforge.net Sent: Tuesday, 13 August, 2013 3:20:34 AM Subject: Re: [Dspace-tech] IP Authentication in dspace 3.1 On Thu, Aug 8, 2013 at 12:56 PM, ribin.jo...@niist.res.in wrote: So, does

Re: [Dspace-tech] IP Authentication in dspace 3.1

2013-10-22 Thread helix84
Hi Terry, were you testing with this bugfix patch (not included in 3.x)? https://github.com/DSpace/DSpace/pull/255 Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

Re: [Dspace-tech] IP Authentication in dspace 3.1

2013-10-22 Thread ribin . jones
dspace-tech@lists.sourceforge.net Sent: Wednesday, 23 October, 2013 3:09:40 AM Subject: Re: [Dspace-tech] IP Authentication in dspace 3.1 Ribin, Did you find a solution to this issue? I seem to be encountering something similar with IP authentication. I have my ip authentication mapping

Re: [Dspace-tech] IP Authentication in dspace 3.1

2013-08-12 Thread ribin . jones
- Original Message - From: helix84 heli...@centrum.sk To: ribin jones ribin.jo...@niist.res.in Cc: dspace-tech dspace-tech@lists.sourceforge.net Sent: Tuesday, 13 August, 2013 3:20:34 AM Subject: Re: [Dspace-tech] IP Authentication in dspace 3.1 On Thu, Aug 8, 2013 at 12:56 PM, ribin.jo

Re: [Dspace-tech] IP Authentication in dspace 3.1

2013-08-08 Thread helix84
On Thu, Aug 8, 2013 at 6:03 AM, ribin.jo...@niist.res.in wrote: Any help on this? Sorry, no idea. Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

Re: [Dspace-tech] IP Authentication in dspace 3.1

2013-08-08 Thread ribin . jones
heli...@centrum.sk To: ribin jones ribin.jo...@niist.res.in Cc: dspace-tech dspace-tech@lists.sourceforge.net Sent: Thursday, 8 August, 2013 12:58:46 PM Subject: Re: [Dspace-tech] IP Authentication in dspace 3.1 On Thu, Aug 8, 2013 at 6:03 AM, ribin.jo...@niist.res.in wrote: Any help

Re: [Dspace-tech] IP Authentication in dspace 3.1

2013-08-07 Thread ribin . jones
-tech@lists.sourceforge.net Sent: Wednesday, 7 August, 2013 9:50:13 AM Subject: Re: [Dspace-tech] IP Authentication in dspace 3.1 Pls see my answers below: - Original Message - From: helix84 heli...@centrum.sk To: ribin jones ribin.jo...@niist.res.in Cc: dspace-tech dspace-tech

Re: [Dspace-tech] IP Authentication in dspace 3.1

2013-08-07 Thread ribin . jones
Any help on this? Ribin - Original Message - From: ribin jones ribin.jo...@niist.res.in To: heli...@centrum.sk Cc: dspace-tech dspace-tech@lists.sourceforge.net Sent: Wednesday, 7 August, 2013 11:46:43 AM Subject: Re: [Dspace-tech] IP Authentication in dspace 3.1 What is strange

Re: [Dspace-tech] IP Authentication in dspace 3.1

2013-08-06 Thread ribin . jones
Correction: I added in the below file: [dspace]/config/modules/authentication.cfg plugin.sequence.org.dspace.authenticate.AuthenticationMethod = \ org.dspace.authenticate.IPAuthentication Right now, when I access from any of my network, it asks for username/passwd. I had given only

Re: [Dspace-tech] IP Authentication in dspace 3.1

2013-08-06 Thread helix84
Hi Ribin, what notation did you use for the subnet? There has been a bug that causes it to work incorrectly for CIDR ranges: https://jira.duraspace.org/browse/DS-1235 There's a patch there, too. Could you please test it and comment there with your results? Thanks. Regards, ~~helix84

Re: [Dspace-tech] IP Authentication in dspace 3.1

2013-08-06 Thread ribin . jones
Sent: Tuesday, 6 August, 2013 12:24:48 PM Subject: Re: [Dspace-tech] IP Authentication in dspace 3.1 Hi Ribin, what notation did you use for the subnet? There has been a bug that causes it to work incorrectly for CIDR ranges: https://jira.duraspace.org/browse/DS-1235 There's a patch there, too

Re: [Dspace-tech] IP Authentication in dspace 3.1

2013-08-06 Thread helix84
On Tue, Aug 6, 2013 at 10:14 AM, ribin.jo...@niist.res.in wrote: Still not working... Did you use the patch from here? https://github.com/DSpace/DSpace/pull/255 Is there anything specific that need to be done while creating community or collection for this to take effect? Yes, the item

Re: [Dspace-tech] IP Authentication in dspace 3.1

2013-08-06 Thread ribin . jones
ribin.jo...@niist.res.in To: heli...@centrum.sk Cc: dspace-tech dspace-tech@lists.sourceforge.net Sent: Tuesday, 6 August, 2013 1:44:17 PM Subject: Re: [Dspace-tech] IP Authentication in dspace 3.1 Still not working...Is there anything specific that need to be done while creating community

Re: [Dspace-tech] IP Authentication in dspace 3.1

2013-08-06 Thread helix84
On Tue, Aug 6, 2013 at 10:50 AM, ribin.jo...@niist.res.in wrote: I even tried with a single IP...still I see in the dspace log as access coming from anonymous. I had created a group by name SplGrp from dspace web interface and it is mentioned as ip.SplGrp = 10.10.50.201, \ in

Re: [Dspace-tech] IP Authentication in dspace 3.1

2013-08-06 Thread ribin . jones
Pls see my answers below: - Original Message - From: helix84 heli...@centrum.sk To: ribin jones ribin.jo...@niist.res.in Cc: dspace-tech dspace-tech@lists.sourceforge.net Sent: Wednesday, 7 August, 2013 3:27:49 AM Subject: Re: [Dspace-tech] IP Authentication in dspace 3.1 On Tue, Aug 6

[Dspace-tech] IP Authentication in dspace 3.1

2013-08-05 Thread ribin . jones
Hi, I need to provide full access to all my collections in dspace within my institute network - The pdf files associated with each item should be downloadable if accessed from within my network. If access comes from outside our institute network, it should ask for a Request Copy or a