Re: [Dspace-tech] Invalid Identifier when file has accentuation (pt_BR)

2013-06-20 Thread Kostas Stamatis
Dear Marcelo,

 

One possible solution would be to add the URIEncoding directive in the
"connector" part of your Tomcat servel.xml config file. If you are using a
Tomcat container.

 

See the following link:

 

http://struts.apache.org/release/2.3.x/docs/how-to-support-utf-8-uriencoding
-with-tomcat.html

 

If this doesn't solve our problem, can you send the part of the log file
that has the full stack trace that is generated when trying to see the
bitstream?

 

 

Regards,

 

Kostas

 

 

 

 

From: Marcelo Henrique Gomes [mailto:marceli...@gmail.com] 
Sent: Friday, June 21, 2013 5:07 AM
To: dspace-tech@lists.sourceforge.net
Subject: [Dspace-tech] Invalid Identifier when file has accentuation (pt_BR)

 

Hi,

 

I'm using DSpace 3.0 with JSPUI. 

 

When I submit documents accent, I can't view them.

 

In database (bitstream), the name is correct.

 

select * from bitstream where name like 'Para al%';

 

Below the link with error.

 

http://www.repositorio.fjp.mg.gov.br/bitstream/123456789/42/1/Al%C3%A9m%20da
%20divers%C3%A3o%20e%20arte%2c%20o%20p%C3%A3o%20o%20mercado%20de%20trabalho%
20da%20cultura%20na%20RMBH.pdf

 

Regards,

Marcelo

--
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

[Dspace-tech] Invalid Identifier when file has accentuation (pt_BR)

2013-06-20 Thread Marcelo Henrique Gomes
Hi,

I'm using DSpace 3.0 with JSPUI.

When I submit documents accent, I can't view them.

In database (bitstream), the name is correct.

select * from bitstream where name like 'Para al%';

Below the link with error.

http://www.repositorio.fjp.mg.gov.br/bitstream/123456789/42/1/Al%C3%A9m%20da%20divers%C3%A3o%20e%20arte%2c%20o%20p%C3%A3o%20o%20mercado%20de%20trabalho%20da%20cultura%20na%20RMBH.pdf

Regards,
Marcelo
--
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

Re: [Dspace-tech] DSpace Statistics Question

2013-06-20 Thread Andrea Schweer

  
  
Hi,

On 21/06/13 09:24, Terry Brady wrote:


  When viewing statistics in DSpace 1.7, what
constitutes a "visit" to a community or to a collection?  If a
user browses multiple items within a community during a single
session, is that counted as only 1 visit?


As far as I know, a community/collection visit is a view of the
community's/collection's start page (type:3 / type:4). 


  
I am trying to correlate what I see in the statistics
  reports with what I am able to extract from SOLR using the
  following query to observe items views.

  
q=owningComm:1 type:2
facet=true
facet.date=time
facet.date.start=NOW/MONTH/DAY-3YEARS
facet.date.end=NOW
facet.date.gap=%2B1MONTH

  

  


As you said, this will get you the number of item (type:2) views.
This is a completely separate number from community/collection
visits. Each user action is only ever counted under a single type.
So downloading a bitstream by going directly to the bitstream URL
will trigger a type 0 event (and only this event); visiting an item
page will trigger a type 2 event (and only this event); visiting a
collection page will trigger a type 3 event (and only this event)
and so on. This will get blurred a little bit if you have thumbnail
images on your item pages or recent submission lists and
count hits to bitstreams in bundles other than ORIGINAL, since then
a visit to eg a collection start page with recently submitted,
thumbnailed items will trigger the type 3 event plus type 0 events
for each thumbnail image.

Does this help?

cheers,
Andrea

-- 
Dr Andrea Schweer
IRR Technical Specialist, ITS Information Systems
The University of Waikato, Hamilton, New Zealand

  


--
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

[Dspace-tech] DSpace Statistics Question

2013-06-20 Thread Terry Brady
When viewing statistics in DSpace 1.7, what constitutes a "visit" to a
community or to a collection?  If a user browses multiple items within a
community during a single session, is that counted as only 1 visit?

I am trying to correlate what I see in the statistics reports with what I
am able to extract from SOLR using the following query to observe items
views.

   - q=owningComm:1 type:2
   - facet=true
   - facet.date=time
   - facet.date.start=NOW/MONTH/DAY-3YEARS
   - facet.date.end=NOW
   - facet.date.gap=%2B1MONTH

Thank you for any insight that you can offer.

Thanks, Terry

-- 
Terry Brady
Applications Programmer Analyst
Lauinger Information Technology
--
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

Re: [Dspace-tech] Psuedo video streaming with item attachment and seeking enabled

2013-06-20 Thread Sara Amato
I tried to modify the Content-Type header with mod-headers, but it appears that 
can't be done, even when I tried it in 'early' mode:

http://httpd.apache.org/docs/current/mod/mod_headers.html:
"... it is possible to set and/or override most headers, except for those 
headers added by the HTTP header filter, such as Content-Type."

I'm guessing there must be somewhere in the dspace code that sets the 
Content-type in the response header to include a charset, but can't seem to 
find where that is. 

On Jun 19, 2013, at 12:58 PM, helix84 wrote:

> On Wed, Jun 19, 2013 at 7:32 PM, Sara Amato  wrote:
>>  Content-Type: video/mp4;charset=ISO-8859-1
> 
> Because this seems to be the problem, removing ";charset=ISO-8859-1"
> using mod_headers [1] could if not solve the problem, at least confirm
> that this is the only thing that causes the problem.
> 
> [1] http://httpd.apache.org/docs/current/mod/mod_headers.html
> 
> 
> Regards,
> ~~helix84
> 
> Compulsory reading: DSpace Mailing List Etiquette
> https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette


--
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette


Re: [Dspace-tech] doubt in adding e-people in dspace

2013-06-20 Thread jayachandra B
*I am administrator of dspace in my institute, I have added one new user at
E-People section. But the user cannot login, because he didn't registered
yet(but administrator added his email and other details).*


On Thu, Jun 20, 2013 at 10:01 PM, helix84  wrote:

> On Thu, Jun 20, 2013 at 6:19 PM, jayachandra B
>  wrote:
> > Where is the reset password button?
>
> Sorry, I gave you instructions for XMLUI because I didn't notice you
> said you use JSPUI. There's not Reset password button in JSPUI.
>
> As Andrea said:
>
> > You need to use the forget password link that is present in the login
> box (click on mydspace as unlogged user).
>
> On Thu, Jun 20, 2013 at 6:29 PM, Andrea Bollini 
> wrote:
> > http://demo.dspace.org/jspui/forget
>
> The correct link is:
>
> http://demo.dspace.org/jspui/forgot
>
>
> Regards,
> ~~helix84
>
> Compulsory reading: DSpace Mailing List Etiquette
> https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette
>



-- 
Thanks and Regards
Jayachandra
--
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

Re: [Dspace-tech] doubt in adding e-people in dspace

2013-06-20 Thread helix84
On Thu, Jun 20, 2013 at 6:19 PM, jayachandra B
 wrote:
> Where is the reset password button?

Sorry, I gave you instructions for XMLUI because I didn't notice you
said you use JSPUI. There's not Reset password button in JSPUI.

As Andrea said:

> You need to use the forget password link that is present in the login box 
> (click on mydspace as unlogged user).

On Thu, Jun 20, 2013 at 6:29 PM, Andrea Bollini  wrote:
> http://demo.dspace.org/jspui/forget

The correct link is:

http://demo.dspace.org/jspui/forgot


Regards,
~~helix84

Compulsory reading: DSpace Mailing List Etiquette
https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

--
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette


Re: [Dspace-tech] doubt in adding e-people in dspace

2013-06-20 Thread jayachandra B
Where is the reset password button?


On Thu, Jun 20, 2013 at 9:47 PM, Andrea Bollini  wrote:

> There is not such administrative functionality in the JSPUI. You need to
> use the forget password link that is present in the login box (click on
> mydspace as unlogged user).
> Hope this help,
> Andrea
>
>
> Inviato da Samsung Mobile
>
> jayachandra B  ha scritto:
>
> I didn't get you. Can you tell a bit clear
>
>
> On Thu, Jun 20, 2013 at 8:27 PM, helix84  wrote:
>
>> On Thu, Jun 20, 2013 at 3:15 PM, jayachandra B
>>  wrote:
>> > I am using dspace 1.8.2 jspui version. I am adding new E-people after
>> logged
>> > in as administrator using administer tool. Now how can the new user can
>> log
>> > in in to dspace.
>>
>> Go to Administrative - Access Control - People, click on a person and
>> click the "Reset password" button. If the person has a valid email,
>> they will receive an email and be able to set their own password.
>>
>>
>> Regards,
>> ~~helix84
>>
>> Compulsory reading: DSpace Mailing List Etiquette
>> https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette
>>
>
>
>
> --
> Thanks and Regards
> Jayachandra
>



-- 
Thanks and Regards
Jayachandra
--
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

[Dspace-tech] R: Re: doubt in adding e-people in dspace

2013-06-20 Thread Andrea Bollini
There is not such administrative functionality in the JSPUI. You need to use 
the forget password link that is present in the login box (click on mydspace as 
unlogged user).
Hope this help,
Andrea


Inviato da Samsung Mobilejayachandra B  ha scritto:I 
didn't get you. Can you tell a bit clear


On Thu, Jun 20, 2013 at 8:27 PM, helix84  wrote:

> On Thu, Jun 20, 2013 at 3:15 PM, jayachandra B
>  wrote:
> > I am using dspace 1.8.2 jspui version. I am adding new E-people after
> logged
> > in as administrator using administer tool. Now how can the new user can
> log
> > in in to dspace.
>
> Go to Administrative - Access Control - People, click on a person and
> click the "Reset password" button. If the person has a valid email,
> they will receive an email and be able to set their own password.
>
>
> Regards,
> ~~helix84
>
> Compulsory reading: DSpace Mailing List Etiquette
> https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette
>



-- 
Thanks and Regards
Jayachandra
--
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

Re: [Dspace-tech] doubt in adding e-people in dspace

2013-06-20 Thread helix84
1) create a new E-person
2) fill in a valid email address as netid (=username)
3) press the "Reset password" button


Regards,
~~helix84

Compulsory reading: DSpace Mailing List Etiquette
https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

--
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette


Re: [Dspace-tech] doubt in adding e-people in dspace

2013-06-20 Thread jayachandra B
I didn't get you. Can you tell a bit clear


On Thu, Jun 20, 2013 at 8:27 PM, helix84  wrote:

> On Thu, Jun 20, 2013 at 3:15 PM, jayachandra B
>  wrote:
> > I am using dspace 1.8.2 jspui version. I am adding new E-people after
> logged
> > in as administrator using administer tool. Now how can the new user can
> log
> > in in to dspace.
>
> Go to Administrative - Access Control - People, click on a person and
> click the "Reset password" button. If the person has a valid email,
> they will receive an email and be able to set their own password.
>
>
> Regards,
> ~~helix84
>
> Compulsory reading: DSpace Mailing List Etiquette
> https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette
>



-- 
Thanks and Regards
Jayachandra
--
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

Re: [Dspace-tech] doubt in adding e-people in dspace

2013-06-20 Thread helix84
On Thu, Jun 20, 2013 at 3:15 PM, jayachandra B
 wrote:
> I am using dspace 1.8.2 jspui version. I am adding new E-people after logged
> in as administrator using administer tool. Now how can the new user can log
> in in to dspace.

Go to Administrative - Access Control - People, click on a person and
click the "Reset password" button. If the person has a valid email,
they will receive an email and be able to set their own password.


Regards,
~~helix84

Compulsory reading: DSpace Mailing List Etiquette
https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

--
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette


Re: [Dspace-tech] use of metadata registry tab for dspace administrator?

2013-06-20 Thread helix84
On Thu, Jun 20, 2013 at 2:50 PM, jayachandra B
 wrote:
> I am using dspace 1.8.2 jspui, what is the use of meta data registry and
> what is the user of namespace  and name in the meta data registry.

Hi Jayachandra,

this is documented here:

https://wiki.duraspace.org/display/DSDOC18/Configuration#Configuration-MetadataFormatRegistries

Name is the short namespace name that appears as
"namespace.element.qualifier". If you're creating your own local
namespace, then namespace URI can be anything in URI form - DSpace
doesn't really use it for anything useful.


Regards,
~~helix84

Compulsory reading: DSpace Mailing List Etiquette
https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

--
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette


Re: [Dspace-tech] Remove the box "My account" only from home

2013-06-20 Thread helix84
On Thu, Jun 20, 2013 at 2:41 PM, "M. Àngels Pulido" <
m.angels.pul...@uvic.cat> wrote:

>  How I can remove the box "My Account" only from home? because I need it in
> other contexts ...
>

Usually, this would be as simple as this:


  

  


But in this case dri:list adds some formatting and here we're missing it
(because we're matching it and thus replacing its content). I found it
easier to recreate this particular content than to hunt for element we
missed:


  

http://apache.org/cocoon/i18n/2.1";
class="ds-option-set-head">xmlui.EPerson.Navigation.my_account

  

  
xmlui.EPerson.Navigation.logout
xmlui.EPerson.Navigation.profile
xmlui.Submission.Navigation.submissions
  
  
xmlui.EPerson.Navigation.login
xmlui.EPerson.Navigation.register
  

  

  


Regards,
~~helix84

Compulsory reading: DSpace Mailing List Etiquette
https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette
--
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

[Dspace-tech] doubt in adding e-people in dspace

2013-06-20 Thread jayachandra B
Hi,

I am using dspace 1.8.2 jspui version. I am adding new E-people after
logged in as administrator using administer tool. Now how can the new user
can log in in to dspace.
Can any one help?

-- 
Thanks and Regards
Jayachandra
--
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

[Dspace-tech] use of metadata registry tab for dspace administrator?

2013-06-20 Thread jayachandra B
Hi,

I am using dspace 1.8.2 jspui, what is the use of meta data registry and
what is the user of namespace  and name in the meta data registry.
Can any one help
-- 
Thanks and Regards
Jayachandra
--
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

[Dspace-tech] Remove the box "My account" only from home

2013-06-20 Thread M. Àngels Pulido

  
  

  Hello
everbody,

  How I can remove the box "My Account" only
from home? because I need it in other contexts
  ...
  
I put this
code in
navigation.xsl but the box disappears from all contexts:
  
  "dri:list[@id='aspect.viewArtifacts.Navigation.list.account']">


Is it possible to achieve this? How? Can anyone help me?
  
I have DSpace 1.7.2 with Mirage theme

Thanks in advance.


  
  


  

-- 
  
M. Àngels Pulido Medina
  Biblioteca - Servei de Recursos
Informàtics
  
  Universitat de Vic
  C. Sagrada Família, 7
  08500 Vic
  Tel. 938 816 170 (8333)
  m.angels.pul...@uvic.cat 
  www.uvic.cat
  

  

--
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

Re: [Dspace-tech] Questions on upgrading from 1.5 to 3.1 and maintaining a live and test instance

2013-06-20 Thread Alan Orth

Hi, Spencer.

Regarding development/production instances, we maintain our code on 
github[0], with "3_x-dev" and "3_x-prod" branches.  Code modifications 
like XMLUI tweaks, input form modifications, etc are tested and pushed 
to the development branch for scrutiny by our editors and users, and 
then pushed to production every Monday (this creates a predictable 
workflow and timeline for both devs and users).  From time to time we 
manually re-install the development instance with a new snapshot of the 
database and assetstore from production.  Both of our instances live on 
the same box, but we use separate domain names and Apache httpd / Tomcat 
virtual hosting to keep the instances separate.


Hope that helps,

Alan

[0] https://github.com/ilri/DSpace/

On 06/19/2013 09:23 PM, Spencer Lamm wrote:
Thanks everyone! Helix84, we'll give your plan a try next week. I'll 
let you know about anything we learn that would be good for your 
potential wiki entry.



On Tue, Jun 18, 2013 at 4:39 AM, helix84 > wrote:


On Mon, Jun 17, 2013 at 6:52 PM, Spencer Lamm
mailto:sla...@swarthmore.edu>> wrote:
> 1) This wiki post by Mark Diggory details how to upgrade on the
same box
> without overwriting - essentially install the new code, diff the
config file
> differences, copy the db files to the new instance, and run the
db upgrades.
> We need to upgrade on a new server due to OS issues. Are there any
> additional considerations replicating Mark's process on a new
server?
>
https://wiki.duraspace.org/display/DSPACE/To+upgrade+without+overwriting

Hi Spencer,

using a new server when upgrading is actually a procedure I would
recommend over in-place upgrade, especially in case of a large version
jump.

I outlined the procedure here (I really need to make a wiki page
for it):


http://dspace.2283337.n4.nabble.com/Migrate-1-8-to-3-0-database-td4661490.html

http://dspace.2283337.n4.nabble.com/migrate-repository-into-a-new-instances-machine-td4660930.html

Basically, make sure you read through each of the upgrading
instructions (1.5->1.6, 1.6->1.7, ...). You don't need to do all the
steps, but at the very least you have to run the database migration
scripts in the correct order. Then, in the last one (1.8->3.1) follow
the repeated steps you previously skipped.

> 2) Our assetstore is on a Compellent SAN accessible via a server
mount.
> What I would love to do is use this upgrade as an opportunity to
set up live
> and development DSpace servers that are as close as possible to
being exact
> replicas. Is it possible to have two DSpace instances pointing
to the same
> assetstore? Do database changes in DSpace upgrades affect the
assetstore ?

Yes, it's possible, but I strongly recommend against it! If you did,
you could delete a file in the staging instance and it would be also
missing in the production instance assetstore, but the production
instance wouldn't know about it, because it would still have a record
that it exists in its database.

What you can do is make separate assetstores and use some
deduplication method (because most of the files will be the same) -
from primitive ones like hardlinks to advanced ones like deduplication
on ZFS - check with your SAN admin.


Regards,
~~helix84

Compulsory reading: DSpace Mailing List Etiquette
https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette




--
Spencer Lamm
Digital Initiatives Librarian
Swarthmore College Library
sla...@swarthmore.edu 
610-328-8541




--
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev


___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette


--
Alan Orth
alan.o...@gmail.com
http://alaninkenya.org
http://mjanja.co.ke
"I have always wished for my computer to be as easy to use as my telephone; my wish 
has come true because I can no longer figure out how to use my telephone." -Bjarne 
Stroustrup, inventor of C++

--
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

Re: [Dspace-tech] LDAP permssion

2013-06-20 Thread Alan Orth
Thanks, Helix.

In this case the problem was that this particular user had registered 
with an email address (long before we moved to LDAP) which didn't match 
that of the email address in LDAP; ie "ao...@example.org" instead of 
"a.o...@example.org".  We added the user to the appropriate groups and 
all is well.

Cheers,

Alan

On 06/20/2013 11:14 AM, helix84 wrote:
> On Thu, Jun 20, 2013 at 9:47 AM, Webshet, Sisay (ILRI)
>  wrote:
>> We implemented LDAP/SSL. Our e-people  doesn’t have the same permission  as
>> the normal dsapce/password login when they login through the LDAP.
> Use login.specialgroup and/or login.groupmap.* to assign LDAP users to
> DSpace groups as described in
> https://wiki.duraspace.org/display/DSDOC3x/Authentication+Plugins#AuthenticationPlugins-ConfiguringLDAPAuthentication
>
> Keep in mind that LDAP groups are assigned dynamically, only for the
> duration of the login session, so user's membership in such group
> won't be visible to the administrator using the usual tools. You may,
> however, check the effective group membership in the user's profile
> while he's logged in.
>
>
> Regards,
> ~~helix84
>
> Compulsory reading: DSpace Mailing List Etiquette
> https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette
>
> --
> This SF.net email is sponsored by Windows:
>
> Build for Windows Store.
>
> http://p.sf.net/sfu/windows-dev2dev
> ___
> DSpace-tech mailing list
> DSpace-tech@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/dspace-tech
> List Etiquette: 
> https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

-- 
Alan Orth
alan.o...@gmail.com
http://alaninkenya.org
http://mjanja.co.ke
"I have always wished for my computer to be as easy to use as my telephone; my 
wish has come true because I can no longer figure out how to use my telephone." 
-Bjarne Stroustrup, inventor of C++


--
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

Re: [Dspace-tech] LDAP permssion

2013-06-20 Thread helix84
On Thu, Jun 20, 2013 at 9:47 AM, Webshet, Sisay (ILRI)
 wrote:
> We implemented LDAP/SSL. Our e-people  doesn’t have the same permission  as
> the normal dsapce/password login when they login through the LDAP.

Use login.specialgroup and/or login.groupmap.* to assign LDAP users to
DSpace groups as described in
https://wiki.duraspace.org/display/DSDOC3x/Authentication+Plugins#AuthenticationPlugins-ConfiguringLDAPAuthentication

Keep in mind that LDAP groups are assigned dynamically, only for the
duration of the login session, so user's membership in such group
won't be visible to the administrator using the usual tools. You may,
however, check the effective group membership in the user's profile
while he's logged in.


Regards,
~~helix84

Compulsory reading: DSpace Mailing List Etiquette
https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

--
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

[Dspace-tech] LDAP permssion

2013-06-20 Thread Webshet, Sisay (ILRI)

Hi All,

We are using dspace 3.1/xmlui version.
We implemented LDAP/SSL. Our e-people  doesn't have the same permission  as the 
normal dsapce/password login when they login through the LDAP.

Any hint on this









--
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette