Restricting fulltext access

2012-07-26 Thread Alexander Wagner

Hi!

For some reasons we need to restrict access to fulltext
files after initial upload and have to verify first if we
can allow free access. I found that I can accomplish this by
using the $r subfield of fft e.g. by means of

 
  /tmp/arwagner/fulltext.pdf
  firerole:allow groups 'InstitutesID'
allow groups 'STAFF'
  
 

to give access to members of the group 'InstitutesID' and
members of the group 'STAFF'. However, it would be more
convenient from an administrators point of view to actually
(re-)use an already existing role instead of copying it
here, and indeed I can accomplish this by

  
   /tmp/arwagner/fulltext.pdf
   role: 'Institutes-Role-ID'
  

However, as far as I can see, it is not possible to have two
roles here, nor can I combine this with the "allow groups
'STAFF'" rule mentioned in the first example. Also prefixing
with "firerole:" like

  
   /tmp/arwagner/fulltext.pdf
   role: 'Institutes-Role-ID'
firerole:allow groups 'STAFF'
   
  

doesnt work.

Alternatively, I could set up a new role by combining our
Institute-Role-ID with hgfstaff (matching 'STAFF' above),
but I do not see a way to accomplish this in firerole
language.

Could it be, that this is just not possible? Or do I just
miss the obvious?

--

Kind regards,

Alexander Wagner
Subject Specialist
Central Library
52425 Juelich

mail : a.wag...@fz-juelich.de
phone: +49 2461 61-1586
Fax  : +49 2461 61-6103
www.fz-juelich.de/zb/DE/zb-fi




Forschungszentrum Juelich GmbH
52425 Juelich
Sitz der Gesellschaft: Juelich
Eingetragen im Handelsregister des Amtsgerichts Dueren Nr. HR B 3498
Vorsitzender des Aufsichtsrats: MinDir Dr. Karl Eugen Huthmacher
Geschaeftsfuehrung: Prof. Dr. Achim Bachem (Vorsitzender),
Karsten Beneke (stellv. Vorsitzender), Prof. Dr.-Ing. Harald Bolt,
Prof. Dr. Sebastian M. Schmidt



Kennen Sie schon unseren neuen Film? http://www.fz-juelich.de/film
Kennen Sie schon unsere app? http://www.fz-juelich.de/app


Re: (sitename)/help/admin (and other cached help pages) display old CFG_SITE_URL entries after inveniocfg --reset-sitename

2012-07-26 Thread Jerome Caffaro

On 07/26/2012 08:37 AM, Jerome Caffaro wrote:

[...] I will create a ticket to change this


Done:



[...] update the related HOWTO guide at:



Done.

Best regards
--
Jerome Caffaro ** CERN Document Server ** 


Re: (sitename)/help/admin (and other cached help pages) display old CFG_SITE_URL entries after inveniocfg --reset-sitename

2012-07-26 Thread Theodoros Theodoropoulos

(note that you refer to sitename for CFG_SITE_URL, while sitename would
rather apply to CFG_SITE_NAME and CFG_SITE_NAME_INTL*, Just wanted to
point that out, as 'inveniocfg --reset-sitename' will account for site
name change, not URL change)
You're right. Indeed, in my description I mixed those two parameters 
(btw, I changed them both), but my main problem was with the links 
(related to CFG_SITE_URL).


Thanks Jerome for your time,
Theodoros