summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorXANTRONIX Development2022-03-02 19:00:44 -0500
committerXANTRONIX Development2022-03-02 19:00:44 -0500
commit99c855cf404fd2b2b8e48cdcf92c265832d4b49f (patch)
tree3f13943cf62ca7bab9ab42192d414e61ec46a9ab
parentea5c729f69a9c6c2fb88caa48e37f6f548532b9b (diff)
downloadxas-99c855cf404fd2b2b8e48cdcf92c265832d4b49f.tar.gz
xas-99c855cf404fd2b2b8e48cdcf92c265832d4b49f.tar.bz2
xas-99c855cf404fd2b2b8e48cdcf92c265832d4b49f.zip
Initial commit of ldap/xantronix.schema
-rw-r--r--ldap/xantronix.schema15
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 )
+ )