root/trunk/config/bwbuild/liferay5/cal.options.xml

Revision 2444 (checked in by johnsa, 3 years ago)

fixing up config files

Line 
1 <!-- This provides run time options for each of the configured applications.
2   -->
3 <bedework-options>
4   <org>
5     <bedework>
6       <global>
7         <version>3.6</version>
8
9         <!-- This property is how the running system finds the system settings.
10              In theory we could have multiple settings with different names
11          -->
12         <systemName>bedework</systemName>
13
14         <!-- This is used to prefix administrative group names to distinguish
15              them from user group names. -->
16         <adminGroupsIdPrefix>agrp_</adminGroupsIdPrefix>
17
18         <!-- Uncomment this and set the value to one of the supported portals
19              Values that will result in something happening are
20              liferay5
21              liferay4
22              uportal2
23         <portalPlatform>your-portal</portalPlatform>
24          -->
25
26         <!-- uris to cross link apps - of dubious usefulness -->
27         <publicAdminUri>/caladmin</publicAdminUri>
28         <publicCalendarUri>/cal</publicCalendarUri>
29         <personalCalendarUri>/ucal</personalCalendarUri>
30
31         <!-- CardDAV server locations -->
32         <publicCardDAVUri>http://localhost:8080/carddav</publicCardDAVUri>
33         <personalCardDAVUri>http://localhost:8080/ucarddav</personalCardDAVUri>
34
35         <!-- Timezone server locations -->
36         <timezonesUri>http://localhost:8080/tzsvr</timezonesUri>
37
38         <systemRoots  classname="org.bedework.calfacade.configs.SystemRoots" >
39           <principalRoot>/principals</principalRoot>
40           <userPrincipalRoot>/principals/users</userPrincipalRoot>
41           <groupPrincipalRoot>/principals/groups</groupPrincipalRoot>
42           <bwadmingroupPrincipalRoot>/principals/groups/bwadmin</bwadmingroupPrincipalRoot>
43           <resourcePrincipalRoot>/principals/resources</resourcePrincipalRoot>
44           <venuePrincipalRoot>/principals/locations</venuePrincipalRoot>
45           <ticketPrincipalRoot>/principals/tickets</ticketPrincipalRoot>
46           <hostPrincipalRoot>/principals/hosts</hostPrincipalRoot>
47         </systemRoots>
48
49         <module>
50           <!-- A dummy module with no directory. -->
51           <dir-config classname="org.bedework.calfacade.configs.DirConfigProperties">
52             <!-- List domains at your site separated by commas.
53                     A single leading wildcard "*" is allowed.
54                     If there is a single domain with no wildcard it wil be stripped from
55                     user accounts as they are entered and added as they are turned
56                     back into CUAs.
57                     Wildcarded or multiple domains will cause retention of the domain
58                     (partially untested feature) -->
59             <domains>mysite.edu</domains>
60
61             <!-- defaultDomain can be left unspecified for no default or a single
62                    exactly specified domain  -->
63             <defaultDomain>mysite.edu</defaultDomain>
64
65             <debug>true</debug>
66           </dir-config>
67
68           <!-- An example of how we might configure an ldap directory module. -->
69           <user-ldap-group classname="org.bedework.calfacade.configs.LdapConfigProperties">
70             <domains>mysite.edu</domains>
71             <defaultDomain>mysite.edu</defaultDomain>
72
73             <initialContextFactory>com.sun.jndi.ldap.LdapCtxFactory</initialContextFactory>
74             <providerUrl>ldap://localhost:10389</providerUrl>
75             <groupContextDn>ou=groups, dc=bedework, dc=org</groupContextDn>
76             <groupMemberAttr>member</groupMemberAttr>
77             <userDnPrefix>uid=</userDnPrefix>
78             <userDnSuffix>,ou=accounts, dc=bedework, dc=org</userDnSuffix>
79             <groupDnPrefix>cn=</groupDnPrefix>
80             <groupDnSuffix>,ou=groups,dc=bedework, dc=org</groupDnSuffix>
81             <debug>true</debug>
82
83             <securityAuthentication>simple</securityAuthentication>
84             <securityProtocol>NONE</securityProtocol>
85             <authDn>uid=admin,ou=system</authDn>
86             <authPw>secret</authPw>
87           </user-ldap-group>
88
89           <testmail classname="org.bedework.mail.MailConfigProperties">
90             <protocol>smtp</protocol>
91             <protocolClass>com.sun.mail.smtp.SMTPTransport</protocolClass>
92             <serverIp>localhost</serverIp>
93             <from>calendar.myplace.edu</from>
94             <subject>Message from demo calendar server</subject>
95             <disabled>false</disabled>
96           </testmail>
97
98           <dummymail classname="org.bedework.mail.MailConfigProperties">
99             <disabled>false</disabled>
100           </dummymail>
101
102           <default-pwencrypt classname="org.bedework.calfacade.security.DefaultPwEncryptionConfig">
103             <privKeys>@QUICKSTART_DIR@/data/bedework/privkeys</privKeys>
104             <pubKeys>@QUICKSTART_DIR@/data/bedework/pubkeys</pubKeys>
105
106             <debug>true</debug>
107             <verbose>true</verbose>
108           </default-pwencrypt>
109         </module>
110       </global>
111
112       <syspars classname="org.bedework.calfacade.BwSystem">
113         <!-- name must match the global system name -->
114         <name>bedework</name>
115         <tzid>America/New_York</tzid>
116         <systemid>demobedework@mysite.edu</systemid>
117
118         <publicCalendarRoot>public</publicCalendarRoot>
119         <userCalendarRoot>user</userCalendarRoot>
120         <userDefaultCalendar>calendar</userDefaultCalendar>
121         <defaultTrashCalendar>Trash</defaultTrashCalendar>
122         <userInbox>Inbox</userInbox>
123         <userOutbox>Outbox</userOutbox>
124         <deletedCalendar>Deleted</deletedCalendar>
125         <busyCalendar>Busy</busyCalendar>
126
127         <defaultUserViewName>All</defaultUserViewName>
128         <defaultUserHour24>true</defaultUserHour24>
129
130         <publicUser>public-user</publicUser>
131
132         <httpConnectionsPerUser>10</httpConnectionsPerUser>
133         <httpConnectionsPerHost>50</httpConnectionsPerHost>
134         <httpConnections>200</httpConnections>
135
136         <!-- size limits -->
137         <maxPublicDescriptionLength>500</maxPublicDescriptionLength>
138         <maxUserDescriptionLength>5000</maxUserDescriptionLength>
139         <maxUserEntitySize>100000</maxUserEntitySize>
140         <defaultUserQuota>10000000</defaultUserQuota> <!-- 10 Meg OK? -->
141
142         <!-- Max number of instances per recurring event -->
143         <maxInstances>1000</maxInstances>
144
145         <!-- Max number of years per recurring event -->
146         <maxYears>50</maxYears>
147
148         <userauthClass>org.bedework.calsvc.directory.UserAuthUWDbImpl</userauthClass>
149         <mailerClass>org.bedework.mail.DummyMailer</mailerClass>
150         <admingroupsClass>org.bedework.calsvc.directory.AdminGroupsDbImpl</admingroupsClass>
151         <usergroupsClass>org.bedework.calsvc.directory.UserGroupsLdapImpl</usergroupsClass>
152         <!--
153         <usergroupsClass>org.bedework.calsvc.directory.GroupsDbImpl</usergroupsClass>
154         -->
155
156         <directoryBrowsingDisallowed>true</directoryBrowsingDisallowed>
157
158         <indexRoot>lucene/indexroot</indexRoot>
159
160         <rootUsers>admin</rootUsers>
161       </syspars>
162
163       <app>
164         <!-- ==================================================================
165                           Timezones server
166              ================================================================== -->
167         <tzsvr classname="org.bedework.calfacade.configs.ConfigCommon">
168           <appType>tzsvr</appType>
169           <publicAdmin>false</publicAdmin>
170           <guestMode>true</guestMode>
171         </tzsvr>
172
173         <!-- ==================================================================
174                           Config web client
175              ================================================================== -->
176         <bwconfig classname="org.bedework.calfacade.configs.ConfigCommon">
177           <appType>webconfig</appType>
178           <publicAdmin>false</publicAdmin>
179           <guestMode>false</guestMode>
180         </bwconfig>
181
182         <!-- ==================================================================
183                           Admin web client CalAdmin
184              ================================================================== -->
185         <CalAdmin classname="org.bedework.calfacade.configs.AdminConfig">
186           <autoCreateContacts>false</autoCreateContacts>
187           <autoDeleteContacts>false</autoDeleteContacts>
188           <autoCreateLocations>false</autoCreateLocations>
189           <autoDeleteLocations>false</autoDeleteLocations>
190
191           <!-- if these are false only superuser can maintain public
192                categories, locations and contacts -->
193           <allowEditAllCategories>true</allowEditAllCategories>
194           <allowEditAllLocations>true</allowEditAllLocations>
195           <allowEditAllContacts>true</allowEditAllContacts>
196
197           <categoryOptional>true</categoryOptional>
198
199           <noGroupAllowed>false</noGroupAllowed>
200
201           <appType>webadmin</appType>
202           <publicAdmin>true</publicAdmin>
203           <guestMode>false</guestMode>
204
205           <!-- This will become a system configuration in time -->
206           <submissionRoot>/public/unbrowsable/submissions</submissionRoot>
207
208           <!-- Default value for 24 hour mode -->
209           <hour24>true</hour24>
210
211           <!-- Default value for minute increments -->
212           <minIncrement>5</minIncrement>
213
214           <logPrefix>PubEventsAdmin</logPrefix>
215
216           <appRoot>http://localhost:8080/caladminrsrc</appRoot>
217         </CalAdmin>
218
219         <!-- ==================================================================
220                           Public event submission web client EventSubmit
221              ================================================================== -->
222         <EventSubmit classname="org.bedework.calfacade.configs.ClientConfig">
223           <autoCreateContacts>false</autoCreateContacts>
224           <autoDeleteContacts>false</autoDeleteContacts>
225           <autoCreateLocations>false</autoCreateLocations>
226           <autoDeleteLocations>false</autoDeleteLocations>
227
228           <appType>websubmit</appType>
229           <publicAdmin>false</publicAdmin>
230           <guestMode>false</guestMode>
231
232           <!-- This will become a system configuration in time -->
233           <submissionRoot>/public/unbrowsable/submissions</submissionRoot>
234
235           <!-- Default value for 24 hour mode -->
236           <hour24>true</hour24>
237
238           <!-- Default value for minute increments -->
239           <minIncrement>5</minIncrement>
240
241           <showYearData>false</showYearData>
242
243           <logPrefix>EventSubmit</logPrefix>
244
245           <appRoot>http://localhost:8080/eventsubmitrsrc</appRoot>
246
247           <refreshAction>setup.do</refreshAction>
248           <refreshInterval>900</refreshInterval>
249         </EventSubmit>
250
251         <!-- ==================================================================
252                           Public web client Events
253              ================================================================== -->
254         <Events classname="org.bedework.calfacade.configs.ClientConfig">
255           <cachingOn>true</cachingOn>
256           <cachePrefix>bwpubevents</cachePrefix>
257
258           <autoCreateContacts>false</autoCreateContacts>
259           <autoDeleteContacts>false</autoDeleteContacts>
260           <autoCreateLocations>false</autoCreateLocations>
261           <autoDeleteLocations>false</autoDeleteLocations>
262
263           <appType>webpublic</appType>
264           <publicAdmin>false</publicAdmin>
265           <guestMode>true</guestMode>
266
267           <!-- Default value for 24 hour mode -->
268           <hour24>true</hour24>
269
270           <!-- Default value for minute increments -->
271           <minIncrement>5</minIncrement>
272
273           <showYearData>false</showYearData>
274
275           <logPrefix>PubEvents</logPrefix>
276
277           <appRoot>http://localhost:8080/calrsrc</appRoot>
278
279           <refreshAction>setup.do</refreshAction>
280           <refreshInterval>300</refreshInterval>
281
282           <calSuite>MainCampus</calSuite>
283         </Events>
284
285
286
287         <!-- ==================================================================
288                           Feed Service
289              ================================================================== -->
290         <Feeder classname="org.bedework.calfacade.configs.ClientConfig">
291           <cachingOn>true</cachingOn>
292           <cachePrefix>bwfeeder</cachePrefix>
293
294           <autoCreateContacts>false</autoCreateContacts>
295           <autoDeleteContacts>false</autoDeleteContacts>
296           <autoCreateLocations>false</autoCreateLocations>
297           <autoDeleteLocations>false</autoDeleteLocations>
298
299           <appType>feeder</appType>
300           <publicAdmin>false</publicAdmin>
301           <guestMode>true</guestMode>
302
303           <!-- Default value for 24 hour mode -->
304           <hour24>true</hour24>
305
306           <!-- Default value for minute increments -->
307           <minIncrement>5</minIncrement>
308
309           <showYearData>false</showYearData>
310
311           <logPrefix>Feeder</logPrefix>
312
313           <appRoot>http://localhost:8080/calfeedrsrc</appRoot>
314
315           <refreshAction>setup.do</refreshAction>
316           <refreshInterval>300</refreshInterval>
317
318           <calSuite>MainCampus</calSuite>
319         </Feeder>
320
321         <!-- ==================================================================
322                           Demo departmental Public web client SoEDept
323              ================================================================== -->
324         <SoEDept classname="org.bedework.calfacade.configs.ClientConfig">
325           <cachingOn>true</cachingOn>
326           <cachePrefix>bwpubevents</cachePrefix>
327
328           <autoCreateContacts>false</autoCreateContacts>
329           <autoDeleteContacts>false</autoDeleteContacts>
330           <autoCreateLocations>false</autoCreateLocations>
331           <autoDeleteLocations>false</autoDeleteLocations>
332
333           <appType>webpublic</appType>
334           <publicAdmin>false</publicAdmin>
335           <guestMode>true</guestMode>
336
337           <!-- Default value for 24 hour mode -->
338           <hour24>true</hour24>
339
340           <!-- Default value for minute increments -->
341           <minIncrement>5</minIncrement>
342
343           <showYearData>false</showYearData>
344
345           <logPrefix>SoEDept</logPrefix>
346
347           <appRoot>http://localhost:8080/calrsrc</appRoot>
348
349           <refreshAction>setup.do</refreshAction>
350           <refreshInterval>300</refreshInterval>
351
352           <calSuite>SoEDepartmental</calSuite>
353         </SoEDept>
354
355         <!-- ==================================================================
356                           User web client UserCal
357              ================================================================== -->
358         <UserCal classname="org.bedework.calfacade.configs.ClientConfig">
359           <autoCreateContacts>false</autoCreateContacts>
360           <autoDeleteContacts>false</autoDeleteContacts>
361           <autoCreateLocations>false</autoCreateLocations>
362           <autoDeleteLocations>false</autoDeleteLocations>
363
364           <appType>webuser</appType>
365           <publicAdmin>false</publicAdmin>
366           <guestMode>false</guestMode>
367
368           <!-- Default value for 24 hour mode -->
369           <hour24>true</hour24>
370
371           <!-- Default value for minute increments -->
372           <minIncrement>5</minIncrement>
373
374           <showYearData>false</showYearData>
375
376           <logPrefix>PersonalCalendar</logPrefix>
377
378           <appRoot>http://localhost:8080/ucalrsrc</appRoot>
379
380           <refreshAction>setup.do</refreshAction>
381           <refreshInterval>300</refreshInterval>
382         </UserCal>
383
384         <!-- ==================================================================
385                           User CalDAV server UserCalDAV
386              ================================================================== -->
387         <Usercaldav classname="org.bedework.caldav.util.CalDAVConfig">
388           <appType>usercaldav</appType>
389           <!--
390           <publicAdmin>false</publicAdmin>
391           -->
392           <guestMode>false</guestMode>
393
394           <sysintfImpl>org.bedework.caldav.bwserver.BwSysIntfImpl</sysintfImpl>
395
396           <!-- Comment out or delete for no ischedule service
397                Currently under development and may present a security risk in
398                production systems
399
400                Note that the uri "/ischedule" is defined in the draft and should
401                not be changed to some other value. -->
402           <ischeduleURI>/ischedule</ischeduleURI>
403
404           <!-- Comment out or delete for no freebusy url service -->
405           <fburlServiceURI>/fbsvc</fburlServiceURI>
406
407           <!-- Comment out or delete for no web calendar service -->
408           <webcalServiceURI>/webcal</webcalServiceURI>
409         </Usercaldav>
410
411         <!-- ==================================================================
412                           Public (unauthenticated) CalDAV server PublicCalDAV
413              ================================================================== -->
414         <Pubcaldav classname="org.bedework.caldav.util.CalDAVConfig">
415           <appType>publiccaldav</appType>
416           <!--
417           <publicAdmin>false</publicAdmin>
418            -->
419           <guestMode>true</guestMode>
420
421           <sysintfImpl>org.bedework.caldav.bwserver.BwSysIntfImpl</sysintfImpl>
422
423           <!-- Comment out or delete for no ischedule service
424                Currently under development and may present a security risk in
425                production systems
426
427                Note that the uri "/ischedule" is defined in the draft and should
428                not be changed to some other value. -->
429           <ischeduleURI>/ischedule</ischeduleURI>
430
431           <!-- Comment out or delete for no freebusy url service -->
432           <fburlServiceURI>/fbsvc</fburlServiceURI>
433
434           <!-- Comment out or delete for no web calendar service -->
435           <webcalServiceURI>/webcal</webcalServiceURI>
436         </Pubcaldav>
437
438         <!-- ==================================================================
439                           CalDAV test suite
440              ================================================================== -->
441         <caldavTest classname="org.bedework.calfacade.configs.ConfigCommon">
442           <appType>caldavTest</appType>
443           <publicAdmin>false</publicAdmin>
444           <guestMode>false</guestMode>
445         </caldavTest>
446
447         <!-- ==================================================================
448                           bedework test suite
449              ================================================================== -->
450         <test classname="org.bedework.calfacade.configs.ConfigCommon">
451           <appType>testsuite</appType>
452           <publicAdmin>false</publicAdmin>
453           <guestMode>false</guestMode>
454         </test>
455
456         <!-- ==================================================================
457                           Dump restore program dumpres
458              ================================================================== -->
459         <dumpres classname="org.bedework.calfacade.configs.DumpRestoreConfig">
460           <debug>true</debug>
461           <appType>dumprestore</appType>
462           <guestMode>true</guestMode>
463           <debugEntity>false</debugEntity>
464           <superGroupName>campusAdminGroups</superGroupName>
465           <defaultPublicCalPath>/public/Other Events/Other</defaultPublicCalPath>
466         </dumpres>
467
468         <!-- ==================================================================
469                           Crawler program
470              ================================================================== -->
471         <indexer classname="org.bedework.calfacade.configs.BwCrawlerConfig">
472           <debug>true</debug>
473           <appType>indexer</appType>
474           <guestMode>true</guestMode>
475           <debugEntity>false</debugEntity>
476         </indexer>
477
478         <!-- ==================================================================
479                           System events logger program
480              ================================================================== -->
481         <sysevlog classname="org.bedework.calfacade.configs.BwCrawlerConfig">
482           <debug>true</debug>
483           <appType>sysevlog</appType>
484           <guestMode>true</guestMode>
485           <debugEntity>false</debugEntity>
486         </sysevlog>
487
488         <!-- ==================================================================
489                           In/outbox scheduler program
490              ================================================================== -->
491         <iosched classname="org.bedework.calfacade.configs.BwCrawlerConfig">
492           <debug>true</debug>
493           <appType>inoutsched</appType>
494           <guestMode>true</guestMode>
495           <debugEntity>false</debugEntity>
496         </iosched>
497       </app>
498     </bedework>
499   </org>
500 </bedework-options>
501
Note: See TracBrowser for help on using the browser.