[dspace-tech] Re: Hiding communities/collections from unauthenticated users.

2018-02-23 Thread Diego Spano
IIja, did you finally manage to do this? How?.

Thanks.

El miércoles, 14 de septiembre de 2016, 9:40:08 (UTC-3), Ilja Sidoroff 
escribió:
>
> I'm trying to hide some internal communities and collections from 
> unauthenticated users (with DSpace 5.5/XMLUI, but also with upcoming 6.0). 
> How-to in the Wiki has been outdated (
> https://wiki.duraspace.org/display/DSPACE/Hide+Community+or+Collection+from+list)
>  
> and some other googling turned out advise to filter specific 
> communities/collections in xsl, which I think is prone to breakage in 
> migrations and such (e.g. 
> http://stackoverflow.com/questions/37122851/hiding-collections-and-sub-collections-in-dspace).
>  
>
>
> What I'd like to do is to filter the community/collection list when it is 
> generated. This seems such common requirement, that it might have been 
> implemented already by someone? 
>
> br, 
>
> Ilja Sidoroff 
> University of Eastern Finland 
>

-- 
You received this message because you are subscribed to the Google Groups 
"DSpace Technical Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to dspace-tech+unsubscr...@googlegroups.com.
To post to this group, send email to dspace-tech@googlegroups.com.
Visit this group at https://groups.google.com/group/dspace-tech.
For more options, visit https://groups.google.com/d/optout.


Re: [dspace-tech] Shibboleth Setup Trouble

2018-02-23 Thread Tim Donohue
Hi Glenn,

Not sure I have a solution, but based on the DSpace documentation,
configuring Shibboleth for DSpace requires using Apache (with mod_shib) in
front of Tomcat:
https://wiki.duraspace.org/display/DSDOC6x/Authentication+Plugins#AuthenticationPlugins-ShibbolethAuthentication

Do you have Apache fully working with Tomcat (without Shibboleth)?  It
sounds like parts of your application are still using port 8080 (which is
obviously going to Tomcat, directly, and bypassing Apache) instead of port
80. The first step here seems to be to get DSpace fully running on port
80.  We have some notes on doing that in the DSpace installation docs at:
https://wiki.duraspace.org/display/DSDOC6x/Installing+DSpace#InstallingDSpace-UsingSSLonApacheHTTPDinfrontofTomcat(runningonports80and443)

The other thing to check is your [dspace]/config/dspace.cfg configuration
file.  Specifically, you want to be sure that the "baseURL" in that
configuration does NOT include a port number (i.e. it should use port 80).
By default, that baseURL uses port 8080 (which would tell DSpace to
generate URLs back to itself using port 8080), e.g.

dspace.baseUrl = http://localhost:8080

So, per your examples,  I'd expect your baseURL should be simply "
http://rc.library.ourschool.edu;.

Here's where that configuration is in your dspace.cfg file:
https://github.com/DSpace/DSpace/blob/master/dspace/config/dspace.cfg#L29

Hopefully that helps some! If you figure it out, let us know...or report
back on this list if you have further questions.

Tim

On Thu, Feb 22, 2018 at 4:58 PM  wrote:

> I'm trying to get Shibboleth to work with a new DSpace 6 installation on
> Centos 7 running Apache 2.4.  I have both password and Shibboleth
> authentication enabled.  This gives me the opportunity to hover over the
> Shibboleth login link.  The link shows this URL:
>
>
> https://rc.library.ourschool.edu/Shibboleth.sso/Login?target=https%3A%2F%2Frc.library.ourschool.edu%3A8080%2F%2Futa-ir%2Fshibboleth-login
>
> or, with all the placeholders exchanged:
>
>
> https://rc.library.ourschool.edu/Shibboleth.sso/Login?target=https://rc.library.ourschool.edu:8080//ourschool-ir/shibboleth-login
>
> When I click the link, our standard Shibboleth login box appears.  I enter
> credentials and then I get the error message:
>
> "*No peer endpoint available to which to send SAML response*"
>
> The fellow who maintains the Identity Provider says it logs the
> AssertionConsumerServiceURL as:
>
> *https://rc.library.ourschool.edu:8080/Shibboleth.sso/SAML2/POST*
> 
>
> Putting two and two together, it seems the IdP can't contact the SP
> because it's trying to hit port 8080.  Since I have Apache doing reverse
> proxy, the IdP needs to hit the base URL, but I can't find a way to change
> it.  Here are the relevant lines from the Apache main config:
>
> # Send requests for / to /ourschool-ir
> RedirectMatch ^/$ /ourschool-ir
> # Redirect http to https
> Redirect permanent /ourschool-ir
> https://rc.library.ourschool.edu/ourschool-ir
>
>
> And from the Apache virtual server config:
>
> 
># Configure Shibboleth for "lazy" authentication
> AuthType shibboleth
> ShibUseHeaders on
> Require shibboleth
> 
> 
> # Suggested by DSpace docs
>  ProxyPass !
>  SetHandler shib
> 
> ProxyPass /ourschool-ir
> http://rc.library.ourschool.edu:8080/ourschool-ir
> ProxyPassReverse /ourschool-ir
> http://rc.library.ourschool.edu:8080/ourschool-ir
> 
>
>
> Any clues greatly appreciated.
>
> Glenn
>
> --
> You received this message because you are subscribed to the Google Groups
> "DSpace Technical Support" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to dspace-tech+unsubscr...@googlegroups.com.
> To post to this group, send email to dspace-tech@googlegroups.com.
> Visit this group at https://groups.google.com/group/dspace-tech.
> For more options, visit https://groups.google.com/d/optout.
>
-- 
Tim Donohue
Technical Lead for DSpace & DSpaceDirect
DuraSpace.org | DSpace.org | DSpaceDirect.org

-- 
You received this message because you are subscribed to the Google Groups 
"DSpace Technical Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to dspace-tech+unsubscr...@googlegroups.com.
To post to this group, send email to dspace-tech@googlegroups.com.
Visit this group at https://groups.google.com/group/dspace-tech.
For more options, visit https://groups.google.com/d/optout.


[dspace-tech] DSpace 6.2 authority key batch import broken?

2018-02-23 Thread Sean Aery
Hello all,

At Duke, we are working on bringing up DSpace 6.2 and have encountered what 
appears to be a bug related to how batch metadata import handles authority 
(key & confidence) data.

Upon metadata export, we correctly see the following in a CSV for 
dc.contributor.author 
with authority:
Jones, Sharon::333::600

However, upon a CSV import using the same :: delimiters, the authority key 
and confidence are seemingly being ignored.

   - adding authority key & confidence to an existing value that previously 
   had none: no changes detected
   - changing authority key or confidence on an existing value: no changes 
   detected
   - adding a new value with authority key & confidence: the string part is 
   detected and written but the authority data is discarded

This happens whether using the web UI (xmlui) "Import Metadata" link or the 
CLI metadata-import command. Has anyone else experienced this? Any ideas 
for workarounds?

Many thanks,
Sean

~~
Sean Aery
Digital Projects Developer
Software Development & Integration Services
Duke University Libraries
030U Bostock Library Box 90198
Durham, NC 27708
sean.a...@duke.edu

~~

-- 
You received this message because you are subscribed to the Google Groups 
"DSpace Technical Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to dspace-tech+unsubscr...@googlegroups.com.
To post to this group, send email to dspace-tech@googlegroups.com.
Visit this group at https://groups.google.com/group/dspace-tech.
For more options, visit https://groups.google.com/d/optout.


Re: [dspace-tech] Icon next to authorities names

2018-02-23 Thread Alan Orth
Hugo,

The sky is really the limit regarding the possibility for customization
based on the text fields and XSL transformations, but you're absolutely
right: it feels a bit dirty to me to store other information in the
dc.contributor.author field other than the author name!

Cheers,

On Fri, Feb 23, 2018 at 3:15 PM Hugo Carlos 
wrote:

> Hello Alan! Thanks for your answer!
> If this configuration works only under an spefic theme, i think maybe it
> is not a good practice to use this "institutional tag" as part of the
> dc.contributor content. I was imagining this icon somehow as another field
> under the authority control.
>
> Thanks!
>
> _
> Hugo da Silva Carlos
> Bibliotecário
> Universidade Federal do ABC
> 55+ (11) 4996-7934
>
> 2018-02-22 17:07 GMT-03:00 Alan Orth :
>
>> Hello, Hugo.
>>
>> This is just simple configuration of the Mirage 2 XMLUI theme using XSLT.
>> The metadata stored in dc.contributor.author includes a piece of text like
>> "[UNIFESP]" so you can use an XSL test like "if" or "choose" and apply
>> certain HTML to the the theme conditionally. Pretty easy!
>>
>> Cheers,
>>
>> On Mon, Feb 19, 2018 at 10:09 PM Bollini Andrea <
>> andrea.boll...@4science.it> wrote:
>>
>>> Hi Hugo,
>>> this looks like a local customisation. A similar feature that is likely
>>> what you have seen widely is available out of box in dspace-cris
>>> https://wiki.duraspace.org/display/DSPACECRIS/DSpace-CRIS+Home
>>> as example here
>>> http://ira.lib.polyu.edu.hk
>>>
>>> You can set eventually different icons (or no icon) for
>>> - current researchers (blue in the above example)
>>> - former researchers (gray above)
>>> - external researchers (no icon)
>>> it can be easily extended to different categories for instance role
>>> based (phd students, associate professors, etc.)
>>>
>>> Hope this help,
>>> Andrea
>>>
>>>
>>>
>>>
>>> Inviato da smartphone Samsung Galaxy.
>>>  Messaggio originale 
>>> Da: Hugo Carlos 
>>> Data: 19/02/18 19:24 (GMT+01:00)
>>> A: DSpace Technical Support 
>>> Oggetto: [dspace-tech] Icon next to authorities names
>>>
>>> Hello! Guys, I have seen that some repositories have an icon of the
>>> researcher's institution next to their name in the DSpace.
>>>
>>> How to achieve this? I saw several repositories have this interesting
>>> visual resource that facilitates identification of which author belongs to
>>> the institution, according to the example below. However, unfortunately I
>>> do not even know the name of this feature to search google correctly. Could
>>> anyone help?
>>>
>>> Example:
>>>
>>>
>>> 
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>> 
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>> == in portuguese:
>>> 
>>> Olá! Pessoal, tenho visto que alguns repositórios possuem um ícone da
>>> instituição do pesquisador ao lado do seu nome no Dspace.
>>>
>>> Como conseguir isso? Vi vários repositórios terem esse interessante
>>> recurso visual que facilita identificação de qual o autor pertencente a
>>> instituição, conforme exemplo abaixo. Porem, infelizmente não sei nem ao
>>> menos o nome desse recurso para buscar no google corretamente. Alguém
>>> poderia ajudar?
>>>
>>> --
>>> You received this message because you are subscribed to the Google
>>> Groups "DSpace Technical Support" group.
>>> To unsubscribe from this group and stop receiving emails from it, send
>>> an email to dspace-tech+unsubscr...@googlegroups.com.
>>> To post to this group, send email to dspace-tech@googlegroups.com.
>>> Visit this group at https://groups.google.com/group/dspace-tech
>>> 
>>> .
>>> For more options, visit https://groups.google.com/d/optout
>>> 
>>> .
>>>
>>>
>>> --
>>> Questo messaggio e' stato analizzato con Libra ESVA ed e' risultato non
>>> infetto.
>>> Clicca qui per segnalarlo come spam.
>>> 
>>>
>>> --
>>> This message has been checked by Libra ESVA and is believed to be clean.
>>>
>>> --
>>> You received this message because you are subscribed to the Google
>>> Groups "DSpace Technical Support" group.
>>> To unsubscribe from this 

[dspace-tech] tomcat 9 installation

2018-02-23 Thread Βασιλική Γώγου
Can anyone show me a tomcat9 installation tutorial?

-- 
You received this message because you are subscribed to the Google Groups 
"DSpace Technical Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to dspace-tech+unsubscr...@googlegroups.com.
To post to this group, send email to dspace-tech@googlegroups.com.
Visit this group at https://groups.google.com/group/dspace-tech.
For more options, visit https://groups.google.com/d/optout.


[dspace-tech] foreignkey-constraint community2community_child_comm_id_fkey

2018-02-23 Thread Stefan Fritzsche

Dear Members,

on November 22,2017 Mr. Paul Warner already mentioned the error "dspace 
6.1 delete community foreignkey-constraint 
community2community_child_comm_id_fkey" on this list. This error also 
occurs during our installation. Since we have implemented a lot of our 
own developments in DSpace, the behavior was examined on a new standard 
installation of version 6.3. We could observe the same restraint as on 
our adapted installation.


The error occurs under the following conditions:
 - Community has  a parent
 - the administrator group of this community is created

Mr. Paul Warner solved the problem by a manual intervention in the DB. 
Are there already other solutions for this bug?


Regards,
Stefan

--
Stefan Fritzsche
Fachinformatiker/digitale Archivierung

Technische Universität Dresden
Zentrum für Informationsdienste und Hochleistungsrechnen
Abt: Operative Prozesse und Systeme
01062 Dresden

Tel.: +49 351 463-33212
E-Mail: stefan.fritzs...@tu-dresden.de

--
You received this message because you are subscribed to the Google Groups "DSpace 
Technical Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to dspace-tech+unsubscr...@googlegroups.com.
To post to this group, send email to dspace-tech@googlegroups.com.
Visit this group at https://groups.google.com/group/dspace-tech.
For more options, visit https://groups.google.com/d/optout.


Re: [dspace-tech] Forgotten password

2018-02-23 Thread Claudia Jürgen

Hello Govind,

we need more information, in order to be able to help you.
See https://wiki.duraspace.org/display/DSPACE/Troubleshoot+an+error on
how to retrieve this information.

Most likely your email settings are incorrect, check mail.server,
mail.server.username, mail.server.password, mail.server.port.

You can test if emails can be send with:
[dspace]/bin/dspace test-email

Hope this helps

Claudia Jürgen

Am 23.02.2018 um 07:47 schrieb Govind Balla:

Dear Sir,

I want to do forgot password in my DSpace. But when i am trying to do it is
showing the "Internal System error". Please help me.

Thanks,
Govind.



--
Claudia Juergen
Eldorado

Technische Universität Dortmund
Universitätsbibliothek
Vogelpothsweg 76
44227 Dortmund

Tel.: +49 231-755 40 43
Fax: +49 231-755 40 32
claudia.juer...@tu-dortmund.de
www.ub.tu-dortmund.de

Wichtiger Hinweis: Die Information in dieser E-Mail ist vertraulich. Sie ist 
ausschließlich für den Adressaten bestimmt. Sollten Sie nicht der für diese 
E-Mail bestimmte Adressat sein, unterrichten Sie bitte den Absender und 
vernichten Sie diese Mail. Vielen Dank.
Unbeschadet der Korrespondenz per E-Mail, sind unsere Erklärungen 
ausschließlich final rechtsverbindlich, wenn sie in herkömmlicher Schriftform 
(mit eigenhändiger Unterschrift) oder durch Übermittlung eines solchen 
Schriftstücks per Telefax erfolgen.

Important note: The information included in this e-mail is confidential. It is 
solely intended for the recipient. If you are not the intended recipient of 
this e-mail please contact the sender and delete this message. Thank you. 
Without prejudice of e-mail correspondence, our statements are only legally 
binding when they are made in the conventional written form (with personal 
signature) or when such documents are sent by fax.

--
You received this message because you are subscribed to the Google Groups "DSpace 
Technical Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to dspace-tech+unsubscr...@googlegroups.com.
To post to this group, send email to dspace-tech@googlegroups.com.
Visit this group at https://groups.google.com/group/dspace-tech.
For more options, visit https://groups.google.com/d/optout.


[dspace-tech] Forgotten password

2018-02-23 Thread Govind Balla
Dear Sir,

I want to do forgot password in my DSpace. But when i am trying to do it is 
showing the "Internal System error". Please help me.

Thanks,
Govind.

-- 
You received this message because you are subscribed to the Google Groups 
"DSpace Technical Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to dspace-tech+unsubscr...@googlegroups.com.
To post to this group, send email to dspace-tech@googlegroups.com.
Visit this group at https://groups.google.com/group/dspace-tech.
For more options, visit https://groups.google.com/d/optout.