Hi
Does anyone know if the LDAP special groups code that was broken in DSpace
3.x will be working in DSpace 4?
I've been waiting for this to work before upgrading
Thanks
Clive
--
Rapidly troubleshoot problems before the
Hi
You might find the information in my blog helpful
http://dspacebromley.blogspot.co.uk/2009/04/dspace-installation-procedure-on-centos.html
Bear in mind it refers to an older version of DSpace so some of the LDAP
settings e.g. special groups have changed
Good luck
Clive
> Message: 1
> Date
Hi David
I'm pretty sure the special groups code is broken. It was definitely broken
in 3.0 and I can't get it to work using the corrected code copied from 3.2
Clive
Message: 1
Date: Thu, 15 Aug 2013 22:27:03 +
From: "Schuster, David"
Subject: [Dspace-tech] Ldap 3.2 working except groups
To
Hi
I've tried upgrading from 1.8 to 3.x and LDAP authentication works fine for
both staff and students
However I can't get the LDAP special groups code to work when there is more
than one special group
I've tried including the relevant modified code from DSpace 3.2 in DSpace
3.0 but it still doe
13 at 12:26 PM, helix84 wrote:
> On Wed, Aug 7, 2013 at 1:20 PM, Clive Gould wrote:
> > It looks as if this was fixed in DSpace 3.2
>
> Right. Sorry about that. You can simply use that newer
> LDAPAuthentication.java file (beware of OAI being broken in 3.2). Does
> it w
groupMap =
ConfigurationManager.getProperty("ldap.login.groupmap." + ++i);
Thanks
Clive
On Wed, Aug 7, 2013 at 11:10 AM, Clive Gould wrote:
> Hi everyone
>
> I'm not a programmer as I said before but have just been scanning over the
> source code in
{
log.debug(LogManager.getHeader(context,
"assignGroupsBasedOnLdapDn could not find group", dspaceGroupName));
}
}
groupMap =
ConfigurationManager.getProperty("ldap.login.groupmap." + +
s:all-students
In practice newly authenticated new staff are added to the all-staff,
all-authenticated and anonymous groups. Newly authenticated students only
belong to the anonymous group
Scenario 2
# Added By Clive Gould on 31/07/13 to allow for special groups
# login.groupmap.1 = OU=StaffUser
members of this group. This is useful
# if you want a group made up of all internal authenticated users.
login.specialgroup = all-authenticated
# Added By Clive Gould on 31/07/13 to allow for special groups
login.groupmap.1 = OU=StaffUsers:all-staff
login.groupmap.2 = OU=StudentUsers:all
Solved
The DEBUG messages are not going into dspace.log but into
dspace.log.2013-08-06
Thanks
On Tue, Aug 6, 2013 at 8:12 AM, Clive Gould wrote:
> Hi everyone
>
> Thanks for all the help recently
>
> I'm trying to turn on DEBUG level logging in DSpace
>
> 1) I&
Hi everyone
Thanks for all the help recently
I'm trying to turn on DEBUG level logging in DSpace
1) I've edited the /home/dspace/config/log4j.properties file and made the
following changes
###
# A1 is the name of the append
ir}/config/dspace.cfg
solr/WEB-INF/web.xml:
${dspace.dir}/solr
sword/WEB-INF/web.xml:
${dspace.dir}/config/dspace.cfg
xmlui/WEB-INF/web.xml:
${dspace.dir}/config/dspace.cfg
xmlui/WEB-INF/web.xml:${dspace.dir}
On Mon, Aug 5, 2013 at 2:16 PM, helix84 wrote:
> On Mon, Aug 5, 2013 at 2:42 PM
don't have any more time to sort this out so we'll just have to
stick with 1.8.1 for the time being
Thanks anyway for all the help
Clive
On Mon, Aug 5, 2013 at 11:31 AM, helix84 wrote:
> On Fri, Aug 2, 2013 at 3:58 PM, Clive Gould wrote:
> > java.io.FileNotFoundExceptio
Hi everyone
I'm still having trouble with the upgrade from DSpace from 1.8.1 to 3.0 and
am starting to feel out of my depth.
There appears to be an issue picked up in the Tomcat log appended
Can anyone tell me what I've done wrong, or shall I just give up moving to
3.0 and stick with 1.8.1?
Tha
es here as it points to the production server)
On Fri, Aug 2, 2013 at 12:46 PM, helix84 wrote:
> On Fri, Aug 2, 2013 at 1:35 PM, Clive Gould wrote:
> > These are the changes I have made to the log4j file
>
> Those should be correct.
>
> > Unfortunately the dspace.lo
27;m doing something silly, but what?
On Fri, Aug 2, 2013 at 10:41 AM, helix84 wrote:
> You're right, you do need to raise the log level to get those messages
> I listed, sorry I didn't notice it.
>
> On Fri, Aug 2, 2013 at 11:30 AM, Clive Gould wrote:
> > I'v
e/dspace/config/log4j.properties
Can anyone advise me what directory to run ant init_configs from with
DSpace 3.0 ?
Thanks
Clive
On Fri, Aug 2, 2013 at 9:43 AM, Clive Gould wrote:
> Hi Helix
>
> I've made the change you recommended to
> /home/dspace/dspace-3.0-src-release/dspace/config
Hi Helix
I've made the change you recommended to
/home/dspace/dspace-3.0-src-release/dspace/config/modules/authentication-ldap.cfg
Restarted Tomcat and also Apache but it still doesn't work
Is there any logging within DSpace that I can enable to see what's
happening with LDAP auth?
Thanks
Cliv
internal authenticated users.
login.specialgroup = all-authenticated
# Added By Clive Gould on 31/07/13 to allow for special groups
login.groupmap.1 = ou=StaffUsers:all-staff
login.groupmap.2 = ou=StudentUsers:all-students
The all-staff and all-students groups are the original group names I
Hi
I'm just upgrading from DSpace 1.8.1 to DSpace 3.0 on our test server
We used to use custom code to differentiate between staff and student login
and assign them to appropriate dynamic special groups
I have tried using the new DSpace 3.0 login.groupmap directive within
authentication-ldap.cfg
Hi Rahul
Thought you might find this helpful too:
http://dspacebromley.blogspot.com/
Good luck
Clive
--
Virtualization & Cloud Management Using Capacity Planning
Cloud computing makes use of virtualization - but cloud
Hi everyone
I have now successfully upgraded our repository to DSpace 1.8.1 on Centos 5.x
As usual I have blogged the upgrade procedure that I followed at:
http://dspacebromley.blogspot.com/
Hope someone finds it useful...
Clive
, 2012 at 6:49 AM, Clive Gould wrote:
> Hi
>
> I've noticed that filenames in some collections in our repository have
> become corrupted at some stage or other
>
> Here you can see a page that is OK:
>
> http://vle.bromley.ac.uk/dspace/handle/2045/24
>
> And he
Hi
I've noticed that filenames in some collections in our repository have
become corrupted at some stage or other
Here you can see a page that is OK:
http://vle.bromley.ac.uk/dspace/handle/2045/24
And here you can see a page that has been corrupted:
http://vle.bromley.ac.uk/dspace/handle/2045/
settingsforStatistics
>
> (Side Note: if you plan to use Discovery (Solr-based faceted search/browse),
> you likely will also need to similarly edit the Solr 'search.server' setting
> in the [dspace]/modules/discover.cfg config file.)
>
> - Tim
>
>
> On 1/13/2012 7
Hi
I am having problem with the dspace stats script following an upgrade
from 1.7.1 to 1.8.1
The solr server is running and lynx
http://127.0.0.1/solr/statistics/select?q=*:* works fine and returns
the statistics file
However when I try to run the dspace stats script I get the following error
[
Hi everyone
I have just upgraded from DSpace 1.7.1 to 1.8.1 on our test server
I can access the DSpace homepage and successfully login using LDAP
authentication
I can browse collections quite happily but when I try to view a
submission there are two possible outcomes
1) If I am logged in as an
ether, this SQL query should give you the Item ID
> that file exists in:
>
> SELECT item_id FROM item2bundle ib, bundle2bitstream bb, bitstream b WHERE
> ib.bundle_id=bb.bundle_id AND bb.bitstream_id=b.bitstream_id AND
> b.internal_id='144275680037163242065376693797581511322';
&g
Query the bitstream table using the file name as internal_id.
> Look at the tables bundle2bitstream and item2bundl to find the item_id where
> the bitstream belong
> Hope this help,
> Andrea
>
>
>
> Inviato da Tablet Samsu
Hi
I have just checked the server logs this morning. I use ClamAV to
check the assetstore as part of a nightly cron task. The following
message appeared this morning:
Dspace anti-virus scan
/home/dspace/assetstore/14/42/75/144275680037163242065376693797581511322:
CVE_2012_0013 FOUND
Looking at t
confirm that
the patch below should work properly with 1.7.1
Thanks very much
Clive
/*
* New code written by Stuart Lewis and added by Clive Gould on
7th April 2011 (modified 20/10/11)
*/
public int[] getSpecialGroups(Context context, HttpServletRequest request
Hi Sisay
I'm not an expert on DSpace or LDAP, but I have had DSpace/LDAP
authentication successfully working on our production server for several
years.
We are using CentOS 5 Linux and Windows LDAP. If you would like to see the
process I went through and the configuration settings I used please h
Hi Sue
I've blogged all the upgrade stages we at Bromley went through from v1.5.2
to v1.7.1 at
http://dspacebromley.blogspot.com/
Good luck
Clive
-
Hi,
I am getting ready to start upgrading our Test DSpace ins
Hi
Is there any easy way to find out the version of DSpace installed from the
Web Interface without resorting to the command line?
(t may be that I've accidentally disabled this feature when applying custom
JSPUI header/footers)
Thanks very much
Clive
---
Hi
Does anyone know if it is possible to selectively enable/disable OAI
harvest access at a community/collection level in DSpace 1.7?
I'm having trouble with WorldCat OCLC harvesting using their new Web
interface and it would help if this was possible.
Thanks very much
Clive
---
Hi
I've been using DSpace for many years and just wanted to check that after
many upgrades from earlier versions the crontab as used with DSpace 1.7 was
still appropraite
Can anyone tell me if the appended crontab is OK with DSpace 1.7?
Thanks very much
Clive
[dspace@vle bin]$ crontab -l
# Se
Hi
After a restore from backup and repeating the upgrade process from the
beginning DSpace 1.7.0 now works with LDAP authentication :)
I have blogged the entire process in case it helps anyone else upgrade
at http://dspacebromley.blogspot.com/
Best wishes
Clive
server from
a backup made before the upgrade :((
I'll try again when I can find some more time...
Best wishes
Clive
On Fri, Dec 31, 2010 at 6:50 PM, Clive Gould wrote:
> Hi Keith
>
> I've just checked and CentOS 5 uses postgresql 8.1.2
>
> This means I need to upgrade Po
Has anyone got hierarchical LDAP authentication working with DSpace 1.7.0?
It works fine for us with 1.6.2 but not with 1.7.0
This is somewhat hypothetical at present as problems with the
PostgreSQL upgrade on CentOS 5.5 from 8.1.22 to 8.2.4 broke other
server services and I had to restore from a
Hi Keith
I've just checked and CentOS 5 uses postgresql 8.1.2
This means I need to upgrade PostgreSQL before going any further.
Thanks very much
Clive
On Fri, Dec 31, 2010 at 5:48 PM, Keith Gilbertson
wrote:
>
> On Dec 31, 2010, at 7:34 AM, Clive Gould wrote:
>
>> Hi
Hi everyone
I've just tried to upgrade DSpace on our test server (CentOS Linux)
from version 1.6.2 to 1.7.0
I have got to the very end of the upgrade procedure only to be faced
by the following error message when I try to run the index script:
[dsp...@standbyvle dspace-1.7.0-build.dir]$ psql -U
source and the LDAP
authentication won't now work on our test server.
Before I start looking for silly errors in dspace.cfg can you please
confirm that the patch below should work properly with 1.7.0
Thanks very much
Clive
/*
* New code written by Stuart Lewis and added by Clive Gould on 28th
Hi everyone
I've just tried to upgrade DSpace on our test server (CentOS Linux)
from version 1.6.2 to 1.7.0
I have got to the very end of the upgrade procedure only to be faced
by the following error message when I try to run the index script:
[dsp...@standbyvle dspace-1.7.0-build.dir]$ psql -U
Hi
Does anyone know if it is possible to selectively enable/disable OAI
harvest access at a community/collection level in DSpace 1.6.2?
I'm having trouble with WorldCat OCLC harvesting using their new Web
interface and it would help if this was possible.
Thanks very much
Clive
Hi everyone
I've got solr statistics working succesfully on our DSpace 1.6.2 test server.
However I cannot work out:
1) How to convert and import the old log files into solr as I cannot
find the scripts stats-log-converter and stats-log-importer anywhere
(I installed DSpace 1.6.2 from source)
2
Hi Stuart
The problem with the issue date truncation on DSpace 1.6.2 has been solved :)
Thanks for all your invaluable assistance in locating the source of the problem.
It appears that the patch http://jira.dspace.org/jira/browse/DS-469
had not been applied to DCDate.java in the 1.6.2 source cod
:-
http://standbyvle.bromley.ac.uk/dspace/handle/2045/22
Thanks
Clive
On Sat, Aug 7, 2010 at 11:01 AM, Clive Gould wrote:
> Hi Stuart
>
> The section you mentioned was commented out.
>
> 1) I stopped tomcat, removed the comments from the relevant sectio of
> dspace.cfg, updat
Hi Stuart
The section you mentioned was commented out.
1) I stopped tomcat, removed the comments from the relevant sectio of
dspace.cfg, updated dspace, rebuilt the indexes and restarted tomcat.
Following these modifications on the test server 1.6.2 the dates are
still shown correctly under Edit
Hi Stuart :)
I've already run the index-init script several times.
Here is an item in our restored 1.5.2 production server:
http://vle.bromley.ac.uk/dspace/handle/2045/22
and here is the same item in our 1.6.2 test server:
http://standbyvle.bromley.ac.uk/dspace/handle/2045/22
You can clearly
6" and it works for me
>
> Thanks.
>
> --
>>
>> Message: 1
>> Date: Fri, 6 Aug 2010 09:40:41 +0100
>> From: Clive Gould
>> Subject: Re: [Dspace-tech] DSpace 1.6.2 issue date format
>> To: TAYLOR Robin
&g
absence and Business Support
staff should contact their immediate Line Manager.
dc description provenance Submitted by Clive Gould
(xx...@bromley.ac.uk) on 2009-04-29T05:37:47Z
No. of bitstreams: 1
sickness-absence_reporting.doc: 76800 bytes, checksum:
f1174340c8eb1dc64f63efa0c7c625d6 (MD5)
dc
://dspacebromley.blogspot.com/
Has anyone else who has successfully upgraded got the full issue date
displayed??
Thanks
Clive
On Thu, Aug 5, 2010 at 6:59 AM, Clive Gould wrote:
> Hi Robin
>
> Appended are the appropriate sections from dspace.cfg.
>
> Note that these sections are de
wrote:
> Hi Clive,
>
> Could you post to the list the contents of the ## Browse Configuration
> ## section from dspace.cfg ?
>
> Thanks.
>
> Robin Taylor
> Main Library
> University of Edinburgh
> Tel. 0131 6513808
>
>> -Original Mes
a url for the item so I could have a look at it ?
>
> Thanks, Robin.
>
>
> Robin Taylor
> Main Library
> University of Edinburgh
> Tel. 0131 6513808
>
>> -Original Message-
>> From: Clive Gould [mailto:cli...@gmail.com]
>> Sent: 04 August 2010 08:
Hi everyone
Just wondering why the date display format appears to have changed
with DSpace 1.6.2 when browsing by issue date and title?
With DSpace 1.5.2 the issue date appears in the format:
29-Apr-2009
With DSpace 1.6.2 the same items issue date appears in the format:
2009
Any ideas what I
1.6.1
To: dspace-tech@lists.sourceforge.net
Message-ID: <20100611131322.gb2...@iupui.edu>
Content-Type: text/plain; charset="us-ascii"
On Fri, Jun 11, 2010 at 12:40:40PM +0100, Clive Gould wrote:
> We are currently running DSpace 1.5.2 and I was planning to upgrade
> over the summ
Hi
We are currently running DSpace 1.5.2 and I was planning to upgrade
over the summer holiday when I will have some time to spare.
Is it possible to upgrade directly from 1.5.2 to 1.6.2 without going
through the interim upgrade steps?
Thanks very much
Clive
> --
>
and looked at
the above file.
Before I take the plunge, can you please confirm that the patch we
applied below will still work with the 1.6.0 code?
Thanks very much
Clive
/*
* New code written by Stuart Lewis and added by Clive Gould on 28th April 2009
*/
public int[] getSpecialGroups(Context
.
>
> It depends which source is the base of your installation.
>
> The dependency is in two pom's if you are using a source release:
> - [dspace-source]/pom.xml
> - [dspace-source]/dspace-api/pom.xml
>
> Hope that helps
>
> Claudia Jürgen
>
>
> clive gould
Hi Stuart
There are quite a number of pom.xml files around in my DSpace installation.
I need to make sure I'm editing the right one ;)
[r...@standbyvle ~]# grep -RH handle /home/dspace/*/pom.xml
/home/dspace/dspace-1.5.1-release/pom.xml:
handle
/home/dspace/dspace-1.5.2-release/pom.xml:
handle
/
Hi
I am looking at upgrading the handle system in our test installation
of DSpace 1.5.2 to version 6.2 later in August.
In the DSpace installation documentation it refers to:
"If you decide to update, you should replace the existing handle.jar
in [dspace-source]/lib with the new version and rebu
Hi Ahmad
Have you looked at my blog http://www.linuxtraining.org.uk/blogger.html
Scroll down to where you see the section *Getting LDAP access to Active
Directory working *
**
Good luck :)
Clive
--
Enter the BlackBerry D
Hi
On our old installation of DSpace we can access it using the URL in the form
http://vle.bromley.ac.uk/dspace
On our new test installation we have to access it using the URL
http://standbyvle.bromley.ac.uk/jspui
Is it possible to change the URL on our test installation so we can
use /dspace in
example in jspui the web.xml determines what is done with the
>>> URL
>>> http://vleinternal.bromley.ac.uk/dspace/exportdownload/*
>>> see web.xml:
>>>
>>> exportdownload
>>> /exportdownload/*
>>>
>>>
>>>
>>> ex
Hi
I currently have an evaluation installation of DSpace 1.5.2 accessible
on http://vleinternal.bromley.ac.uk/jspui/
How can I change this to http://vleinternal.bromley.ac.uk/dspace ?
Is it just a question of editing Tomcat's server.xml and changing the
Context path from /jspui to /dspace in the
e/exportdownload/*
> see web.xml:
>
> exportdownload
> /exportdownload/*
>
>
>
> exportdownload
> org.dspace.app.webui.servlet.ItemExportArchiveServlet
>
>
> In the end the ItemExportArchiveServlet handles the Export.
>
> Why do you want to change the URL created, does
Hi
I've got the following parameters in dspace.cfg
### Item export and download settings ###
# The directory where the exports will be done and compressed
org.dspace.app.itemexport.work.dir = ${dspace.dir}/exports
# The directory where the compressed files will reside and be read by
the download
Hi Stuart
I've managed to figure out how to get your code working. Staff and students
are now automatically being added to special groups in DSpace.
When I get the time I'll add the process I followed to my DSpace blog.
Thanks very much indeed :D
Clive
On Tue, Apr 28, 2009 at 12:32 AM, Stuart
:
# plugin.sequence.org.dspace.authenticate.AuthenticationMethod = \
# org.dspace.authenticate.ShibAuthentication, \
# org.dspace.authenticate.PasswordAuthentication
# Next two lines added by Clive Gould on 22/04/09 to allow AD Authentication
plugin.sequence.org.dspace.authenticate.AuthenticationMethod
Hi Stuart
Thanks very much for the patch :D
I've downloaded dspace-1.5.2-src-release from Sourceforge and located the
section of the code in the file LDAPHierarchicalAuthentication.java in
/root/dspace-1.5.2-src-release/dspace-api/src/main/java/org/dspace/authenticate
My next problem is down to
> I hope this helps,
>
>
>
>
>
> Stuart Lewis
>
> Digital Services Programmer
>
> Te Tumu Herenga The University of Auckland Library
>
> Auckland Mail Centre, Private Bag 92019, Auckland 1142, New Zealand
>
> Ph: 64 9 373-7599 x81928
>
> *http://www.li
getSpecialGroups methods.
Automatic group membership for staff and students in DSpace worked well with
RADIUS authentication, but the RADIUS module won't work for me any longer :(
Has anyone got this working with LDAP authentication I wonder?
Thanks in advance
Clive
Clive Gould
Bromley Co
Hi everyone
I've got DSpace 1.5.2 running on CentOS 5.2 successfully authenticating
against Active Directory using the LDAP plugin.
I have created a group called Authenticated using dspace-admin, but when new
users login for the first time via LDAP they are not being added
automatically to the gr
Hi Everyone
Problem solved :)
The url needed to be in the form ldap.provider_url =
ldap://10.100.0.2:3268/<http://mail.google.com/mail/goog_1240385101348>
including the trailing backslash!
Clive
-- Forwarded message --
From: clive gould
Date: Wed, Apr 22, 2009 at 1
ed by \colon;
What am I doing wrong please?
Thanks
Clive
Clive Gould
HE PAL ICT
Bromley College
--
Stay on top of everything new and different, both inside and
around Java (TM) technology - register by April 22, and save
$2
sions
> 5.5.10 or greater will...
>
> Cheers
> Paul
>
> Clive Gould <[EMAIL PROTECTED]> wrote:
> Hi Paul
>
> And you have DSpace 1.5 running fine on the server?
>
> You reckon I may need to upgrade Tomcat??
>
> Thanks
>
> Clive
>
>
&
Hi everyone
Thanks for the help so far :)
I include the Tomcat and Java version numbers as requested.
Best wishes
Clive
DSpace 1.4.2 works fine but DSpace 1.5 on the same platform gives internal
server errors when I try to do a search.
When I try to do a search I get an internal error messag
Hi
I've somewhat solved the problem by manually editing the following files
to correct the path to dspace.cfg:
/home/dspace/tomcat/webapps/dspace/WEB-INF/web.xml
/home/dspace/tomcat/webapps/dspace-oai/WEB-INF/web.xml
Tomcat now starts without any errors and I can see our communities and
collecti
Hi
Can anyone please help?
I'm still trying to upgrade from DSpace 1.4.2 to 1.5.0 on our test server.
I get through the complete upgrade process successfully with no apparent
error messages but when I go to our repository home page I get the
following error message within the DSpace main window:
Hi
In earlier upgrades of DSpace it was necessary to copy over the PostgreSQL
and Handle server JAR files from the previous version.
The upgrade documentation that comes packaged with DSpace 1.5 doesn't
include this step.
Has the new build process removed the need for this step?
Thanks very muc
Hi
I have been trying out a DSpace 1.5 upgrade on our test server.
We currently use modjk2 with Apache so that Tomcat is available via port
80 instead of 8080.
I am having problems getting this to work with Dspace 1.5. modjk2 is
looking for a subdirectory called dspace/tomcat/webapps/dspace. Thi
Hi Stuart
Thanks for the information on DSpace update documentation :)
I have spent some time looking into updating and have concluded that it is
impracticable for us to upgrade our production server from DSpace 1.4.2 to
1.5 at this moment, because of our need for RADIUS authentication.
Mark Dig
with 1.5? i.e. have there been any changes to
authentication mechanisms with the latest version?
Thanks very much
Clive
Clive Gould
Bromley College
-
This SF.Net email is sponsored by the Moblin Your Move Developer's
Date: Wed, 16 Jul 2008 13:27:00 +0100 (BST)
From: Clive Gould <[EMAIL PROTECTED]>
Subject: [Dspace-tech] Help: Missing ePersons!
To: dspace-tech@lists.sourceforge.net
Message-ID: <[EMAIL PROTECTED]>
Content-Type: text/plain;charset=iso-8859-1
Hi
I am having trouble with missing ePerson
Hi
I am having trouble with missing ePersons.
If I log into DSpace 1.4.2 as admin and choose Administer EPeople > Select
E-Person I get a list containing a total of 32 names.
If I log in using phpPgAdmin and view the epersons table I can see 79
entries, all bar 6 of whom have can_log_in set to T
Hi
When I run the ./filter-media script in DSpace 1.4.2 all is well apart
from one MS Word document that logs the following error:
ERROR filtering, skipping bitstream #461 java.util.NoSuchElementException
java.util.NoSuchElementException
at java.util.AbstractList$Itr.next(AbstractList.jav
Hi
When I check my mail I am getting the folowing error when processing just
one of the bitstreams when /bin/filter-media runs:
ERROR filtering, skipping bitstream #461 java.util.NoSuchElementException
java.util.NoSuchElementException
at java.util.AbstractList$Itr.next(AbstractList.java:42
Hi
I have RADIUS authentication working with DSpace 1.42
Does anyone have the RADIUS module working with with DSpace 1.5 yet?
Thanks
Clive
-
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference
Don't miss thi
Hi Larry
I use ClamAV to check the uploaded files by running the following Linux
BASH shell script as a cron task once a day:
echo "Dspace anti-virus scan"
/usr/local/bin/clamscan --infected -r /home/dspace/assetstore
Good luck
Clive
> Message: 2
> Date: Fri, 16 Nov 2007 4:08:01 EST
> From: L
what is wrong and what I need to do to correct
> this?
>
> Thanks very much
>
> Clive Gould
> Bromley College
>
>
> 2007-10-10 06:33:57,759 WARN
> org.dspace.app.webui.servlet.InternalErrorServlet @
> :session_id=10BD6C8CDBB11C85E09C09D9E4B6D0B9:internal_error:-- URL
Help - as dspace-admin I have tried to view the list of users (epeople) on
the server this morning and I get an internal server error.
I have appended the relevant log entry to this email.
Can anyone please advise me what is wrong and what I need to do to correct
this?
Thanks very much
Clive
Hi
Have a look at http://www.linuxtraining.org.uk/blogger.html
For my experiences getting the handle server working.
Good luck
Clive
-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to fin
I've uploaded an HTML page into DSpace> When the page stored in DSpace is
viewed from Internet Explorer under Win 2K or Firefox under CentOS 4.5
instead of a space character I am sometimes getting a capital A with a ^
on top of it. This is listed as  in utf8.
Any suggestions why these extra chara
Hi
I've been experimenting with the Advanced Policy Manager, which allows you
to do wildcard additions to and clearing of policies for types of content
contained in a collection.
I can see how it can be used to Add and Clear policies but is there any
way of viewing the advanced policies associate
Hi
I understand that a DSpace collection administrator has the following rights:
- add and delete submitters
- edit metadata
- withdraw items
- map items from other collections
Is there any way that a collection administrator can be allowed to edit
the bitsteams asssociated with an item withi
Hi everyone
I've included a section in my DSpace blog explaining how I got DSpace
Radius authentication working with MS AD via a Freeradius proxy.
http://www.linuxtraining.org.uk/blogger.html#twentyfive
Best wishes
Clive
Hi
Came across this statement on the DSpace Web site referring to DSpace 1.3.2
Is the content still true for Dspace 1.4.2 ???
Thanks
Clive
"Access control
OAI provides no authentication/authorisation details, although these could
be implemented using standard HTTP methods. It is assumed that
LDAP and auto-registered by DSpace to be automatically added
to a group in DSpace at the same time as they are registered.
Is this possible with LDAP authentication?
If yes, is this also possible with RADIUS authentication??
Thanks very much
Clive
Clive Goul
Hi
I came across the RAM - RADIUS authentication module on the DSpace wiki.
This is just what we need, but the documentation is all in Portuguese?
Has anyone implemented this and can explain in English what needs to be done?
Thanks very much
Clive
---
://www.linuxtraining.org.uk/blogger.html#twentyfour
Please let me know if you spot any errors or omissions in the published
upgrade procedure.
Thanks to the DSpace development team yet again for an excellent product :-)
Clive
Clive Gould
HE PAL ICT
Bromley College
1 - 100 of 101 matches
Mail list logo