diff options
-rw-r--r-- | ldap/xantronix.schema | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/ldap/xantronix.schema b/ldap/xantronix.schema new file mode 100644 index 0000000..9847194 --- /dev/null +++ b/ldap/xantronix.schema @@ -0,0 +1,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 ) + ) |