| | 2969 | <th>System id:</th> |
|---|
| | 2970 | <td> |
|---|
| | 2971 | <xsl:variable name="systemid" select="/bedeworkadmin/system/systemid"/> |
|---|
| | 2972 | <xsl:value-of select="$systemid"/> |
|---|
| | 2973 | </td> |
|---|
| | 2974 | <td> |
|---|
| | 2975 | System id used when building uids and identifying users. Should not be changed. |
|---|
| | 2976 | </td> |
|---|
| | 2977 | </tr> |
|---|
| | 2978 | <tr> |
|---|
| | 2979 | <th>Principal Root:</th> |
|---|
| | 2980 | <td> |
|---|
| | 2981 | <xsl:variable name="proot" select="/bedeworkadmin/system/principalRoot"/> |
|---|
| | 2982 | <input value="{$proot}" name="principalRoot" size="0"/> |
|---|
| | 2983 | </td> |
|---|
| | 2984 | <td> |
|---|
| | 2985 | Used in WebDAV and CalDAV access to define root of user and group principal trees. |
|---|
| | 2986 | </td> |
|---|
| | 2987 | </tr> |
|---|
| | 2988 | <tr> |
|---|
| | 2989 | <th>User Principal Root:</th> |
|---|
| | 2990 | <td> |
|---|
| | 2991 | <xsl:variable name="uproot" select="/bedeworkadmin/system/userPrincipalRoot"/> |
|---|
| | 2992 | <input value="{$uproot}" name="userPrincipalRoot" size="0"/> |
|---|
| | 2993 | </td> |
|---|
| | 2994 | <td> |
|---|
| | 2995 | Used in WebDAV and CalDAV access to define root of user principal subtree. |
|---|
| | 2996 | </td> |
|---|
| | 2997 | </tr> |
|---|
| | 2998 | <tr> |
|---|
| | 2999 | <th>Group Principal Root:</th> |
|---|
| | 3000 | <td> |
|---|
| | 3001 | <xsl:variable name="gproot" select="/bedeworkadmin/system/groupPrincipalRoot"/> |
|---|
| | 3002 | <input value="{$gproot}" name="groupPrincipalRoot" size="0"/> |
|---|
| | 3003 | </td> |
|---|
| | 3004 | <td> |
|---|
| | 3005 | Used in WebDAV and CalDAV access to define root of group principal subtree. |
|---|
| | 3006 | </td> |
|---|
| | 3007 | </tr> |
|---|
| | 3008 | <tr> |
|---|
| | 3009 | <th>Public Calendar Root:</th> |
|---|
| | 3010 | <td> |
|---|
| | 3011 | <xsl:variable name="publicCalendarRoot" select="/bedeworkadmin/system/publicCalendarRoot"/> |
|---|
| | 3012 | <xsl:value-of select="$publicCalendarRoot"/> |
|---|
| | 3013 | </td> |
|---|
| | 3014 | <td> |
|---|
| | 3015 | Name for public calendars root directory. Should not be changed. |
|---|
| | 3016 | </td> |
|---|
| | 3017 | </tr> |
|---|
| | 3018 | <tr> |
|---|
| | 3019 | <th>User Calendar Root:</th> |
|---|
| | 3020 | <td> |
|---|
| | 3021 | <xsl:variable name="userCalendarRoot" select="/bedeworkadmin/system/userCalendarRoot"/> |
|---|
| | 3022 | <xsl:value-of select="$userCalendarRoot"/> |
|---|
| | 3023 | </td> |
|---|
| | 3024 | <td> |
|---|
| | 3025 | Name for user calendars root directory. Should not be changed. |
|---|
| | 3026 | </td> |
|---|
| | 3027 | </tr> |
|---|
| | 3028 | <tr> |
|---|
| | 3029 | <th>User Calendar Default name:</th> |
|---|
| | 3030 | <td> |
|---|
| | 3031 | <xsl:variable name="userDefaultCalendar" select="/bedeworkadmin/system/userDefaultCalendar"/> |
|---|
| | 3032 | <input value="{$userDefaultCalendar}" name="userDefaultCalendar" size="20"/> |
|---|
| | 3033 | </td> |
|---|
| | 3034 | <td> |
|---|
| | 3035 | Default name for user calendar. Used when initialising user. Possibly can be changed. |
|---|
| | 3036 | </td> |
|---|
| | 3037 | </tr> |
|---|
| | 3038 | <tr> |
|---|
| | 3039 | <th>Trash Calendar Default name:</th> |
|---|
| | 3040 | <td> |
|---|
| | 3041 | <xsl:variable name="defaultTrashCalendar" select="/bedeworkadmin/system/defaultTrashCalendar"/> |
|---|
| | 3042 | <input value="{$defaultTrashCalendar}" name="defaultTrashCalendar" size="20"/> |
|---|
| | 3043 | </td> |
|---|
| | 3044 | <td> |
|---|
| | 3045 | Default name for user trash calendar. Used when initialising user. Possibly can be changed. |
|---|
| | 3046 | </td> |
|---|
| | 3047 | </tr> |
|---|
| | 3048 | <tr> |
|---|
| | 3049 | <th>User Inbox Default name:</th> |
|---|
| | 3050 | <td> |
|---|
| | 3051 | <xsl:variable name="userInbox" select="/bedeworkadmin/system/userInbox"/> |
|---|
| | 3052 | <input value="{$userInbox}" name="userInbox" size="20"/> |
|---|
| | 3053 | </td> |
|---|
| | 3054 | <td> |
|---|
| | 3055 | Default name for user inbox. Used when initialising user. Possibly can be changed. |
|---|
| | 3056 | </td> |
|---|
| | 3057 | </tr> |
|---|
| | 3058 | <tr> |
|---|
| | 3059 | <th>User Outbox Default name:</th> |
|---|
| | 3060 | <td> |
|---|
| | 3061 | <xsl:variable name="userOutbox" select="/bedeworkadmin/system/userOutbox"/> |
|---|
| | 3062 | <input value="{$userOutbox}" name="userOutbox" size="20"/> |
|---|
| | 3063 | </td> |
|---|
| | 3064 | <td> |
|---|
| | 3065 | Default name for user outbox. Used when initialising user. Possibly can be changed. |
|---|
| | 3066 | </td> |
|---|
| | 3067 | </tr> |
|---|
| | 3068 | <tr> |
|---|
| | 3069 | <th>User Deleted Calendar Default name:</th> |
|---|
| | 3070 | <td> |
|---|
| | 3071 | <xsl:variable name="deletedCalendar" select="/bedeworkadmin/system/deletedCalendar"/> |
|---|
| | 3072 | <input value="{$deletedCalendar}" name="deletedCalendar" size="20"/> |
|---|
| | 3073 | </td> |
|---|
| | 3074 | <td> |
|---|
| | 3075 | Default name for user calendar used to hold deleted items. Used when initialising user. Possibly can be changed. |
|---|
| | 3076 | </td> |
|---|
| | 3077 | </tr> |
|---|
| | 3078 | <tr> |
|---|
| | 3079 | <th>User Busy Calendar Default name:</th> |
|---|
| | 3080 | <td> |
|---|
| | 3081 | <xsl:variable name="busyCalendar" select="/bedeworkadmin/system/busyCalendar"/> |
|---|
| | 3082 | <input value="{$busyCalendar}" name="busyCalendar" size="20"/> |
|---|
| | 3083 | </td> |
|---|
| | 3084 | <td> |
|---|
| | 3085 | Default name for user busy time calendar. Used when initialising user. Possibly can be changed. |
|---|
| | 3086 | </td> |
|---|
| | 3087 | </tr> |
|---|
| | 3088 | <tr> |
|---|
| | 3153 | </tr> |
|---|
| | 3154 | <tr> |
|---|
| | 3155 | <th>Max recurring instances:</th> |
|---|
| | 3156 | <td> |
|---|
| | 3157 | <xsl:variable name="maxInstances" select="/bedeworkadmin/system/maxInstances"/> |
|---|
| | 3158 | <input value="{$maxInstances}" name="maxInstances" size="20"/> |
|---|
| | 3159 | </td> |
|---|
| | 3160 | <td>Used to limit recurring events to reasonable numbers of instances.</td> |
|---|
| | 3161 | </tr> |
|---|
| | 3162 | <tr> |
|---|
| | 3163 | <th>Max recurring years:</th> |
|---|
| | 3164 | <td> |
|---|
| | 3165 | <xsl:variable name="maxYears" select="/bedeworkadmin/system/maxYears"/> |
|---|
| | 3166 | <input value="{$maxYears}" name="maxYears" size="20"/> |
|---|
| | 3167 | </td> |
|---|
| | 3168 | <td>Used to limit recurring events to reasonable period of time.</td> |
|---|
| | 3169 | </tr> |
|---|
| | 3170 | <tr> |
|---|
| | 3171 | <th>User authorisation class:</th> |
|---|
| | 3172 | <td> |
|---|
| | 3173 | <xsl:variable name="userauthClass" select="/bedeworkadmin/system/userauthClass"/> |
|---|
| | 3174 | <input value="{$userauthClass}" name="userauthClass" size="20"/> |
|---|
| | 3175 | </td> |
|---|
| | 3176 | <td>Class used to determine authorisation (not authentication for |
|---|
| | 3177 | .administrative users. Should probably only be changed on rebuild. |
|---|
| | 3178 | </td> |
|---|
| | 3179 | </tr> |
|---|
| | 3180 | <tr> |
|---|
| | 3181 | <th>Mailer class:</th> |
|---|
| | 3182 | <td> |
|---|
| | 3183 | <xsl:variable name="mailerClass" select="/bedeworkadmin/system/mailerClass"/> |
|---|
| | 3184 | <input value="{$mailerClass}" name="mailerClass" size="20"/> |
|---|
| | 3185 | </td> |
|---|
| | 3186 | <td>Class used to mail events. Should probably only be changed on rebuild. |
|---|
| | 3187 | </td> |
|---|
| | 3188 | </tr> |
|---|
| | 3189 | <tr> |
|---|
| | 3190 | <th>Admin groups class:</th> |
|---|
| | 3191 | <td> |
|---|
| | 3192 | <xsl:variable name="admingroupsClass" select="/bedeworkadmin/system/admingroupsClass"/> |
|---|
| | 3193 | <input value="{$admingroupsClass}" name="admingroupsClass" size="20"/> |
|---|
| | 3194 | </td> |
|---|
| | 3195 | <td>Class used to query and maintain groups for |
|---|
| | 3196 | .administrative users. Should probably only be changed on rebuild. |
|---|
| | 3197 | </td> |
|---|
| | 3198 | </tr> |
|---|
| | 3199 | <tr> |
|---|
| | 3200 | <th>User groups class:</th> |
|---|
| | 3201 | <td> |
|---|
| | 3202 | <xsl:variable name="usergroupsClass" select="/bedeworkadmin/system/usergroupsClass"/> |
|---|
| | 3203 | <input value="{$usergroupsClass}" name="usergroupsClass" size="20"/> |
|---|
| | 3204 | </td> |
|---|
| | 3205 | <td>Class used to query and maintain groups for |
|---|
| | 3206 | .non-administrative users. Should probably only be changed on rebuild. |
|---|
| | 3207 | </td> |
|---|
| | 3208 | </tr> |
|---|
| | 3209 | <tr> |
|---|
| | 3210 | <th>Directory browsing disallowed:</th> |
|---|
| | 3211 | <td> |
|---|
| | 3212 | <xsl:variable name="directoryBrowsingDisallowed" select="/bedeworkadmin/system/directoryBrowsingDisallowed"/> |
|---|
| | 3213 | <input value="{$directoryBrowsingDisallowed}" name="directoryBrowsingDisallowed" size="20"/> |
|---|
| | 3214 | </td> |
|---|
| | 3215 | <td>True if the server hosting the xsl disallows directory browsing.</td> |
|---|
| | 3216 | </tr> |
|---|
| | 3217 | <tr> |
|---|
| | 3218 | <th>Index root:</th> |
|---|
| | 3219 | <td> |
|---|
| | 3220 | <xsl:variable name="indexRoot" select="/bedeworkadmin/system/indexRoot"/> |
|---|
| | 3221 | <input value="{$indexRoot}" name="indexRoot" size="50"/> |
|---|
| | 3222 | </td> |
|---|
| | 3223 | <td>Root for the event indexes. Should only be changed if the indexes are moved/copied</td> |
|---|