Re: [Dspace-tech] DSpace authorization policies

2015-05-27 Thread Layale Bassil
] Sent: Thursday, April 16, 2015 11:53 AM To: Layale Bassil Cc: Dspace Tech list Subject: Re: [Dspace-tech] DSpace authorization policies Hello Layale, you need the resourcepolicy table. Here's what I use (in DSpace 3.2) to give Anonymous read access to an item: select nextval

Re: [Dspace-tech] DSpace authorization policies

2015-04-16 Thread Muilwijk, M. (Marina)
To: Layale Bassil; Dspace Tech list Subject: Re: [Dspace-tech] DSpace authorization policies We had a similar need, so we developed a set of PHP toolshttps://github.com/Georgetown-University-Libraries/batch-tools/wiki/Quality-control-reports-tailored-to-your-metadata-standards that iterate over every

Re: [Dspace-tech] DSpace authorization policies

2015-04-16 Thread Layale Bassil
; Dspace Tech list Subject: Re: [Dspace-tech] DSpace authorization policies We had a similar need, so we developed a set of PHP toolshttps://github.com/Georgetown-University-Libraries/batch-tools/wiki/Quality-control-reports-tailored-to-your-metadata-standards that iterate over every collection

Re: [Dspace-tech] DSpace authorization policies

2015-04-16 Thread Layale Bassil
-tech] DSpace authorization policies Hello Layale, you need the resourcepolicy table. Here's what I use (in DSpace 3.2) to give Anonymous read access to an item: select nextval('resourcepolicy_seq'); (this gets the next resourcepolicy_id) insert into resourcepolicy (policy_id, resource_type_id

Re: [Dspace-tech] DSpace authorization policies

2015-04-06 Thread Terry Brady
*To:* Mark Diggory; Peter Dietz *Cc:* Dspace Tech list *Subject:* Re: [Dspace-tech] DSpace authorization policies I put together (very quickly!) a tiny gem as a wrapper/DSL for creating admin scripts: https://github.com/kardeiz/dscriptor. It basically wraps a set of commands in a block which

Re: [Dspace-tech] DSpace authorization policies

2015-04-02 Thread Layale Bassil
appreciated. Regards. From: Brown, Jacob [mailto:j.h.br...@tcu.edu] Sent: Wednesday, November 12, 2014 9:18 PM To: Mark Diggory; Peter Dietz Cc: Dspace Tech list Subject: Re: [Dspace-tech] DSpace authorization policies I put together (very quickly!) a tiny gem as a wrapper/DSL for creating admin

Re: [Dspace-tech] DSpace authorization policies

2014-11-12 Thread Brown, Jacob
be that difficult to add another abstraction layer on top of this). Jacob From: mdigg...@gmail.com [mailto:mdigg...@gmail.com] On Behalf Of Mark Diggory Sent: Tuesday, November 11, 2014 3:32 PM To: Peter Dietz Cc: Brown, Jacob; Dspace Tech list Subject: Re: [Dspace-tech] DSpace authorization policies

Re: [Dspace-tech] DSpace authorization policies

2014-11-11 Thread Peter Dietz
*From:* Paul Go [mailto:p...@iit.edu] *Sent:* Monday, November 10, 2014 12:36 PM *To:* Peter Dietz *Cc:* Dspace Tech list; DSpace General Mailing List *Subject:* Re: [Dspace-tech] DSpace authorization policies Thank you, Peter. Paul Go Systems Librarian / Library Technology

Re: [Dspace-tech] DSpace authorization policies

2014-11-11 Thread Pottinger, Hardy J.
the makings for a presentation and/or workshop at a DSpace Users Group. [1] [1] http://www.or2015.net/ From: Peter Dietz [pe...@longsight.com] Sent: Tuesday, November 11, 2014 2:14 PM To: Brown, Jacob Cc: Dspace Tech list Subject: Re: [Dspace-tech] DSpace authorization

Re: [Dspace-tech] DSpace authorization policies

2014-11-11 Thread Paul Go
...@tcu.edu 817-257-5339 *From:* Paul Go [mailto:p...@iit.edu] *Sent:* Monday, November 10, 2014 12:36 PM *To:* Peter Dietz *Cc:* Dspace Tech list; DSpace General Mailing List *Subject:* Re: [Dspace-tech] DSpace authorization policies Thank you, Peter. Paul Go Systems Librarian

Re: [Dspace-tech] DSpace authorization policies

2014-11-11 Thread Brown, Jacob
From: Pottinger, Hardy J. [mailto:pottinge...@missouri.edu] Sent: Tuesday, November 11, 2014 2:39 PM To: Peter Dietz; Brown, Jacob Cc: Dspace Tech list Subject: RE: [Dspace-tech] DSpace authorization policies Hi, Jacob, I agree with Peter's enthusiasm, this is indeed really cool, and handy to have

Re: [Dspace-tech] DSpace authorization policies

2014-11-11 Thread Mark Diggory
...@iit.edu] *Sent:* Monday, November 10, 2014 12:36 PM *To:* Peter Dietz *Cc:* Dspace Tech list; DSpace General Mailing List *Subject:* Re: [Dspace-tech] DSpace authorization policies Thank you, Peter. Paul Go Systems Librarian / Library Technology Manager / CS and ITM Liaison Paul V

[Dspace-tech] DSpace authorization policies

2014-11-10 Thread Paul Go
Is there a way to export the entirety of the authorization policies so that we can audit them in bulk rather than one by one? Paul Go Systems Librarian / Library Technology Manager / CS and ITM Liaison Paul V. Galvin Library Illinois Institute of Technology 35 West 33rd Street Chicago, IL

Re: [Dspace-tech] DSpace authorization policies

2014-11-10 Thread Peter Dietz
Hi Paul, There are a lot of relationships in the authorization policies, to handle all of that complexity, I think you could build some custom java code to walk through all of them, and join all of the resources, and all of the epersons and epersongroups. Here's an inaccurate query that would

Re: [Dspace-tech] DSpace authorization policies

2014-11-10 Thread Paul Go
Thank you, Peter. Paul Go Systems Librarian / Library Technology Manager / CS and ITM Liaison Paul V. Galvin Library Illinois Institute of Technology 35 West 33rd Street Chicago, IL 60616 312.567.7997 p...@iit.edu *Driving Innovation through Knowledge and Scholarship* On Mon, Nov 10, 2014 at