Changeset 29105 for main


Ignore:
Timestamp:
2014-06-19T15:32:38+12:00 (10 years ago)
Author:
ak19
Message:

Kathy approved commenting out the authentication/security section of the demo collection's collectionConfig.xml file. It is useful to have the section there as a reminder on how to use it.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone3/web/sites/localsite/collect/lucene-jdbm-demo/etc/collectionConfig.xml

    r29070 r29105  
    11<?xml version="1.0" encoding="UTF-8"?>
    22<CollectionConfig xmlns:gsf="http://www.greenstone.org/greenstone3/schema/ConfigFormat" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
    3   <security scope="document" default_access="private">
     3  <!--<security scope="document" default_access="private">
    44    <exception>
    55      <group name="demo"/>
    66    </exception>
    77    <exception>
    8       <documentSet name="poo"/>
     8      <documentSet name="publicset"/>
    99      <group name=""/>
    1010    </exception>
    11     <documentSet name="poo">
     11    <documentSet name="publicset">
    1212      <match>b17mie</match>
    1313      <match>b18ase</match>
     
    1515      <match>b21wae</match>
    1616    </documentSet>
    17   </security>
     17  </security>-->
    1818  <metadataList>
    1919    <metadata lang="en" name="creator"></metadata>
Note: See TracChangeset for help on using the changeset viewer.