Changeset 2927
- Timestamp:
- 06/03/10 23:40:38
- Files:
-
- trunk/config/bwbuild/jboss-mysql/carddav.options.xml (modified) (5 diffs)
- trunk/config/bwbuild/jboss-postgresql/carddav.options.xml (modified) (3 diffs)
- trunk/config/bwbuild/jboss/carddav.options.xml (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/config/bwbuild/jboss-mysql/carddav.options.xml
r2777 r2927 15 15 principal properties. That may mean maintaining a shadow 16 16 principal hierarchy in the local server. 17 18 Each element name below must be unique. 17 19 --> 18 20 <principal-dirHandler classname="org.bedework.carddav.util.LdapDirHandlerConfig" > … … 29 31 This requires us to explicitly name all attributes on fetch. 30 32 This element allows us to name EXTRA attributes from the default 31 list provided by the imple emntation.33 list provided by the implementation. 32 34 --> 33 35 <attrIds></attrIds> … … 131 133 </user-dirHandler> 132 134 135 <public-locations-dirHandler classname="org.bedework.carddav.util.LdapDirHandlerConfig" > 136 <pathPrefix>/public/locations</pathPrefix> 137 138 <className>org.bedework.carddav.server.dirHandlers.LdapAddrBookDirHandler</className> 139 140 <initialContextFactory>com.sun.jndi.ldap.LdapCtxFactory</initialContextFactory> 141 <providerUrl>ldap://localhost:10389/</providerUrl> 142 <baseDn>ou=locations,dc=bedework,dc=org</baseDn> 143 144 <queryLimit>1000</queryLimit> 145 146 <attrIds></attrIds> 147 148 <cardKind>location</cardKind> 149 150 <addressbookObjectClass>organizationalUnit</addressbookObjectClass> 151 <addressbookIdAttr>ou</addressbookIdAttr> 152 153 <addressbookEntryObjectClass>CalendarResource</addressbookEntryObjectClass> 154 <addressbookEntryIdAttr>cn</addressbookEntryIdAttr> 155 156 <principalIdAttr>calcaladruri</principalIdAttr> 157 158 <authDn>uid=admin,ou=system</authDn> 159 <authPw>secret</authPw> 160 161 <debug>true</debug> 162 </public-locations-dirHandler> 163 133 164 <!-- handle the public (enterprise) address book hierarchy --> 134 165 <public-dirHandler classname="org.bedework.carddav.util.LdapDirHandlerConfig" > … … 163 194 <usercarddav classname="org.bedework.carddav.util.CardDAVConfig" > 164 195 <sysintfImpl>org.bedework.carddav.bwserver.BwSysIntfImpl</sysintfImpl> 196 165 197 <webaddrServiceURI>/find</webaddrServiceURI> 198 <webaddrServicePropertiesList>fn,email,note,org</webaddrServicePropertiesList> 166 199 <webaddrPublicAddrbook>/principals/users</webaddrPublicAddrbook> 167 200 … … 183 216 <pubcarddav classname="org.bedework.carddav.util.CardDAVConfig" > 184 217 <sysintfImpl>org.bedework.carddav.bwserver.BwSysIntfImpl</sysintfImpl> 218 185 219 <webaddrServiceURI>/find</webaddrServiceURI> 220 <webaddrServicePropertiesList>fn,note,org</webaddrServicePropertiesList> 186 221 <webaddrPublicAddrbook>/principals/users</webaddrPublicAddrbook> 187 222 trunk/config/bwbuild/jboss-postgresql/carddav.options.xml
r2909 r2927 31 31 This requires us to explicitly name all attributes on fetch. 32 32 This element allows us to name EXTRA attributes from the default 33 list provided by the imple emntation.33 list provided by the implementation. 34 34 --> 35 35 <attrIds></attrIds> … … 194 194 <usercarddav classname="org.bedework.carddav.util.CardDAVConfig" > 195 195 <sysintfImpl>org.bedework.carddav.bwserver.BwSysIntfImpl</sysintfImpl> 196 196 197 <webaddrServiceURI>/find</webaddrServiceURI> 198 <webaddrServicePropertiesList>fn,email,note,org</webaddrServicePropertiesList> 197 199 <webaddrPublicAddrbook>/principals/users</webaddrPublicAddrbook> 198 200 … … 214 216 <pubcarddav classname="org.bedework.carddav.util.CardDAVConfig" > 215 217 <sysintfImpl>org.bedework.carddav.bwserver.BwSysIntfImpl</sysintfImpl> 218 216 219 <webaddrServiceURI>/find</webaddrServiceURI> 220 <webaddrServicePropertiesList>fn,note,org</webaddrServicePropertiesList> 217 221 <webaddrPublicAddrbook>/principals/users</webaddrPublicAddrbook> 218 222 trunk/config/bwbuild/jboss/carddav.options.xml
r2909 r2927 31 31 This requires us to explicitly name all attributes on fetch. 32 32 This element allows us to name EXTRA attributes from the default 33 list provided by the imple emntation.33 list provided by the implementation. 34 34 --> 35 35 <attrIds></attrIds> … … 194 194 <usercarddav classname="org.bedework.carddav.util.CardDAVConfig" > 195 195 <sysintfImpl>org.bedework.carddav.bwserver.BwSysIntfImpl</sysintfImpl> 196 196 197 <webaddrServiceURI>/find</webaddrServiceURI> 198 <webaddrServicePropertiesList>fn,email,note,org</webaddrServicePropertiesList> 197 199 <webaddrPublicAddrbook>/principals/users</webaddrPublicAddrbook> 198 200 … … 214 216 <pubcarddav classname="org.bedework.carddav.util.CardDAVConfig" > 215 217 <sysintfImpl>org.bedework.carddav.bwserver.BwSysIntfImpl</sysintfImpl> 218 216 219 <webaddrServiceURI>/find</webaddrServiceURI> 220 <webaddrServicePropertiesList>fn,note,org</webaddrServicePropertiesList> 217 221 <webaddrPublicAddrbook>/principals/users</webaddrPublicAddrbook> 218 222
