aboutsummaryrefslogtreecommitdiff
path: root/umi.schema
blob: 6e4c4acddc89a143afa564ec12db593afdf2779d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
################################################################################
# UMI OIDs
# version: 20170809155847 by zeus
################################################################################

# Main OID: 1.3.6.1.4.1.9163
# Sub  OID: .864
#
# OID Tree:
#   .864
#     |
#     +--.10 userCertificate amendments
#     |
#     +--.11 openvpn(8) options attributes
#     |
#     +--.12 additional, not openvpn(8), attributes
#     |
#     +--.13.0 objectClass: umiOvpnCfg
#     |
#     +--.14.0 objectClass: umiUserCertificate
#     |
#     +--.15 Inventory
#     |   |
#     |   +--.15.1 HardWare Inventory attributes
#     |   |
#     |   +--.15.2 HardWare Inventory object-classes
#     |   |
#     |   +--.15.3 Virtual Machines Inventory attributes
#     |   |
#     |   +--.15.4 Virtual Machines Inventory object-classes
#     |
#     +--.16 UMI Settings
#         |
#         +--.16.1 UMI Settings attributes
#         |
#         +--.16.2 UMI Settings objectclass
#

#===========================================================
# .10 strongAuthenticationUser amendation attributes
#===========================================================
attributetype ( 1.3.6.1.4.1.9163.864.10.1 NAME 'umiUserCertificateSn'
	DESC 'User Certificate SN'
	EQUALITY caseIgnoreMatch
	SUBSTR caseIgnoreSubstringsMatch
	SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{256} SINGLE-VALUE )

attributetype ( 1.3.6.1.4.1.9163.864.10.2 NAME 'umiUserCertificateIssuer'
	DESC 'User Certificate Issuer'
	EQUALITY caseIgnoreMatch
	SUBSTR caseIgnoreSubstringsMatch
	SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{256} SINGLE-VALUE )

attributetype ( 1.3.6.1.4.1.9163.864.10.3 NAME 'umiUserCertificateNotAfter'
	DESC 'User Certificate Not After'
	EQUALITY caseIgnoreMatch
	SUBSTR caseIgnoreSubstringsMatch
	SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{256} SINGLE-VALUE )

attributetype ( 1.3.6.1.4.1.9163.864.10.4 NAME 'umiUserCertificateNotBefore'
	DESC 'User Certificate Not Before'
	EQUALITY caseIgnoreMatch
	SUBSTR caseIgnoreSubstringsMatch
	SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{256} SINGLE-VALUE )

attributetype ( 1.3.6.1.4.1.9163.864.10.5 NAME 'umiUserCertificateSubject'
	DESC 'User Certificate Subject'
	EQUALITY caseIgnoreMatch
	SUBSTR caseIgnoreSubstringsMatch
	SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{256} SINGLE-VALUE )

#===========================================================
# .11 openvpn(8) options attributes
#===========================================================

attributetype ( 1.3.6.1.4.1.9163.864.11.1 NAME 'umiOvpnCfgIfconfigPush'
	DESC 'openvpn(8) option --ifconfig-push Push virtual IP endpoints for client tunnel'
	EQUALITY caseIgnoreMatch
	SUBSTR caseIgnoreSubstringsMatch
	SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{256} SINGLE-VALUE )

attributetype ( 1.3.6.1.4.1.9163.864.11.2 NAME 'umiOvpnCfgIroute'
	DESC 'openvpn(8) option --iroute Internal route to a specific client'
	EQUALITY caseIgnoreMatch
	SUBSTR caseIgnoreSubstringsMatch
	SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{256} )

attributetype ( 1.3.6.1.4.1.9163.864.11.3 NAME 'umiOvpnCfgPush'
	DESC 'openvpn(8) option --push Push a config file option back to the client for remote execution'
	EQUALITY caseIgnoreMatch
	SUBSTR caseIgnoreSubstringsMatch
	SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{256} )

attributetype ( 1.3.6.1.4.1.9163.864.11.4 NAME 'umiOvpnCfgMaxRoutes'
	DESC 'openvpn(8) option --max-routes Allow a maximum number of n --route options to be specified'
	EQUALITY integerMatch
	SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE )

attributetype ( 1.3.6.1.4.1.9163.864.11.5 NAME 'umiOvpnCfgServer'
	DESC 'openvpn(8) option --server A helper directive.'
	EQUALITY caseIgnoreMatch
	SUBSTR caseIgnoreSubstringsMatch
	SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{256} SINGLE-VALUE )

attributetype ( 1.3.6.1.4.1.9163.864.11.6 NAME 'umiOvpnCfgRoute'
	DESC 'openvpn(8) option --route Add route to routing table after connection is established.'
	EQUALITY caseIgnoreMatch
	SUBSTR caseIgnoreSubstringsMatch
	SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{256} )

attributetype ( 1.3.6.1.4.1.9163.864.11.7 NAME 'umiOvpnCfgConfig'
	DESC 'openvpn(8) option --config Load additional config options from file.'
	EQUALITY caseIgnoreMatch
	SUBSTR caseIgnoreSubstringsMatch
	SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{256} SINGLE-VALUE )

#===========================================================
# .12 additional, not openvpn(8), attributes 
#===========================================================

attributetype ( 1.3.6.1.4.1.9163.864.12.1 NAME 'umiOvpnAddStatus'
	DESC 'client status active/blocked/revoked e.t.c.'
	EQUALITY caseIgnoreMatch
	SUBSTR caseIgnoreSubstringsMatch
	SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{256} SINGLE-VALUE )

attributetype ( 1.3.6.1.4.1.9163.864.12.2 NAME 'umiOvpnAddDevType'
	DESC 'Device, certificate issued for (notebook, desktop, smartphone, e.t.c.)'
	EQUALITY caseIgnoreMatch
	SUBSTR caseIgnoreSubstringsMatch
	SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{256} SINGLE-VALUE )

attributetype ( 1.3.6.1.4.1.9163.864.12.3 NAME 'umiOvpnAddDevMake'
	DESC 'Device maker Lenovo/Asus/e.t.c.'
	EQUALITY caseIgnoreMatch
	SUBSTR caseIgnoreSubstringsMatch
	SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{256} SINGLE-VALUE )

attributetype ( 1.3.6.1.4.1.9163.864.12.4 NAME 'umiOvpnAddDevModel'
	DESC 'Device model'
	EQUALITY caseIgnoreMatch
	SUBSTR caseIgnoreSubstringsMatch
	SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{256} SINGLE-VALUE )

attributetype ( 1.3.6.1.4.1.9163.864.12.5 NAME 'umiOvpnAddDevOS'
	DESC 'Device Operating System'
	EQUALITY caseIgnoreMatch
	SUBSTR caseIgnoreSubstringsMatch
	SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{256} SINGLE-VALUE )

attributetype ( 1.3.6.1.4.1.9163.864.12.6 NAME 'umiOvpnAddDevOSVer'
	DESC 'Device Operating System Version'
	EQUALITY caseIgnoreMatch
	SUBSTR caseIgnoreSubstringsMatch
	SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{256} SINGLE-VALUE )

attributetype ( 1.3.6.1.4.1.9163.864.12.7 NAME 'umiOvpnAddCcCommonPad'
	DESC 'Raw addition to each client config (like when you need to add same confing chunk to each cc)'
	EQUALITY caseIgnoreMatch
	SUBSTR caseIgnoreSubstringsMatch
	SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{256} SINGLE-VALUE )


#===========================================================
# .13.0 OpenVPN Configuration
#===========================================================

objectclass ( 1.3.6.1.4.1.9163.864.13.0 NAME 'umiOvpnCfg'
	DESC 'Abstraction of an OpenVPN configuration. It supposed to contain both, openvpn(8) options and custom (not openvpn(8)) attributes'
	SUP ( pkiUser $ domainRelatedObject $ authorizedServiceObject ) AUXILIARY
	MUST ( umiOvpnAddStatus $ associatedDomain )
	MAY ( umiOvpnCfgIroute $ umiOvpnCfgServer $umiOvpnCfgPush $ umiOvpnCfgMaxRoutes $
	      umiOvpnAddDevType $ umiOvpnCfgConfig $ umiOvpnAddDevMake $ umiOvpnAddDevModel $
	      umiOvpnAddDevOS $ umiOvpnAddDevOSVer $ umiOvpnAddCcCommonPad $ umiOvpnCfgRoute $
	      umiOvpnCfgIfconfigPush $  userCertificate $ authorizedService ) )

#===========================================================
# .14.0 umiUserCertificate
#===========================================================

objectclass ( 1.3.6.1.4.1.9163.864.14.0 NAME 'umiUserCertificate'
	DESC 'strongAuthenticationUser amendation with x509 certificate details'
	SUP strongAuthenticationUser AUXILIARY
	MUST ( umiUserCertificateSn $ umiUserCertificateIssuer $ umiUserCertificateNotAfter $
	       umiUserCertificateNotBefore $ umiUserCertificateSubject ) )

#===========================================================
# .15.1.0 hwInventory
#===========================================================

attributetype ( 1.3.6.1.4.1.9163.864.15.1.1 NAME 'hwMb'
	DESC 'RFC4517 DN of the object holding configuration of MotherBoard'
	EQUALITY distinguishedNameMatch
	SUBSTR caseIgnoreSubstringsMatch
	SYNTAX 1.3.6.1.4.1.1466.115.121.1.12 )


attributetype ( 1.3.6.1.4.1.9163.864.15.1.2 NAME 'hwCpu'
	DESC 'RFC4517 DN of the object holding configuration of CPU unit'
	EQUALITY distinguishedNameMatch
	SUBSTR caseIgnoreSubstringsMatch
	SYNTAX 1.3.6.1.4.1.1466.115.121.1.12 )


attributetype ( 1.3.6.1.4.1.9163.864.15.1.3 NAME 'hwRam'
	DESC 'RFC4517 DN of the object holding configuration of RAM module'
	EQUALITY distinguishedNameMatch
	SUBSTR caseIgnoreSubstringsMatch
	SYNTAX 1.3.6.1.4.1.1466.115.121.1.12 )


attributetype ( 1.3.6.1.4.1.9163.864.15.1.4 NAME 'hwDisk'
	DESC 'RFC4517 DN of the object holding configuration of Disk (HDD/SSD) unit'
	EQUALITY distinguishedNameMatch
	SUBSTR caseIgnoreSubstringsMatch
	SYNTAX 1.3.6.1.4.1.1466.115.121.1.12 )


attributetype ( 1.3.6.1.4.1.9163.864.15.1.5 NAME 'hwIf'
	DESC 'RFC4517 DN of the object holding configuration of an interface'
	EQUALITY distinguishedNameMatch
	SUBSTR caseIgnoreSubstringsMatch
	SYNTAX 1.3.6.1.4.1.1466.115.121.1.12 )


attributetype ( 1.3.6.1.4.1.9163.864.15.1.6 NAME 'hwMonitor'
	DESC 'RFC4517 DN of the object holding configuration of a monitor'
	EQUALITY distinguishedNameMatch
	SUBSTR caseIgnoreSubstringsMatch
	SYNTAX 1.3.6.1.4.1.1466.115.121.1.12 )


# --- strings ---------------------------------------------------------


attributetype ( 1.3.6.1.4.1.9163.864.15.1.100 NAME 'hwType'
	DESC 'any type of anything'
	EQUALITY caseIgnoreMatch
	SUBSTR caseIgnoreSubstringsMatch
	SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{256} SINGLE-VALUE )

attributetype ( 1.3.6.1.4.1.9163.864.15.1.100.1 NAME 'hwTypeIf'
	DESC 'type of interface: eth, wlan, bt, onboard or external'
	EQUALITY caseIgnoreMatch
	SUBSTR caseIgnoreSubstringsMatch
	SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{256} SINGLE-VALUE )


attributetype ( 1.3.6.1.4.1.9163.864.15.1.100.2 NAME 'hwTypeDisk'
	DESC 'type of disk (HDD/SSD)'
	EQUALITY caseIgnoreMatch
	SUBSTR caseIgnoreSubstringsMatch
	SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{256} SINGLE-VALUE )


attributetype ( 1.3.6.1.4.1.9163.864.15.1.101 NAME 'hwState'
	DESC 'possible states of the object: new, good, bad, broken, gleetches, burned'
	EQUALITY caseIgnoreMatch
	SUBSTR caseIgnoreSubstringsMatch
	SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{256} SINGLE-VALUE )


attributetype ( 1.3.6.1.4.1.9163.864.15.1.102 NAME 'hwStatus'
	DESC 'possible status/es of the object: assigned, unassigned, lost, stolen'
	EQUALITY caseIgnoreMatch
	SUBSTR caseIgnoreSubstringsMatch
	SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{256} SINGLE-VALUE )


attributetype ( 1.3.6.1.4.1.9163.864.15.1.103 NAME 'hwAssignedTo'
	DESC 'RFC4517 DN of the object, this one assigned too'
	EQUALITY distinguishedNameMatch
	SUBSTR caseIgnoreSubstringsMatch
	SYNTAX 1.3.6.1.4.1.1466.115.121.1.12 )


attributetype ( 1.3.6.1.4.1.9163.864.15.1.104 NAME 'hwManufacturer'
	DESC 'Manufacturer of the device/compart'
	EQUALITY caseIgnoreMatch
	SUBSTR caseIgnoreSubstringsMatch
	SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{256} SINGLE-VALUE )


attributetype ( 1.3.6.1.4.1.9163.864.15.1.105 NAME 'hwModel'
	DESC 'model of the device'
	EQUALITY caseIgnoreMatch
	SUBSTR caseIgnoreSubstringsMatch
	SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{256} SINGLE-VALUE )


attributetype ( 1.3.6.1.4.1.9163.864.15.1.106 NAME 'hwProductName'
	DESC 'Product Name'
	EQUALITY caseIgnoreMatch
	SUBSTR caseIgnoreSubstringsMatch
	SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{256} SINGLE-VALUE )


# --- BIOS -----------------------------------------------------------

attributetype ( 1.3.6.1.4.1.9163.864.15.1.107 NAME 'hwBios'
	DESC 'BIOS/Firmvare'
	EQUALITY caseIgnoreMatch
	SUBSTR caseIgnoreSubstringsMatch
	SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{256} SINGLE-VALUE )

attributetype ( 1.3.6.1.4.1.9163.864.15.1.107.1.1 NAME 'hwBiosVendor'
	DESC 'BIOS Vendor'
	EQUALITY caseIgnoreMatch
	SUBSTR caseIgnoreSubstringsMatch
	SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{256} SINGLE-VALUE )

attributetype ( 1.3.6.1.4.1.9163.864.15.1.107.1.2 NAME 'hwBiosVersion'
	DESC 'BIOS Version'
	EQUALITY caseIgnoreMatch
	SUBSTR caseIgnoreSubstringsMatch
	SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{256} SINGLE-VALUE )

attributetype ( 1.3.6.1.4.1.9163.864.15.1.107.1.3 NAME 'hwBiosReleaseDate'
	DESC 'BIOS Release Date'
	EQUALITY caseIgnoreMatch
	SUBSTR caseIgnoreSubstringsMatch
	SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{256} SINGLE-VALUE )

attributetype ( 1.3.6.1.4.1.9163.864.15.1.107.1.4 NAME 'hwBiosRevision'
	DESC 'BIOS Revision'
	EQUALITY caseIgnoreMatch
	SUBSTR caseIgnoreSubstringsMatch
	SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{256} SINGLE-VALUE )

attributetype ( 1.3.6.1.4.1.9163.864.15.1.107.2.1 NAME 'hwFirmware'
	DESC 'Firmware'
	EQUALITY caseIgnoreMatch
	SUBSTR caseIgnoreSubstringsMatch
	SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{256} SINGLE-VALUE )

attributetype ( 1.3.6.1.4.1.9163.864.15.1.107.2.2 NAME 'hwFirmwareType'
	DESC 'Firmware Type'
	EQUALITY caseIgnoreMatch
	SUBSTR caseIgnoreSubstringsMatch
	SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{256} SINGLE-VALUE )


# --- SPEED ----------------------------------------------------------
	
attributetype ( 1.3.6.1.4.1.9163.864.15.1.108 NAME 'hwSpeed'
	DESC 'Speed/MaxSpeed of the device/module/compart/e.t.c.'
	EQUALITY caseIgnoreMatch
	SUBSTR caseIgnoreSubstringsMatch
	SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{256} SINGLE-VALUE )

attributetype ( 1.3.6.1.4.1.9163.864.15.1.108.1 NAME 'hwSpeedCpu'
	DESC 'CPU Max Speed'
	EQUALITY caseIgnoreMatch
	SUBSTR caseIgnoreSubstringsMatch
	SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{256} SINGLE-VALUE )

attributetype ( 1.3.6.1.4.1.9163.864.15.1.108.2 NAME 'hwSpeedRam'
	DESC 'RAM Speed'
	EQUALITY caseIgnoreMatch
	SUBSTR caseIgnoreSubstringsMatch
	SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{256} SINGLE-VALUE )

attributetype ( 1.3.6.1.4.1.9163.864.15.1.108.3 NAME 'hwSpeedIf'
	DESC 'Interface speed'
	EQUALITY caseIgnoreMatch
	SUBSTR caseIgnoreSubstringsMatch
	SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{256} SINGLE-VALUE )

# --- SIZE -----------------------------------------------------------

attributetype ( 1.3.6.1.4.1.9163.864.15.1.109 NAME 'hwSize'
	DESC 'Size/volume/capacity'
	EQUALITY caseIgnoreMatch
	SUBSTR caseIgnoreSubstringsMatch
	SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{256} SINGLE-VALUE )

attributetype ( 1.3.6.1.4.1.9163.864.15.1.109.1 NAME 'hwSizeDisk'
	DESC 'HDD/SDD Size/volume/capacity'
	EQUALITY caseIgnoreMatch
	SUBSTR caseIgnoreSubstringsMatch
	SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{256} SINGLE-VALUE )

attributetype ( 1.3.6.1.4.1.9163.864.15.1.109.2 NAME 'hwSizeRam'
	DESC 'RAM Size/volume/capacity'
	EQUALITY caseIgnoreMatch
	SUBSTR caseIgnoreSubstringsMatch
	SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{256} SINGLE-VALUE )

# --------------------------------------------------------------------
	
attributetype ( 1.3.6.1.4.1.9163.864.15.1.110 NAME 'hwBus'
	DESC 'type of bus: SATA, SAS, SCSI, PCI, ISA, e.t.c.'
	EQUALITY caseIgnoreMatch
	SUBSTR caseIgnoreSubstringsMatch
	SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{256} )
	

attributetype ( 1.3.6.1.4.1.9163.864.15.1.111 NAME 'hwMac'
	DESC 'device MAC address'
	EQUALITY caseIgnoreMatch
	SUBSTR caseIgnoreSubstringsMatch
	SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{256} SINGLE-VALUE )

# --- ID -------------------------------------------------------------

attributetype ( 1.3.6.1.4.1.9163.864.15.1.112 NAME 'hwId'
	DESC 'device/compart ID (like for CPU)'
	EQUALITY caseIgnoreMatch
	SUBSTR caseIgnoreSubstringsMatch
	SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{256} SINGLE-VALUE )

attributetype ( 1.3.6.1.4.1.9163.864.15.1.112.1 NAME 'inventoryNumber'
	DESC 'Inventory Number Assigned'
	EQUALITY caseIgnoreMatch
	SUBSTR caseIgnoreSubstringsMatch
	SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{256} )

attributetype ( 1.3.6.1.4.1.9163.864.15.1.112.2 NAME 'hwSerialNumber'
	DESC 'Serial Number of the device'
	EQUALITY caseIgnoreMatch
	SUBSTR caseIgnoreSubstringsMatch
	SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{256} SINGLE-VALUE )

attributetype ( 1.3.6.1.4.1.9163.864.15.1.112.3 NAME 'hwPartNumber'
	DESC 'Part Number'
	EQUALITY caseIgnoreMatch
	SUBSTR caseIgnoreSubstringsMatch
	SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{256} SINGLE-VALUE )

attributetype ( 1.3.6.1.4.1.9163.864.15.1.112.4 NAME 'hwFamily'
	DESC 'device/compart family (like for CPU)'
	EQUALITY caseIgnoreMatch
	SUBSTR caseIgnoreSubstringsMatch
	SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{256} SINGLE-VALUE )

attributetype ( 1.3.6.1.4.1.9163.864.15.1.112.5 NAME 'hwVersion'
	DESC 'device/compart Version (like for CPU)'
	EQUALITY caseIgnoreMatch
	SUBSTR caseIgnoreSubstringsMatch
	SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{256} SINGLE-VALUE )

attributetype ( 1.3.6.1.4.1.9163.864.15.1.112.6 NAME 'hwSignature'
	DESC 'device/compart Signature (like for CPU)'
	EQUALITY caseIgnoreMatch
	SUBSTR caseIgnoreSubstringsMatch
	SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{256} SINGLE-VALUE )

attributetype ( 1.3.6.1.4.1.9163.864.15.1.112.7 NAME 'hwUuid'
	DESC 'UUID'
	EQUALITY caseIgnoreMatch
	SUBSTR caseIgnoreSubstringsMatch
	SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{256} SINGLE-VALUE )

attributetype ( 1.3.6.1.4.1.9163.864.15.1.112.8 NAME 'hwFccId'
	DESC 'device/compart FCC ID'
	EQUALITY caseIgnoreMatch
	SUBSTR caseIgnoreSubstringsMatch
	SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{256} SINGLE-VALUE )

attributetype ( 1.3.6.1.4.1.9163.864.15.1.112.9 NAME 'hwSocket'
	DESC 'hardware module socket'
	EQUALITY caseIgnoreMatch
	SUBSTR caseIgnoreSubstringsMatch
	SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{256} SINGLE-VALUE )

attributetype ( 1.3.6.1.4.1.9163.864.15.1.113 NAME 'hwName'
	DESC 'device/compart Name'
	EQUALITY caseIgnoreMatch
	SUBSTR caseIgnoreSubstringsMatch
	SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{256} SINGLE-VALUE )

attributetype ( 1.3.6.1.4.1.9163.864.15.1.113.1 NAME 'hwNameIf'
	DESC 'interface Name like eth13, wlan6, e.t.c.'
	EQUALITY caseIgnoreMatch
	SUBSTR caseIgnoreSubstringsMatch
	SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{256} SINGLE-VALUE )

#-------------------------------------------------------------------	--
	
attributetype ( 1.3.6.1.4.1.9163.864.15.1.114 NAME 'hwBankLocator'
	DESC 'RAM (P1_Node1_Channel3_Dimm0 or BANK2)'
	EQUALITY caseIgnoreMatch
	SUBSTR caseIgnoreSubstringsMatch
	SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{256} SINGLE-VALUE )

attributetype ( 1.3.6.1.4.1.9163.864.15.1.115 NAME 'hwLocator'
	DESC 'RAM locator (DIMM5 or P2-DIMMG1)'
	EQUALITY caseIgnoreMatch
	SUBSTR caseIgnoreSubstringsMatch
	SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{256} SINGLE-VALUE )

attributetype ( 1.3.6.1.4.1.9163.864.15.1.116 NAME 'hwFormFactor'
	DESC 'RAM form factor (DIMM)'
	EQUALITY caseIgnoreMatch
	SUBSTR caseIgnoreSubstringsMatch
	SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{256} SINGLE-VALUE )

# --- objectClass ---------------------------------------------------------

objectclass ( 1.3.6.1.4.1.9163.864.15.2 NAME 'hwInventory'
	DESC 'HardWare Inventory'
	SUP device STRUCTURAL
	MUST ( cn $ hwType $ hwState $ hwStatus )
	MAY ( hwAssignedTo $ description $ hwMb $ hwCpu $ hwRam $ hwDisk $ hwIf $ hwMonitor $ hwManufacturer $ hwModel $ hwProductName $ hwBios $ hwBiosVendor $ hwBiosVersion $ hwBiosReleaseDate $ hwBiosRevision $ hwFirmware $ hwFirmwareType $ hwSpeed $ hwSpeedCpu $ hwSpeedRam $ hwSpeedIf $ hwSize $ hwSizeDisk $ hwSizeRam $ hwBus $ hwMac $ hwId $ inventoryNumber $ hwSerialNumber $ hwPartNumber $ hwFamily $ hwVersion $ hwSignature $ hwUuid $ hwFccId $ hwSocket $ hwName $ hwNameIf $ hwTypeIf $ hwTypeDisk $ hwBankLocator $ hwLocator $ hwFormFactor ) )

#===========================================================
# .16.1 umiSettings UMI UI related attributes
#===========================================================
attributetype ( 1.3.6.1.4.1.9163.864.16.1.1 NAME 'umiSettingsJson'
	DESC 'UMI UI settings JSON structure up to 32K in length.'
	EQUALITY caseIgnoreMatch
	SUBSTR caseIgnoreSubstringsMatch
	SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{32768} SINGLE-VALUE )

#===========================================================
# .16.2 umiSettings
#===========================================================

objectclass ( 1.3.6.1.4.1.9163.864.16.2 NAME 'umiSettings'
	DESC 'UMI UI settings'
	SUP extensibleObject AUXILIARY
	MAY ( umiSettingsJson ) )

Return to:

Send suggestions and report system problems to the System administrator.