Changeset 2948

Show
Ignore:
Timestamp:
07/08/10 14:47:58
Author:
bleibson
Message:

catch this file up

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/config/bwbuild/jboss/carddav.options.xml

    r2933 r2948  
    104104            <debug>true</debug> 
    105105          </group-principal-dirHandler> 
    106  
     106           
    107107          <!-- handle the user address book hierarchy --> 
     108           
     109          <user-dirHandler classname="org.bedework.carddav.util.DbDirHandlerConfig" > 
     110            <pathPrefix>/user</pathPrefix> 
     111             
     112            <className>org.bedework.carddav.server.dirHandlers.db.DbAddrBookDirHandler</className> 
     113 
     114            <queryLimit>1000</queryLimit> <!-- unimplemented --> 
     115           
     116            <!-- This is the access set at the root. I'll do this as XML soon --> 
     117            <rootAccess>WONyA WANyFyS </rootAccess> 
     118           
     119            <!-- This is the owner of the user root and user home --> 
     120            <rootOwner>/principals/users/root</rootOwner> 
     121             
     122            <debug>true</debug> 
     123          </user-dirHandler> 
     124 
     125          <!-- handle the user address book hierarchy 
     126               How it might be done with ldap  
    108127          <user-dirHandler classname="org.bedework.carddav.util.LdapDirHandlerConfig" > 
    109128            <pathPrefix>/user</pathPrefix> 
     
    132151            <debug>true</debug> 
    133152          </user-dirHandler> 
    134  
     153          --> 
     154  
    135155          <public-locations-dirHandler classname="org.bedework.carddav.util.LdapDirHandlerConfig" > 
    136156            <pathPrefix>/public/locations</pathPrefix> 
     
    207227          <directoryBrowsingDisallowed>false</directoryBrowsingDisallowed> 
    208228 
    209           <defaultAddressbook>address-book</defaultAddressbook> 
    210  
     229          <defaultAddressbook>addressbook</defaultAddressbook> 
     230 
     231          <!-- This will act as the root for the file system --> 
    211232          <addressBookHandlerPrefix>/user</addressBookHandlerPrefix> 
     233           
     234          <!-- Needed for access calculations --> 
     235          <userHomeRoot>/user</userHomeRoot> 
    212236 
    213237          <principalRoot>/principals</principalRoot> 
     
    229253          <directoryBrowsingDisallowed>false</directoryBrowsingDisallowed> 
    230254 
    231           <defaultAddressbook>address-book</defaultAddressbook> 
     255          <defaultAddressbook>addressbook</defaultAddressbook> 
    232256 
    233257          <addressBookHandlerPrefix>/public</addressBookHandlerPrefix> 
     258           
     259          <!-- Needed for access calculations --> 
     260          <userHomeRoot>/user</userHomeRoot> 
    234261 
    235262          <principalRoot>/principals</principalRoot>