summaryrefslogtreecommitdiffstats
path: root/ldap/xantronix.schema
blob: 984719422048cad0771ccf5de31dc0ed4d9344e8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
attributetype ( 1.3.6.1.4.1.1.58563.1.1
	NAME 'assetType'
	DESC 'type of asset'
	EQUALITY caseIgnoreMatch
	SUBSTR caseIgnoreSubstringsMatch
	SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 )

objectclass	( 1.3.6.1.4.1.1.58563.2.1
    NAME 'asset'
	DESC 'Semi-Autonomous Asset'
    SUP device
    STRUCTURAL
    MUST ( serialNumber $ assetType )
	MAY ( title $ displayName $ jpegPhoto )
	)