[Dspace-tech] OAI Interface

2010-09-06 Thread Lewatle Phaladi
Hi All I am aiming to setup oai interface and use it on our Dspace installation, can someone sent me reference link that she/he is recommending , I am also doing some searches online regarding OAI . Regards, Lewatle htmlpfont face = verdana size = 0.8 color = navyThis communication

Re: [Dspace-tech] OAI Interface

2010-09-06 Thread Lewatle Phaladi
Hi Anyone who has setup oai on dspace can tell me how to do it, or documents you have followed! Regards, Lewatle From: Lewatle Phaladi Sent: 06 September 2010 08:44 AM To: 'dspace-tech@lists.sourceforge.net' Subject: OAI Interface Hi All I am aiming to setup oai interface

Re: [Dspace-tech] DSpace-tech Digest, Vol 53, Issue 11

2010-09-06 Thread Webshet, Sisay (ILRI)
HI Hayes, Thanks a lot! Currently we are using dspace 1.5.2 on debian server. Please send me the slides/presentations you have. Cheers Sisay -Original Message- From: dspace-tech-requ...@lists.sourceforge.net [mailto:dspace-tech-requ...@lists.sourceforge.net] Sent: Monday, September

Re: [Dspace-tech] Assistance in creating an Administrator

2010-09-06 Thread Daniel Francis
Hi all, I have installed dspace 1.5.2 0n ubuntu server 8.04 LTS but i am having a problem when trying to create an administrator. i'm getting the following message: sudo: unable to execute bin/create-administrator: Permission denied i have given a full permission on the /dspace directory but

Re: [Dspace-tech] Assistance in creating an Administrator

2010-09-06 Thread helix84
On Mon, Sep 6, 2010 at 15:41, Daniel Francis dan...@admin.udsm.ac.tz wrote: sudo: unable to execute bin/create-administrator: Permission denied i have given a full permission on the /dspace directory but i'm still getting the same error message. Hi Daniel, there's no need to run

[Dspace-tech] Just one collection/community: can I hide menu for communities?

2010-09-06 Thread ALISTAIR Q. HOWARD
I'd like to establish an instance of DSpace in which all submissions go into a general community and a single collection within that community...My question is can I do that and direct browsers to the default collection without having them go through the Collections and Communties choices on the

Re: [Dspace-tech] LDAP settings

2010-09-06 Thread Stuart Lewis
LDAPServlet is one of those strange remnants where despite having an pluggable authentication system, this remains from before that. So it is normal to see entries relating to it in the logs: dspace/log/dspace.log.2010-06-15:2010-06-15 07:16:41,862 INFO

Re: [Dspace-tech] LDAP settings

2010-09-06 Thread Flavio Botelho
The problem is it routes directly to LDAPAuthentication instead of using the pluggable authentication system, doesn't it? On Mon, Sep 6, 2010 at 6:08 PM, Stuart Lewis s.le...@auckland.ac.nz wrote: LDAPServlet is one of those strange remnants where despite having an pluggable authentication

Re: [Dspace-tech] LDAP settings

2010-09-06 Thread Stuart Lewis
It makes use of the authentication stack: Line 110 of LDAPServlet: int status = AuthenticationManager.authenticate(context, netid, password, null, request); Cheers, Stuart On 7/09/2010, at 5:14 PM, Flavio Botelho wrote: The problem is it routes directly to