serverinfo-old-caldav-endpoint.xml 27 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838
  1. <?xml version="1.0" standalone="no"?>
  2. <!DOCTYPE serverinfo SYSTEM "./serverinfo.dtd">
  3. <!--
  4. - SPDX-FileCopyrightText: 2006-2015 Apple Inc. All rights reserved.
  5. - SPDX-License-Identifier: Apache-2.0
  6. -->
  7. <serverinfo>
  8. <host>localhost</host>
  9. <nonsslport>8888</nonsslport>
  10. <authtype>basic</authtype>
  11. <!-- <unix>/tmp/caldavd_requests/unsecured.sock</unix> -->
  12. <waitcount>120</waitcount>
  13. <waitdelay>0.25</waitdelay>
  14. <waitsuccess>30</waitsuccess>
  15. <features>
  16. <!-- Generic WebDAV extensions -->
  17. <feature>COPY Method</feature> <!-- COPY method -->
  18. <feature>MOVE Method</feature> <!-- MOVE method -->
  19. <feature>Extended MKCOL</feature> <!-- Extended MKCOL -->
  20. <!-- ACL related -->
  21. <feature>ACL Method</feature> <!-- ACL method -->
  22. <feature>acl-principal-prop-set REPORT</feature> <!-- ACL acl-principal-prop-set REPORT -->
  23. <feature>principal-match REPORT</feature> <!-- ACL principal-match REPORT -->
  24. <feature>principal-property-search REPORT</feature> <!-- ACL principal-property-search REPORT -->
  25. <feature>principal-search-property-set REPORT</feature> <!-- ACL principal-search-property-set REPORT -->
  26. <feature>calendarserver-principal-search REPORT</feature> <!-- ACL calendarserver-principal-search REPORT -->
  27. <feature>add-member</feature> <!-- Add-member used to create resources -->
  28. <!-- <feature>auth-on-root</feature> --> <!-- Whether the server requires authentication on the root URI -->
  29. <feature>brief</feature> <!-- Brief header for PROPFIND, REPORT -->
  30. <feature>bulk-post</feature> <!-- Bulk POST requests -->
  31. <feature>ctag</feature> <!-- ctag extension -->
  32. <feature>current-user-principal</feature> <!-- current-user-principal extension -->
  33. <feature>directory listing</feature> <!-- GET on collection -->
  34. <feature>extended-principal-search</feature> <!-- Extended principal-property-search REPORT extension -->
  35. <feature>expand-property</feature> <!-- Expand property REPORT -->
  36. <feature>only-proxy-groups</feature> <!-- Group-membership only includes delegated-to groups -->
  37. <feature>limits</feature> <!-- max-collections and max-resources limits -->
  38. <feature>own-root</feature> <!-- / is owned by this service -->
  39. <feature>prefer</feature> <!-- Prefer header overall support -->
  40. <feature>prefer-minimal</feature> <!-- Prefer header return=minimal -->
  41. <feature>prefer-representation</feature> <!-- Prefer header return=representation -->
  42. <feature>prefer-noroot</feature> <!-- Prefer header depth-noroot -->
  43. <feature>quota</feature> <!-- WebDAV QUOTA -->
  44. <!-- <feature>quota-on-resources</feature> --> <!-- WebDAV QUOTA on calendar and address book object resources -->
  45. <feature>resource-id</feature> <!-- WebDAV BIND DAV:resource-id property -->
  46. <feature>sync-report</feature> <!-- WebDAV collection sync REPORT -->
  47. <!-- <feature>sync-report-limit</feature> --> <!-- WebDAV collection sync REPORT DAV:limit support -->
  48. <!--<feature>sync-report-home</feature> &lt;!&ndash; WebDAV collection sync REPORT on Homes &ndash;&gt;-->
  49. <feature>sync-report-config-token</feature> <!-- Sync REPORT token includes configuration component -->
  50. <feature>well-known</feature> <!-- well-known feature -->
  51. <!-- <feature>per-object-ACLs</feature> --> <!-- ACL for objects in calendar/address books -->
  52. <!-- <feature>regular-collection</feature> --> <!-- Regular collections allowed in calendar/address book homes -->
  53. <feature>json-data</feature> <!-- jCal and jCard support -->
  54. <!-- CalendarServer specific extensions -->
  55. <feature>control-api</feature> <!-- Control API support -->
  56. <!-- CalDAV specific extension -->
  57. <feature>caldav</feature> <!-- Basic CalDAV feature enabler -->
  58. <feature>attachments-collection</feature> <!-- Server uses a collection in same WebDAV tree to store attachments -->
  59. <feature>auto-accept</feature> <!-- Auto-accept for rooms & locations -->
  60. <feature>auto-accept-modes</feature> <!-- Auto-accept modes -->
  61. <feature>client-fix-TRANSP</feature> <!-- fix client TRANSP -->
  62. <!-- <feature>dropbox</feature> --> <!-- dropbox extension -->
  63. <feature>default-alarms</feature> <!-- default alarms extension -->
  64. <feature>EMAIL parameter</feature> <!-- Server normalizes cuaddress and adds EMAIL parameter -->
  65. <feature>extended-freebusy</feature> <!-- Extended freebusy response -->
  66. <feature>freebusy-url</feature> <!-- Freebusy URL -->
  67. <feature>group-attendee-expansion</feature> <!-- Auto-expansion of group attendees -->
  68. <feature>implicit-scheduling</feature> <!-- CalDAV scheduling - implicit -->
  69. <feature>location-resource-tracking</feature> <!-- Server tracks who makes unscheduled changes to locations and resources -->
  70. <feature>managed-attachments</feature> <!-- CalDAV Managed Attachments -->
  71. <feature>maskuid</feature> <!-- maskuid extension -->
  72. <feature>no-duplicate-uids</feature> <!-- duplicate UIDs in same home not supported -->
  73. <feature>partstat-timestamp</feature> <!-- Time stamps when PARTSTAT changes extension -->
  74. <!-- <feature>podding</feature> --> <!-- Podded server -->
  75. <feature>private-comments</feature> <!-- private-comments extension -->
  76. <feature>private-events</feature> <!-- private-events extension -->
  77. <feature>proxy</feature> <!-- calendar-user-proxy extension -->
  78. <!-- <feature>proxy-authz</feature> --> <!-- sudo user extension -->
  79. <feature>recurrence-splitting</feature> <!-- Recurring components can be split -->
  80. <feature>remove-duplicate-alarms</feature> <!-- Server removes any duplicate alarms on PUT -->
  81. <feature>query-extended</feature> <!-- calendar-query-extended extension -->
  82. <feature>shared-calendars</feature> <!-- Shared calendars extension -->
  83. <feature>share-calendars-to-groups</feature> <!-- Share calendars to groups extension -->
  84. <feature>schedule-changes</feature> <!-- schedule-changes property extension -->
  85. <feature>split-calendars</feature> <!-- Calendars are split by component type -->
  86. <feature>supported-component-sets</feature> <!-- CALDAV:supported-calendar-component-sets on calendar homes -->
  87. <feature>supported-component-sets-one</feature> <!-- Only single component calendars allowed to be created -->
  88. <feature>timerange-low-limit</feature> <!-- Time-range only valid one year back -->
  89. <feature>timerange-high-limit</feature> <!-- Time-range only valid 5 years ahead -->
  90. <feature>timezones-by-reference</feature> <!-- Timezones by reference enabled -->
  91. <feature>timezone-service</feature> <!-- Timezone service extension for Wiki -->
  92. <feature>timezone-std-service</feature> <!-- Timezone standard service extension -->
  93. <!-- <feature>trash-collection</feature> --> <!-- Trash collection enabled -->
  94. <feature>travel-time-busy</feature> <!-- Travel time appears as busy -->
  95. <feature>vavailability</feature> <!-- VAVAILABILITY on inbox -->
  96. <!-- <feature>vpoll</feature> --> <!-- VPOLL support for store and scheduling -->
  97. <feature>webcal</feature> <!-- Internet calendar subscription via GET on calendar collection -->
  98. <!-- CardDAV specific extension -->
  99. <feature>carddav</feature> <!-- Basic CardDAV feature enabler -->
  100. <feature>default-addressbook</feature> <!-- Default address book behavior -->
  101. <feature>shared-addressbooks</feature> <!-- Shared address books extension -->
  102. <feature>shared-addressbook-groups</feature> <!-- Shared address book groups extension -->
  103. <feature>directory-gateway</feature> <!-- Directory gateway extension -->
  104. </features>
  105. <substitutions>
  106. <!-- Useful xpath shortcuts for verifiers -->
  107. <substitution>
  108. <key>$multistatus-response-prefix:</key>
  109. <value>/{DAV:}multistatus/{DAV:}response</value>
  110. </substitution>
  111. <substitution>
  112. <key>$multistatus-href-prefix:</key>
  113. <value>/{DAV:}multistatus/{DAV:}response/{DAV:}href</value>
  114. </substitution>
  115. <substitution>
  116. <key>$verify-response-prefix:</key>
  117. <value>{DAV:}response/{DAV:}propstat/{DAV:}prop</value>
  118. </substitution>
  119. <substitution>
  120. <key>$verify-property-prefix:</key>
  121. <value>/{DAV:}multistatus/{DAV:}response/{DAV:}propstat/{DAV:}prop</value>
  122. </substitution>
  123. <substitution>
  124. <key>$verify-bad-response:</key>
  125. <value>/{DAV:}multistatus/{DAV:}response/{DAV:}status</value>
  126. </substitution>
  127. <substitution>
  128. <key>$verify-error-response:</key>
  129. <value>/{DAV:}multistatus/{DAV:}response/{DAV:}error</value>
  130. </substitution>
  131. <substitution>
  132. <key>$CALDAV:</key>
  133. <value>urn:ietf:params:xml:ns:caldav</value>
  134. </substitution>
  135. <substitution>
  136. <key>$CARDDAV:</key>
  137. <value>urn:ietf:params:xml:ns:carddav</value>
  138. </substitution>
  139. <substitution>
  140. <key>$CS:</key>
  141. <value>http://calendarserver.org/ns/</value>
  142. </substitution>
  143. <!-- Server configuration settings -->
  144. <!-- $host: and $hostssl: are implicitly added by CalDAVTester based
  145. on the host/nonsslport/sslport values and ssl command line switch -->
  146. <!-- relative path to caldav root-->
  147. <substitution>
  148. <key>$root:</key>
  149. <value>/remote.php/caldav/</value>
  150. </substitution>
  151. <!-- relative path to main principal collection-->
  152. <substitution>
  153. <key>$principalcollection:</key>
  154. <value>$root:principals/</value>
  155. </substitution>
  156. <!-- the core record type collections-->
  157. <substitution>
  158. <key>$uidstype:</key>
  159. <value>__uids__</value>
  160. </substitution>
  161. <substitution>
  162. <key>$groupstype:</key>
  163. <value>groups</value>
  164. </substitution>
  165. <substitution>
  166. <key>$locationstype:</key>
  167. <value>locations</value>
  168. </substitution>
  169. <substitution>
  170. <key>$resourcestype:</key>
  171. <value>resources</value>
  172. </substitution>
  173. <!-- relative path to record type principal collections-->
  174. <substitution>
  175. <key>$principals_uids:</key>
  176. <value>$principalcollection:$uidstype:/</value>
  177. </substitution>
  178. <substitution>
  179. <key>$principals_users:</key>
  180. <value>$principalcollection:</value>
  181. </substitution>
  182. <substitution>
  183. <key>$principals_groups:</key>
  184. <value>$principalcollection:$groupstype:/</value>
  185. </substitution>
  186. <substitution>
  187. <key>$principals_resources:</key>
  188. <value>$principalcollection:$resourcestype:/</value>
  189. </substitution>
  190. <substitution>
  191. <key>$principals_locations:</key>
  192. <value>$principalcollection:$locationstype:/</value>
  193. </substitution>
  194. <!-- relative path to calendars collection-->
  195. <substitution>
  196. <key>$calendars:</key>
  197. <value>$root:calendars/</value>
  198. </substitution>
  199. <!-- relative path to record type calendar collections-->
  200. <substitution>
  201. <key>$calendars_uids:</key>
  202. <value>$calendars:$uidstype:/</value>
  203. </substitution>
  204. <substitution>
  205. <key>$calendars_users:</key>
  206. <value>$calendars:/</value>
  207. </substitution>
  208. <substitution>
  209. <key>$calendars_resources:</key>
  210. <value>$calendars:$resourcestype:/</value>
  211. </substitution>
  212. <substitution>
  213. <key>$calendars_locations:</key>
  214. <value>$calendars:$locationstype:/</value>
  215. </substitution>
  216. <!-- primary calendar name-->
  217. <substitution>
  218. <key>$calendar:</key>
  219. <value>calendar</value>
  220. </substitution>
  221. <!-- primary tasks-only calendar name-->
  222. <substitution>
  223. <key>$tasks:</key>
  224. <value>tasks</value>
  225. </substitution>
  226. <!-- primary polls-only calendar name-->
  227. <substitution>
  228. <key>$polls:</key>
  229. <value>polls</value>
  230. </substitution>
  231. <!-- inbox name-->
  232. <substitution>
  233. <key>$inbox:</key>
  234. <value>inbox</value>
  235. </substitution>
  236. <!-- outbox name-->
  237. <substitution>
  238. <key>$outbox:</key>
  239. <value>outbox</value>
  240. </substitution>
  241. <!-- dropbox name-->
  242. <substitution>
  243. <key>$dropbox:</key>
  244. <value>dropbox</value>
  245. </substitution>
  246. <!-- attachments name-->
  247. <substitution>
  248. <key>$attachments:</key>
  249. <value>dropbox</value>
  250. </substitution>
  251. <!-- notification name-->
  252. <substitution>
  253. <key>$notification:</key>
  254. <value>notification</value>
  255. </substitution>
  256. <!-- freebusy name-->
  257. <substitution>
  258. <key>$freebusy:</key>
  259. <value>freebusy</value>
  260. </substitution>
  261. <!-- Sync home collection items - use "-" to include the home resource-->
  262. <substitution>
  263. <key>$calendar_home_items_initial_sync:</key>
  264. <value>[-,$calendar:/,$tasks:/,$inbox:/,$outbox:/,$freebusy:,$notification:/]</value>
  265. </substitution>
  266. <!-- Sync collection extra items - use "-" to include the collection-->
  267. <substitution>
  268. <key>$calendar_sync_extra_items:</key>
  269. <value>[-]</value>
  270. </substitution>
  271. <!-- Sync collection extra count - gets added to the totalcount value-->
  272. <substitution>
  273. <key>$calendar_sync_extra_count:</key>
  274. <value>1</value> <!-- the request-uri resource is returned when no token passed-->
  275. </substitution>
  276. <!-- server-to-server inbox-->
  277. <substitution>
  278. <key>$servertoserver:</key>
  279. <value>$root:inbox</value>
  280. </substitution>
  281. <!-- timezone service-->
  282. <substitution>
  283. <key>$timezoneservice:</key>
  284. <value>$root:timezones</value>
  285. </substitution>
  286. <!-- timezone std service-->
  287. <substitution>
  288. <key>$timezonestdservice:</key>
  289. <value>$root:stdtimezones</value>
  290. </substitution>
  291. <!-- relative path to addressbooks collection-->
  292. <substitution>
  293. <key>$addressbooks:</key>
  294. <value>$root:addressbooks/</value>
  295. </substitution>
  296. <!-- relative path to record type addressbook collections-->
  297. <substitution>
  298. <key>$addressbooks_uids:</key>
  299. <value>$addressbooks:$uidstype:/</value>
  300. </substitution>
  301. <substitution>
  302. <key>$addressbooks_users:</key>
  303. <value>$addressbooks:/</value>
  304. </substitution>
  305. <!-- primary addressbook name -->
  306. <substitution>
  307. <key>$addressbook:</key>
  308. <value>addressbook</value>
  309. </substitution>
  310. <!-- directory name -->
  311. <substitution>
  312. <key>$directory:</key>
  313. <value>$root:directory/</value>
  314. </substitution>
  315. <!-- POST add-member URI suffix -->
  316. <substitution>
  317. <key>$add-member:</key>
  318. <value>;add-member</value>
  319. </substitution>
  320. <!-- user id for admin user -->
  321. <substitution>
  322. <key>$useradmin:</key>
  323. <value>admin</value>
  324. </substitution>
  325. <!-- guid for admin user -->
  326. <substitution>
  327. <key>$useradminguid:</key>
  328. <value>0C8BDE62-E600-4696-83D3-8B5ECABDFD2E</value>
  329. </substitution>
  330. <!-- password for admin user -->
  331. <substitution>
  332. <key>$pswdadmin:</key>
  333. <value>admin</value>
  334. </substitution>
  335. <!-- relative path to admin principal resource-->
  336. <substitution>
  337. <key>$principal_admin:</key>
  338. <value>$principals_users:$useradmin:/</value>
  339. </substitution>
  340. <substitution>
  341. <key>$principaluri_admin:</key>
  342. <value>$principals_uids:$useradminguid:/</value>
  343. </substitution>
  344. <!-- user id for apprentice user -->
  345. <substitution>
  346. <key>$userapprentice:</key>
  347. <value>apprentice</value>
  348. </substitution>
  349. <!-- guid for apprentice user -->
  350. <substitution>
  351. <key>$userapprenticeguid:</key>
  352. <value>29B6C503-11DF-43EC-8CCA-40C7003149CE</value>
  353. </substitution>
  354. <!-- password for admin user -->
  355. <substitution>
  356. <key>$pswdapprentice:</key>
  357. <value>apprentice</value>
  358. </substitution>
  359. <!-- relative path to apprentice principal resource-->
  360. <substitution>
  361. <key>$principal_apprentice:</key>
  362. <value>$principals_users:$userapprentice:/</value>
  363. </substitution>
  364. <substitution>
  365. <key>$principaluri_apprentice:</key>
  366. <value>$principals_uids:$userapprenticeguid:/</value>
  367. </substitution>
  368. <!-- user id for proxy user -->
  369. <substitution>
  370. <key>$userproxy:</key>
  371. <value>superuser</value>
  372. </substitution>
  373. <!-- password for proxy user -->
  374. <substitution>
  375. <key>$pswdproxy:</key>
  376. <value>superuser</value>
  377. </substitution>
  378. <!-- Forty user accounts -->
  379. <repeat count="40">
  380. <!-- user id -->
  381. <substitution>
  382. <key>$userid%d:</key>
  383. <value>user%02d</value>
  384. </substitution>
  385. <!-- user guid -->
  386. <substitution>
  387. <key>$userguid%d:</key>
  388. <value>10000000-0000-0000-0000-000000000%03d</value>
  389. </substitution>
  390. <!-- user name -->
  391. <substitution>
  392. <key>$username%d:</key>
  393. <value>User %02d</value>
  394. </substitution>
  395. <!-- user name URI encoded -->
  396. <substitution>
  397. <key>$username-encoded%d:</key>
  398. <value>User%%20%02d</value>
  399. </substitution>
  400. <!-- first name -->
  401. <substitution>
  402. <key>$firstname%d:</key>
  403. <value>User</value>
  404. </substitution>
  405. <!-- last name -->
  406. <substitution>
  407. <key>$lastname%d:</key>
  408. <value>%02d</value>
  409. </substitution>
  410. <!-- password -->
  411. <substitution>
  412. <key>$pswd%d:</key>
  413. <value>user%02d</value>
  414. </substitution>
  415. <!-- relative path to user principal resource-->
  416. <substitution>
  417. <key>$principal%d:</key>
  418. <value>$principals_users:$userid%d:/</value>
  419. </substitution>
  420. <substitution>
  421. <key>$principaluri%d:</key>
  422. <value>$principals_users:$userid%d:/</value>
  423. </substitution>
  424. <substitution>
  425. <key>$principal%dnoslash:</key>
  426. <value>$principals_users:$userid%d:</value>
  427. </substitution>
  428. <!-- relative path to user calendar home-->
  429. <substitution>
  430. <key>$calendarhome%d:</key>
  431. <value>$calendars:$userid%d:</value>
  432. </substitution>
  433. <!-- relative path to user alternate calendar home-->
  434. <substitution>
  435. <key>$calendarhomealt%d:</key>
  436. <value>$calendars_users:$userid%d:</value>
  437. </substitution>
  438. <!-- relative path to user calendar-->
  439. <substitution>
  440. <key>$calendarpath%d:</key>
  441. <value>$calendarhome%d:/$calendar:</value>
  442. </substitution>
  443. <!-- relative path to user alternate calendar-->
  444. <substitution>
  445. <key>$calendarpathalt%d:</key>
  446. <value>$calendarhomealt%d:/$calendar:</value>
  447. </substitution>
  448. <!-- relative path to user tasks calendar-->
  449. <substitution>
  450. <key>$taskspath%d:</key>
  451. <value>$calendarhome%d:/$tasks:</value>
  452. </substitution>
  453. <!-- relative path to user polls calendar-->
  454. <substitution>
  455. <key>$pollspath%d:</key>
  456. <value>$calendarhome%d:/$polls:</value>
  457. </substitution>
  458. <!-- relative path to user inbox-->
  459. <substitution>
  460. <key>$inboxpath%d:</key>
  461. <value>$calendarhome%d:/$inbox:</value>
  462. </substitution>
  463. <!-- relative path to user outbox-->
  464. <substitution>
  465. <key>$outboxpath%d:</key>
  466. <value>$calendarhome%d:/$outbox:</value>
  467. </substitution>
  468. <!-- relative path to user dropbox-->
  469. <substitution>
  470. <key>$dropboxpath%d:</key>
  471. <value>$calendarhome%d:/$dropbox:</value>
  472. </substitution>
  473. <!-- relative path to user notification-->
  474. <substitution>
  475. <key>$notificationpath%d:</key>
  476. <value>$calendarhome%d:/$notification:</value>
  477. </substitution>
  478. <!-- relative path to user freebusy-->
  479. <substitution>
  480. <key>$freebusypath%d:</key>
  481. <value>$calendarhome%d:/$freebusy:</value>
  482. </substitution>
  483. <substitution>
  484. <key>$email%d:</key>
  485. <value>$userid%d:@example.com</value>
  486. </substitution>
  487. <!-- calendar user address of user-->
  488. <substitution>
  489. <key>$cuaddr%d:</key>
  490. <value>mailto:$email%d:</value>
  491. </substitution>
  492. <substitution>
  493. <key>$cuaddralt%d:</key>
  494. <value>$cuaddr%d:</value>
  495. </substitution>
  496. <substitution>
  497. <key>$cuaddraltnoslash%d:</key>
  498. <value>$cuaddr%d:</value>
  499. </substitution>
  500. <substitution>
  501. <key>$cuaddrurn%d:</key>
  502. <value>urn:x-uid:$userguid%d:</value>
  503. </substitution>
  504. <!-- relative path to user addressbook home-->
  505. <substitution>
  506. <key>$addressbookhome%d:</key>
  507. <value>$addressbooks:users/$userid%d:</value>
  508. </substitution>
  509. <!-- relative path to user addressbook-->
  510. <substitution>
  511. <key>$addressbookpath%d:</key>
  512. <value>$addressbookhome%d:/$addressbook:</value>
  513. </substitution>
  514. </repeat>
  515. <!-- Ten public accounts -->
  516. <repeat count="10">
  517. <!-- user id -->
  518. <substitution>
  519. <key>$publicuserid%d:</key>
  520. <value>public%02d</value>
  521. </substitution>
  522. <!-- user guid -->
  523. <substitution>
  524. <key>$publicuserguid%d:</key>
  525. <value>50000000-0000-0000-0000-0000000000%02d</value>
  526. </substitution>
  527. <!-- user name -->
  528. <substitution>
  529. <key>$publicusername%d:</key>
  530. <value>Public %02d</value>
  531. </substitution>
  532. <!-- password -->
  533. <substitution>
  534. <key>$publicpswd%d:</key>
  535. <value>public%02d</value>
  536. </substitution>
  537. <!-- relative path to user principal resource-->
  538. <substitution>
  539. <key>$publicprincipal%d:</key>
  540. <value>$principals_users:$publicuserid%d:/</value>
  541. </substitution>
  542. <substitution>
  543. <key>$publicprincipaluri%d:</key>
  544. <value>$principals_uids:$publicuserguid%d:/</value>
  545. </substitution>
  546. <!-- relative path to user calendar home-->
  547. <substitution>
  548. <key>$publiccalendarhome%d:</key>
  549. <value>$calendars_uids:$publicuserguid%d:</value>
  550. </substitution>
  551. <!-- relative path to user calendar-->
  552. <substitution>
  553. <key>$publiccalendarpath%d:</key>
  554. <value>$calendars_uids:$publicuserguid%d:/$calendar:</value>
  555. </substitution>
  556. <substitution>
  557. <key>$publicemail%d:</key>
  558. <value>$publicuserid%d:@example.com</value>
  559. </substitution>
  560. <!-- calendar user address of user-->
  561. <substitution>
  562. <key>$publiccuaddr%d:</key>
  563. <value>mailto:$publicemail%d:</value>
  564. </substitution>
  565. <substitution>
  566. <key>$publiccuaddralt%d:</key>
  567. <value>$publiccuaddr%d:</value>
  568. </substitution>
  569. <substitution>
  570. <key>$publiccuaddrurn%d:</key>
  571. <value>urn:x-uid:$publicuserguid%d:</value>
  572. </substitution>
  573. </repeat>
  574. <!-- Twenty resource accounts -->
  575. <repeat count="20">
  576. <substitution>
  577. <key>$resourceid%d:</key>
  578. <value>resource%02d</value>
  579. </substitution>
  580. <!-- resource guid-->
  581. <substitution>
  582. <key>$resourceguid%d:</key>
  583. <value>40000000-0000-0000-0000-000000000%03d</value>
  584. </substitution>
  585. <!-- resource name-->
  586. <substitution>
  587. <key>$resourcename%d:</key>
  588. <value>Resource %02d</value>
  589. </substitution>
  590. <!-- relative path to first resource calendar home-->
  591. <substitution>
  592. <key>$rcalendarhome%d:</key>
  593. <value>$calendars_uids:$resourceguid%d:</value>
  594. </substitution>
  595. <!-- relative path to first resource calendar home-->
  596. <substitution>
  597. <key>$rcalendarpath%d:</key>
  598. <value>$calendars_uids:$resourceguid%d:/$calendar:</value>
  599. </substitution>
  600. <!-- relative path to first resource inbox-->
  601. <substitution>
  602. <key>$rinboxpath%d:</key>
  603. <value>$calendars_uids:$resourceguid%d:/$inbox:</value>
  604. </substitution>
  605. <!-- relative path to first resource outbox-->
  606. <substitution>
  607. <key>$routboxpath%d:</key>
  608. <value>$calendars_uids:$resourceguid%d:/$outbox:</value>
  609. </substitution>
  610. <!-- relative path to first resource principal resource-->
  611. <substitution>
  612. <key>$rprincipal%d:</key>
  613. <value>$principals_resources:$resourceid%d:/</value>
  614. </substitution>
  615. <substitution>
  616. <key>$rprincipaluri%d:</key>
  617. <value>$principals_uids:$resourceguid%d:/</value>
  618. </substitution>
  619. <substitution>
  620. <key>$rcuaddralt%d:</key>
  621. <value>$rcuaddrurn%d:</value>
  622. </substitution>
  623. <substitution>
  624. <key>$rcuaddrurn%d:</key>
  625. <value>urn:x-uid:$resourceguid%d:</value>
  626. </substitution>
  627. </repeat>
  628. <!-- Ten Location accounts -->
  629. <repeat count="10">
  630. <substitution>
  631. <key>$locationid%d:</key>
  632. <value>location%02d</value>
  633. </substitution>
  634. <!-- location guid-->
  635. <substitution>
  636. <key>$locationguid%d:</key>
  637. <value>30000000-0000-0000-0000-000000000%03d</value>
  638. </substitution>
  639. <!-- location name-->
  640. <substitution>
  641. <key>$locationname%d:</key>
  642. <value>Location %02d</value>
  643. </substitution>
  644. <!-- relative path to first location calendar home-->
  645. <substitution>
  646. <key>$lcalendarhome%d:</key>
  647. <value>$calendars_uids:$locationguid%d:</value>
  648. </substitution>
  649. <!-- relative path to first location calendar home-->
  650. <substitution>
  651. <key>$lcalendarpath%d:</key>
  652. <value>$calendars_uids:$locationguid%d:/$calendar:</value>
  653. </substitution>
  654. <!-- relative path to first location inbox-->
  655. <substitution>
  656. <key>$linboxpath%d:</key>
  657. <value>$calendars_uids:$locationguid%d:/$inbox:</value>
  658. </substitution>
  659. <!-- relative path to first location outbox-->
  660. <substitution>
  661. <key>$loutboxpath%d:</key>
  662. <value>$calendars_uids:$locationguid%d:/$outbox:</value>
  663. </substitution>
  664. <!-- relative path to first location principal resource-->
  665. <substitution>
  666. <key>$lprincipal%d:</key>
  667. <value>$principals_resources:$locationid%d:/</value>
  668. </substitution>
  669. <substitution>
  670. <key>$lprincipaluri%d:</key>
  671. <value>$principals_uids:$locationguid%d:/</value>
  672. </substitution>
  673. <substitution>
  674. <key>$lcuaddralt%d:</key>
  675. <value>$lprincipaluri%d:</value>
  676. </substitution>
  677. <substitution>
  678. <key>$lcuaddrurn%d:</key>
  679. <value>urn:x-uid:$locationguid%d:</value>
  680. </substitution>
  681. </repeat>
  682. <!-- Ten Group accounts -->
  683. <repeat count="40">
  684. <substitution>
  685. <key>$groupid%d:</key>
  686. <value>group%02d</value>
  687. </substitution>
  688. <!-- group guid-->
  689. <substitution>
  690. <key>$groupguid%d:</key>
  691. <value>20000000-0000-0000-0000-000000000%03d</value>
  692. </substitution>
  693. <!-- group name-->
  694. <substitution>
  695. <key>$groupname%d:</key>
  696. <value>Group %02d</value>
  697. </substitution>
  698. <!-- relative path to first group principal resource-->
  699. <substitution>
  700. <key>$gprincipal%d:</key>
  701. <value>$principals_resources:$groupid%d:/</value>
  702. </substitution>
  703. <substitution>
  704. <key>$gprincipaluri%d:</key>
  705. <value>$principals_uids:$groupguid%d:/</value>
  706. </substitution>
  707. <substitution>
  708. <key>$gemail%d:</key>
  709. <value>$groupid%d:@example.com</value>
  710. </substitution>
  711. <substitution>
  712. <key>$gcuaddralt%d:</key>
  713. <value>$gprincipaluri%d:</value>
  714. </substitution>
  715. <substitution>
  716. <key>$gcuaddrurn%d:</key>
  717. <value>urn:x-uid:$groupguid%d:</value>
  718. </substitution>
  719. </repeat>
  720. <!-- User with non-ascii name -->
  721. <substitution>
  722. <key>$i18nid:</key>
  723. <value>i18nuser</value>
  724. </substitution>
  725. <!-- group guid-->
  726. <substitution>
  727. <key>$i18nguid:</key>
  728. <value>860B3EE9-6D7C-4296-9639-E6B998074A78</value>
  729. </substitution>
  730. <!-- group name-->
  731. <substitution>
  732. <key>$i18nname:</key>
  733. <value>まだ</value>
  734. </substitution>
  735. <!-- password -->
  736. <substitution>
  737. <key>$i18npswd:</key>
  738. <value>i18nuser</value>
  739. </substitution>
  740. <!-- relative path to user calendar-->
  741. <substitution>
  742. <key>$i18ncalendarpath:</key>
  743. <value>$calendars_uids:$i18nguid:/$calendar:</value>
  744. </substitution>
  745. <substitution>
  746. <key>$i18nemail:</key>
  747. <value>$i18nid:@example.com</value>
  748. </substitution>
  749. <!-- CUAddrs -->
  750. <substitution>
  751. <key>$i18ncuaddr:</key>
  752. <value>mailto:$i18nemail:</value>
  753. </substitution>
  754. <substitution>
  755. <key>$i18ncuaddrurn:</key>
  756. <value>urn:x-uid:$i18nguid:</value>
  757. </substitution>
  758. <!-- relative path to disabled group principal resource-->
  759. <substitution>
  760. <key>$principaldisabled:</key>
  761. <value>$principals_groups:disabledgroup/</value>
  762. </substitution>
  763. <substitution>
  764. <key>$principaluridisabled:</key>
  765. <value>$principals_uids:disabledgroup/</value>
  766. </substitution>
  767. <!-- calendar user address of disabled group-->
  768. <substitution>
  769. <key>$cuaddrdisabled:</key>
  770. <value>$principals_uids:disabledgroup/</value>
  771. </substitution>
  772. <!-- Override some of the above definitions for special cases -->
  773. <!-- calendar user address of second user-->
  774. <substitution>
  775. <key>$cuaddr2:</key>
  776. <value>MAILTO:$email2:</value>
  777. </substitution>
  778. </substitutions>
  779. </serverinfo>