diff options
author | XANTRONIX Development | 2022-03-02 19:00:44 -0500 |
---|---|---|
committer | XANTRONIX Development | 2022-03-02 19:00:44 -0500 |
commit | 99c855cf404fd2b2b8e48cdcf92c265832d4b49f (patch) | |
tree | 3f13943cf62ca7bab9ab42192d414e61ec46a9ab | |
parent | ea5c729f69a9c6c2fb88caa48e37f6f548532b9b (diff) | |
download | xas-99c855cf404fd2b2b8e48cdcf92c265832d4b49f.tar.gz xas-99c855cf404fd2b2b8e48cdcf92c265832d4b49f.tar.bz2 xas-99c855cf404fd2b2b8e48cdcf92c265832d4b49f.zip |
Initial commit of ldap/xantronix.schema
-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 ) + ) |