[Dspace-tech] how to install and configure LDAP on fedora 10 for dspace 1.6............

2010-11-04 Thread shashidhar chaturvedi
Hello all, I successfully installed dspace 1.6. Now i want to install and configure LDAP server with my dspace Any one please tell me how will i do this. i have no idea about this. I am using *Fedora 10, dspace 1.6, jdk .16 etc.. * Any help will appreciate. Thanks and Regards Shashidhar

Re: [Dspace-tech] thumbnails restricted if main item is restricted

2010-11-04 Thread George Stanley Kozak
Steve: This is the way that thumbnails have worked for me at my site (we have been using DSpace since 2003). It can be frustrating. Your solution is interesting. I never thought about going into SQL to update the policies on the thumbnail bundles. I am not sure if there are any other

Re: [Dspace-tech] thumbnails restricted if main item is restricted

2010-11-04 Thread Jason Fowler
I've used sql as well to update thumbnails. I do wish that this feature made thumbnails readable by default. Jason Fowler, CA, MSLS Archives and Special Collections Librarian The Southern Baptist Theological Seminary President, ALABI 502-897-4573 jfow...@sbts.edu

Re: [Dspace-tech] thumbnails restricted if main item is restricted

2010-11-04 Thread Steve Swinsburg
Hi George, Thanks for your reply. Do you have open access to any of your content or is it all restricted? We have a mix which makes running the filter-media etc scripts interesting. Ideally the solution would be to set permissions at a collection level for each of the types of bundles. The

[Dspace-tech] Question about Item Mapping

2010-11-04 Thread George Stanley Kozak
Hi... I have a collection that I am creating in which I am batch loading about 1500 PDFs. The owner of these PDFs would like them to appear as well in another collection...so, using the process that I have used in the past, after I load these PDFs I am going to go to the other collection,

Re: [Dspace-tech] Question about Item Mapping

2010-11-04 Thread Claudia Jürgen
Hello George, if the two collection are identical, i.e. it's just one collection appearing in 2 communities you can map the entire collection on db level (usual warning about db backup and make sure you know what you are doing): insert into community2collection (id,community_id,collection_id)

Re: [Dspace-tech] Question about Item Mapping

2010-11-04 Thread George Stanley Kozak
Thank you, Claudia. I will try this out on my test server, first ;-) George Kozak Digital Library Specialist Cornell University Library Information Technologies (CUL-IT) 501 Olin Library Cornell University Ithaca, NY 14853 607-255-8924 -Original Message- From: Claudia Jürgen

Re: [Dspace-tech] how to install and configure LDAP on fedora 10 for dspace 1.6............

2010-11-04 Thread Stuart Lewis
Hi Shashidhar, I successfully installed dspace 1.6. Now i want to install and configure LDAP server with my dspace Any one please tell me how will i do this. i have no idea about this. Any help will appreciate. There is a section in the manual that describes how to configure it: -

Re: [Dspace-tech] thumbnails restricted if main item is restricted

2010-11-04 Thread Stuart Lewis
Hi Steve and George, I've opened up a JIRA issue to discuss this: - https://jira.duraspace.org/browse/DS-740 The code that sets this at the moment is very simple, just two lines long. First all the permissions are cleared on the thumbnail, and then they are set to copy the parent. It