From 99c855cf404fd2b2b8e48cdcf92c265832d4b49f Mon Sep 17 00:00:00 2001 From: XANTRONIX Development Date: Wed, 2 Mar 2022 19:00:44 -0500 Subject: Initial commit of ldap/xantronix.schema --- ldap/xantronix.schema | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 ldap/xantronix.schema 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 ) + ) -- cgit v1.2.3