Changeset 2908
- Timestamp:
- 05/20/10 19:51:51
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
releases/bedework-3.6/config/bwbuild/jboss-mysql/carddav.options.xml
r2784 r2908 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" > … … 130 132 <debug>true</debug> 131 133 </user-dirHandler> 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> 132 163 133 164 <!-- handle the public (enterprise) address book hierarchy --> releases/bedework-3.6/config/bwbuild/jboss/carddav.options.xml
r2439 r2908 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" > … … 130 132 <debug>true</debug> 131 133 </user-dirHandler> 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> 132 163 133 164 <!-- handle the public (enterprise) address book hierarchy -->
