[Dspace-tech] Change default access read retroactively

2014-11-14 Thread Xerio Cheri
Hi, I have a collection which has X documents in it. Up until now, it had default read access to anonymous users, but now I want to change it to one of our groups. However, when changing this, in the admin panel, I see a note telling that it won't be changed retroactively, instead it will apply

Re: [Dspace-tech] Change default access read retroactively

2014-11-14 Thread Xerio Cheri
Thanks helix84, I just tried using the SQL way and it worked perfectly. Regards. 2014-11-14 14:22 GMT+00:00 helix84 heli...@centrum.sk: Yes, we describe this in the FAQ:

[Dspace-tech] Timed embargo

2014-11-14 Thread Xerio Cheri
Hi, I've seen documentation regarding Embargo here https://wiki.duraspace.org/display/DSDOC3x/Embargo and even it's quite useful, my aim is to temporarily withdraw/make private items, based on a date. I see that these modifications would change the submission process asking for a date to lift

Re: [Dspace-tech] Timed embargo

2014-11-14 Thread Xerio Cheri
Thank you guys. I'll give it a try and answer if I find some trouble. Regards. 2014-11-14 20:18 GMT+00:00 helix84 heli...@centrum.sk: Yes, after enabling webui.submission.restrictstep.enableAdvancedForm, you can create new resourcepolicies with a start and end date from the Edit item /

Re: [Dspace-tech] Timed embargo

2014-11-15 Thread Xerio Cheri
I've enabled webui.submission.restrictstep.enableAdvancedForm=true in the dspace.cfg file, now I can see the additional step in the submission workflow, however, I can't see a change in the 'Authorizations' page for an item. I can still manage the default options, READ, WRITE, ADD, REMOVE, ADMIN,

Re: [Dspace-tech] Adding e-people into groups automatically

2014-11-17 Thread Xerio Cheri
Hi Nada, I've developed a pretty non-standard way to achieve this via a PostgreSQL TRIGGER statement. In that case, you have to create your group and see what 'id' has been given to it in the database (epersongroup table, eperson_group_id field). In the following example I assume it has ID 6, so

Re: [Dspace-tech] Use AND logic search instead of OR

2015-02-11 Thread Xerio Cheri
* test document - would return all items that have either test or document but the ones that have *both* would appear at the top of the results. Good luck! - Tim On 2/11/2015 2:42 PM, Xerio Cheri wrote: Hi, It has been proposed by our staff to change the way DSpace searches terms

[Dspace-tech] Use AND logic search instead of OR

2015-02-11 Thread Xerio Cheri
Hi, It has been proposed by our staff to change the way DSpace searches terms on XMLUI. By default, it uses OR logic, so if more than one term is entered, any of them will be matched. Is there a simple way to change that behavior so if more than one word is entered in the search box only items

Re: [Dspace-tech] LDAP auth doesn't send e-mails properly

2015-04-08 Thread Xerio Cheri
Seems to work. Thank you so much! 2015-04-08 9:04 GMT+01:00 Olivier Nicole olivier.nic...@cs.ait.ac.th: Xerio, We're running DSpace 4.1 along with the LDAP authentication system. This works well except LDAP doesn't seem to find the correct e-mail address for users. I think there is a

[Dspace-tech] LDAP auth doesn't send e-mails properly

2015-04-08 Thread Xerio Cheri
Hi, We're running DSpace 4.1 along with the LDAP authentication system. This works well except LDAP doesn't seem to find the correct e-mail address for users. In config/modules/authentication-ldap.cfg we have: provider_usr = ldap://ldapserver id_field = uid object_context =