serverinfo-old-carddav-endpoint.xml 27 KB

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