source: npl/commonservers/openldap_conf/root/etc/openldap/schemas.d/upgrade/100-zarafa.schema

Last change on this file was c5c522c, checked in by Edwin Eefting <edwin@datux.nl>, 8 years ago

initial commit, transferred from cleaned syn3 svn tree

  • Property mode set to 100644
File size: 10.4 KB
Line 
1attributetype ( 1.3.6.1.4.1.26278.1.1.1.1
2        NAME 'zarafaQuotaOverride'
3        DESC 'ZARAFA: Override child quota'
4        EQUALITY integerMatch
5        SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE )
6
7attributetype ( 1.3.6.1.4.1.26278.1.1.1.2
8        NAME 'zarafaQuotaWarn'
9        DESC 'ZARAFA: Warning quota size in MB'
10        EQUALITY integerMatch
11        SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE )
12
13attributetype ( 1.3.6.1.4.1.26278.1.1.1.3
14        NAME 'zarafaQuotaSoft'
15        DESC 'ZARAFA: Soft quota size in MB'
16        EQUALITY integerMatch
17        SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE )
18
19attributetype ( 1.3.6.1.4.1.26278.1.1.1.4
20        NAME 'zarafaQuotaHard'
21        DESC 'ZARAFA: Hard quota size in MB'
22        EQUALITY integerMatch
23        SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE )     
24
25attributetype ( 1.3.6.1.4.1.26278.1.1.1.5
26        NAME 'zarafaUserDefaultQuotaOverride'
27        DESC 'ZARAFA: Override User default quota for children'
28        EQUALITY integerMatch
29        SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE )
30
31attributetype ( 1.3.6.1.4.1.26278.1.1.1.6
32        NAME 'zarafaUserDefaultQuotaWarn'
33        DESC 'ZARAFA: User default warning quota size in MB'
34        EQUALITY integerMatch
35        SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE )
36
37attributetype ( 1.3.6.1.4.1.26278.1.1.1.7
38        NAME 'zarafaUserDefaultQuotaSoft'
39        DESC 'ZARAFA: User default soft quota size in MB'
40        EQUALITY integerMatch
41        SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE )
42
43attributetype ( 1.3.6.1.4.1.26278.1.1.1.8
44        NAME 'zarafaUserDefaultQuotaHard'
45        DESC 'ZARAFA: User default hard quota size in MB'
46        EQUALITY integerMatch
47        SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE )     
48
49attributetype ( 1.3.6.1.4.1.26278.1.1.2.1
50        NAME 'zarafaAdmin'
51        DESC 'ZARAFA: Administrator of zarafa'
52        EQUALITY integerMatch
53        SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE )     
54
55attributetype ( 1.3.6.1.4.1.26278.1.1.2.2
56        NAME 'zarafaSharedStoreOnly'
57        DESC 'ZARAFA: is store a shared store'
58        EQUALITY integerMatch
59        SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE )     
60
61attributetype ( 1.3.6.1.4.1.26278.1.1.2.3
62        NAME 'zarafaAccount'
63        DESC 'ZARAFA: entry is a part of zarafa'
64        EQUALITY integerMatch
65        SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE )     
66
67attributetype ( 1.3.6.1.4.1.26278.1.1.2.4
68        NAME 'zarafaSendAsPrivilege'
69        DESC 'ZARAFA: Users may directly send email as this user'
70        EQUALITY caseIgnoreMatch
71        SUBSTR caseIgnoreSubstringsMatch
72        SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 )
73
74attributetype ( 1.3.6.1.4.1.26278.1.1.2.5
75        NAME 'zarafaMrAccept'
76        DESC 'ZARAFA: user should auto-accept meeting requests'
77        EQUALITY integerMatch
78        SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE )     
79
80attributetype ( 1.3.6.1.4.1.26278.1.1.2.6
81        NAME 'zarafaMrDeclineConflict'
82        DESC 'ZARAFA: user should automatically decline conflicting meeting requests'
83        EQUALITY integerMatch
84        SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE )     
85
86attributetype ( 1.3.6.1.4.1.26278.1.1.2.7
87        NAME 'zarafaMrDeclineRecurring'
88        DESC 'ZARAFA: user should automatically decline recurring meeting requests'
89        EQUALITY integerMatch
90        SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE )     
91       
92attributetype ( 1.3.6.1.4.1.26278.1.1.2.8
93        NAME 'zarafaId'
94        DESC 'ZARAFA: Generic unique ID'
95        EQUALITY octetStringMatch
96        SYNTAX 1.3.6.1.4.1.1466.115.121.1.40 SINGLE-VALUE )     
97       
98attributetype ( 1.3.6.1.4.1.26278.1.1.2.9
99        NAME 'zarafaResourceType'
100        DESC 'ZARAFA: for shared stores, resource is type Room or Equipment'
101        EQUALITY caseIgnoreMatch
102        SUBSTR caseIgnoreSubstringsMatch
103        SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE )     
104
105attributetype ( 1.3.6.1.4.1.26278.1.1.2.10
106        NAME 'zarafaResourceCapacity'
107        DESC 'ZARAFA: number of rooms or equipment available'
108        EQUALITY integerMatch
109        SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE )     
110
111attributetype ( 1.3.6.1.4.1.26278.1.1.2.11
112        NAME 'zarafaHidden'
113        DESC 'ZARAFA: This object should be hidden from address book'
114        EQUALITY integerMatch
115        SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE )
116
117attributetype ( 1.3.6.1.4.1.26278.1.1.2.13
118        NAME 'zarafaEnabledFeatures'
119        DESC 'ZARAFA: This user has these features explicitly enabled'
120        EQUALITY caseIgnoreMatch
121        SYNTAX 1.3.6.1.4.1.1466.115.121.1.44 )
122
123attributetype ( 1.3.6.1.4.1.26278.1.1.2.14
124        NAME 'zarafaDisabledFeatures'
125        DESC 'ZARAFA: This user has these features explicitly disabled'
126        EQUALITY caseIgnoreMatch
127        SYNTAX 1.3.6.1.4.1.1466.115.121.1.44 )
128
129attributetype ( 1.3.6.1.4.1.26278.1.1.3.1
130        NAME 'zarafaAliases'
131        DESC 'ZARAFA: All other email addresses for this user'
132        EQUALITY caseIgnoreMatch
133        SUBSTR caseIgnoreSubstringsMatch
134        SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 )
135
136attributetype ( 1.3.6.1.4.1.26278.1.1.4.1
137        NAME 'zarafaUserServer'
138        DESC 'ZARAFA: Home server for the user'
139        EQUALITY caseIgnoreMatch
140        SUBSTR caseIgnoreSubstringsMatch
141        SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE )
142
143attributetype ( 1.3.6.1.4.1.26278.1.1.6.1
144        NAME 'zarafaUserArchiveServers'
145        DESC 'ZARAFA: List of server names that contain an archive store for the user'
146        EQUALITY caseIgnoreMatch
147        SUBSTR caseIgnoreSubstringsMatch
148        SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 )
149
150attributetype ( 1.3.6.1.4.1.26278.1.1.6.2
151        NAME 'zarafaUserArchiveCouplings'
152        DESC 'ZARAFA: List of username:foldername pairs that specify many-to-one archive locations'
153        EQUALITY caseIgnoreMatch
154        SUBSTR caseIgnoreSubstringsMatch
155        SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 )
156
157objectclass     ( 1.3.6.1.4.1.26278.1.1.0.0
158        NAME 'zarafa-user'
159        DESC 'Zarafa: an user of Zarafa'
160        SUP top AUXILIARY
161        MUST ( cn )
162        MAY (
163                zarafaQuotaOverride $ zarafaQuotaWarn $ zarafaQuotaSoft $ zarafaSendAsPrivilege $
164                zarafaQuotaHard $ zarafaAdmin $ zarafaSharedStoreOnly $ zarafaResourceType $
165                zarafaResourceCapacity $ zarafaAccount $ zarafaHidden $ zarafaAliases $
166                zarafaUserServer $ zarafaEnabledFeatures $ zarafaDisabledFeatures $
167                zarafaUserArchiveServers $ zarafaUserArchiveCouplings $
168                uidNumber
169                )
170        )
171
172objectclass     ( 1.3.6.1.4.1.26278.1.6.0.0
173        NAME 'zarafa-contact'
174        DESC 'Zarafa: a contact of Zarafa'
175        SUP top AUXILIARY
176        MUST ( cn $ uidNumber )
177        MAY (
178                zarafaSendAsPrivilege $ zarafaHidden $ zarafaAliases $ zarafaAccount
179                )
180        )
181
182
183attributetype ( 1.3.6.1.4.1.26278.1.2.2.1
184        NAME 'zarafaSecurityGroup'
185        DESC 'ZARAFA: group has security possibilities'
186        EQUALITY integerMatch
187        SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE )
188
189objectclass     ( 1.3.6.1.4.1.26278.1.2.0.0
190        NAME 'zarafa-group'
191        DESC 'Zarafa: a group of Zarafa'
192        SUP top AUXILIARY
193        MUST ( cn )
194        MAY (
195                zarafaAccount $ zarafaHidden $ mail $ zarafaAliases $ zarafaSecurityGroup $ zarafaSendAsPrivilege $
196                gidNumber
197                )
198        )
199       
200attributetype ( 1.3.6.1.4.1.26278.1.3.2.4
201        NAME 'zarafaViewPrivilege'
202        DESC 'ZARAFA: Companies with view privileges over selected company'
203        EQUALITY caseIgnoreMatch
204        SUBSTR caseIgnoreSubstringsMatch
205        SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
206        )
207
208attributetype ( 1.3.6.1.4.1.26278.1.3.2.5
209        NAME 'zarafaAdminPrivilege'
210        DESC 'ZARAFA: Users from different companies which are administrator over selected company'
211        EQUALITY caseIgnoreMatch
212        SUBSTR caseIgnoreSubstringsMatch
213        SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
214        )
215
216attributetype ( 1.3.6.1.4.1.26278.1.3.2.6
217        NAME 'zarafaSystemAdmin'
218        DESC 'ZARAFA: The user who is the system administrator for this company'
219        EQUALITY caseIgnoreMatch
220        SUBSTR caseIgnoreSubstringsMatch
221        SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE
222        )
223
224attributetype (1.3.6.1.4.1.26278.1.3.1.5
225        NAME 'zarafaQuotaUserWarningRecipients'
226        DESC 'ZARAFA: Users who will recieve a notification email when a user exceeds his quota'
227        EQUALITY caseIgnoreMatch
228        SUBSTR caseIgnoreSubstringsMatch
229        SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
230        )
231
232attributetype (1.3.6.1.4.1.26278.1.3.1.6
233        NAME 'zarafaQuotaCompanyWarningRecipients'
234        DESC 'ZARAFA: Users who will recieve a notification email when a company exceeds its quota'
235        EQUALITY caseIgnoreMatch
236        SUBSTR caseIgnoreSubstringsMatch
237        SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
238        )
239       
240attributetype ( 1.3.6.1.4.1.26278.1.3.4.1
241        NAME 'zarafaCompanyServer'
242        DESC 'ZARAFA: Home server for the public folders for a company'
243        EQUALITY caseIgnoreMatch
244        SUBSTR caseIgnoreSubstringsMatch
245        SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE )
246
247objectclass ( 1.3.6.1.4.1.26278.1.3.0.0
248        NAME 'zarafa-company'
249        DESC 'ZARAFA: a company of Zarafa'
250        SUP top AUXILIARY
251        MUST ( ou )
252        MAY (
253                zarafaAccount $ zarafaHidden $
254                zarafaViewPrivilege $ zarafaAdminPrivilege $ zarafaSystemAdmin $
255                zarafaQuotaOverride $ zarafaQuotaWarn $
256                zarafaUserDefaultQuotaOverride $ zarafaUserDefaultQuotaWarn $ zarafaUserDefaultQuotaSoft $ zarafaUserDefaultQuotaHard $
257                zarafaQuotaUserWarningRecipients $ zarafaQuotaCompanyWarningRecipients $
258                zarafaCompanyServer
259                )
260        )
261
262attributetype (1.3.6.1.4.1.26278.1.4.4.1
263        NAME 'zarafaHttpPort'
264        DESC 'ZARAFA: Port for the http connection'
265        EQUALITY integerMatch
266        SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE )
267
268attributetype (1.3.6.1.4.1.26278.1.4.4.2
269        NAME 'zarafaSslPort'
270        DESC 'ZARAFA: Port for the ssl connection'
271        EQUALITY integerMatch
272        SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE )
273
274attributetype (1.3.6.1.4.1.26278.1.4.4.3
275        NAME 'zarafaFilePath'
276        DESC 'ZARAFA: The unix socket or named pipe to the server'
277        EQUALITY caseIgnoreMatch
278        SUBSTR caseIgnoreSubstringsMatch
279        SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE )
280       
281attributetype (1.3.6.1.4.1.26278.1.4.4.4
282        NAME 'zarafaContainsPublic'
283        DESC 'ZARAFA: This server contains the public store'
284        EQUALITY integerMatch
285        SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE )
286
287attributetype (1.3.6.1.4.1.26278.1.4.4.6
288        NAME 'zarafaProxyURL'
289        DESC 'ZARAFA: Full proxy URL for this server'
290        EQUALITY caseIgnoreMatch
291        SUBSTR caseIgnoreSubstringsMatch
292        SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE )
293
294objectclass ( 1.3.6.1.4.1.26278.1.4.0.0
295        NAME 'zarafa-server'
296        DESC 'ZARAFA: a Zarafa server'
297        SUP top AUXILIARY
298        MUST ( cn )
299        MAY (
300                zarafaAccount $ zarafaHidden $ zarafaHttpPort $ zarafaSslPort $ zarafaFilePath $ zarafaContainsPublic $ zarafaProxyURL
301                )
302        )
303
304attributetype (1.3.6.1.4.1.26278.1.5.5.1
305        NAME 'zarafaFilter'
306        DESC 'ZARAFA: LDAP Filter to apply'
307        EQUALITY caseIgnoreMatch
308        SUBSTR caseIgnoreSubstringsMatch
309        SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE )
310
311attributetype (1.3.6.1.4.1.26278.1.5.5.2
312        NAME 'zarafaBase'
313        DESC 'ZARAFA: LDAP Search base to apply'
314        EQUALITY caseIgnoreMatch
315        SUBSTR caseIgnoreSubstringsMatch
316        SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE )
317
318objectclass ( 1.3.6.1.4.1.26278.1.5.0.0
319        NAME 'zarafa-addresslist'
320        DESC 'ZARAFA: a Zarafa Addresslist'
321        SUP top STRUCTURAL
322        MUST ( cn )
323    MAY (
324                zarafaAccount $ zarafaHidden $ zarafaFilter $ zarafaBase
325                )
326        )
327
328objectclass ( 1.3.6.1.4.1.26278.1.7.0.0
329        NAME 'zarafa-dynamicgroup'
330        DESC 'ZARAFA: a Zarafa dynamic group'
331        SUP top STRUCTURAL
332        MUST ( cn )
333    MAY (
334                zarafaAccount $ zarafaHidden $ mail $ zarafaAliases $ zarafaFilter $ zarafaBase
335                )
336        )
Note: See TracBrowser for help on using the repository browser.