| 4483 | | <th>Principal Root:</th> |
|---|
| 4484 | | <td> |
|---|
| 4485 | | <xsl:variable name="proot" select="/bedeworkadmin/system/principalRoot"/> |
|---|
| 4486 | | <input value="{$proot}" name="principalRoot" size="0"/> |
|---|
| 4487 | | <div class="desc"> |
|---|
| 4488 | | Used in WebDAV and CalDAV access to define root of user and group principal trees. |
|---|
| 4489 | | </div> |
|---|
| 4490 | | </td> |
|---|
| 4491 | | </tr> |
|---|
| 4492 | | <tr> |
|---|
| 4493 | | <th>User Principal Root:</th> |
|---|
| 4494 | | <td> |
|---|
| 4495 | | <xsl:variable name="uproot" select="/bedeworkadmin/system/userPrincipalRoot"/> |
|---|
| 4496 | | <input value="{$uproot}" name="userPrincipalRoot" size="0"/> |
|---|
| 4497 | | <div class="desc"> |
|---|
| 4498 | | Used in WebDAV and CalDAV access to define root of user principal subtree. |
|---|
| 4499 | | </div> |
|---|
| 4500 | | </td> |
|---|
| 4501 | | </tr> |
|---|
| 4502 | | <tr> |
|---|
| 4503 | | <th>Group Principal Root:</th> |
|---|
| 4504 | | <td> |
|---|
| 4505 | | <xsl:variable name="gproot" select="/bedeworkadmin/system/groupPrincipalRoot"/> |
|---|
| 4506 | | <input value="{$gproot}" name="groupPrincipalRoot" size="0"/> |
|---|
| 4507 | | <div class="desc"> |
|---|
| 4508 | | Used in WebDAV and CalDAV access to define root of group principal subtree. |
|---|
| 4509 | | </div> |
|---|
| 4510 | | </td> |
|---|
| 4511 | | </tr> |
|---|
| 4512 | | <tr> |
|---|