{"id":473,"date":"2018-03-27T15:35:04","date_gmt":"2018-03-27T13:35:04","guid":{"rendered":"https:\/\/wp.tntnet.eu\/?p=473"},"modified":"2018-04-23T13:09:04","modified_gmt":"2018-04-23T11:09:04","slug":"xen-ldap-schema","status":"publish","type":"post","link":"https:\/\/wp.tntnet.eu\/?p=473","title":{"rendered":"Xen LDAP Schema"},"content":{"rendered":"<p>For a small project I needed an ldap schema to map the structure of virtual machines in an LDAP directory tree. As far as I know, there is no xen-ldap-scheme out there, so I created one myself. Although it is at an early stage, someone may be interested in using and improving it.<\/p>\n<a href=\"https:\/\/wp.tntnet.eu\/?ddownload=471\" title=\"xenX.schema (0.4.4)\" rel=\"nofollow\" class=\"ddownload-link id-471 ext-schema\">xenX.schema (0.4.4)<\/a>\n<pre class=\"lang:scheme decode:true\" title=\"xenX.schema\">###############################################################################\r\n# XEN LDAP schema.                                                            #\r\n#   This Schema provides objects and attributes to manage xen based vms       #\r\n#   inside a ldap server                                                      #\r\n#                                                                             #\r\n# Copyright (C) 2018 Thorsten Seeger                                          #\r\n#                                                                             #\r\n# Version 0.4.4                                                               #\r\n#                                                                             #\r\n# *Works in progress*    Contents of this file are subject to                 #\r\n#                        change (including deletion) without notice.          #\r\n#                        Not recommended for production use!                  #\r\n#                        Use with extreme caution!                            #\r\n#                                                                             #\r\n#    This program is free software: you can redistribute it and\/or modify     #\r\n#    it under the terms of the GNU General Public License as published by     #\r\n#    the Free Software Foundation, either version 3 of the License, or        #\r\n#    (at your option) any later version.                                      #\r\n#                                                                             #\r\n#    This program is distributed in the hope that it will be useful,          #\r\n#    but WITHOUT ANY WARRANTY; without even the implied warranty of           #\r\n#    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the            #\r\n#    GNU General Public License for more details.                             #\r\n#                                                                             #\r\n#    You should have received a copy of the GNU General Public License        #\r\n#    along with this program.  If not, see &lt;http:\/\/www.gnu.org\/licenses\/&gt;.    #\r\n#                                                                             #\r\n###############################################################################\r\n#\r\n#\r\n# Main OID: 1.3.6.1.4.1.44080         TNTNET        (Creation date: 2014\/06\/17)\r\n# Sub  OID: .111\r\n#\r\n# OID Tree:\r\n#   .111\r\n#     |__.5 attributes\r\n#     |   |\r\n#     |   |___.1\r\n#     |   |\r\n#     |   |___.2 Mandatory configuration items\r\n#     |   |\r\n#     |   |___.3 Cpu\r\n#     |   |\r\n#     |   |___.4 Memory\r\n#     |   |\r\n#     |   |___.5 Event actions\r\n#     |   |\r\n#     |   |___.6 Other Options\r\n#     |   |\r\n#     |   |___.7 Pci\r\n#     |   |\r\n#     |   |___.8 PV guest options\r\n#     |   |\r\n#     |   |___.9 HVM guest options\r\n#     |   |\r\n#     |   |__.10 PVH guest options\r\n#     |   |\r\n#     |   |__.11 Paravirtualisation of HVM Guests\r\n#     |   |\r\n#     |   |__.12 Emulated VGA Graphics Device\r\n#     |   |\r\n#     |   |__.13 VNC\r\n#     |   |\r\n#     |   |__.14 SDL\r\n#     |   |\r\n#     |   |__.15 Spice Graphics Support\r\n#     |   |\r\n#     |   |__.16 NUMA\r\n#     |   |\r\n#     |   |__.17 Miscellaneous Emulated Hardware\r\n#     |   |\r\n#     |   |__.18 Device-Model Options\r\n#     |   |\r\n#     |   |__.19 Vif - Network Configuration\r\n#     |   |\r\n#     |   |__.20 Vbd - Disk Configuration\r\n#     |   |\r\n#     |   |__.21 Vtpm\r\n#     |   |\r\n#     |   |__.22 p9\r\n#     |   |\r\n#     |   |__.23 Channel\r\n#     |   |\r\n#     |   |__.24 Vdispl - Virtual display devices\r\n#     |   |\r\n#     |   |__.25 Reserved Device Memory (RDM)\r\n#     |   |\r\n#     |   |__.26 USB controller (usbctrl)\r\n#     |   |\r\n#     |   |__.27 USB\r\n#     |   |\r\n#     |   |__.28 Architecture Specific options\r\n#     |   |\r\n#     |   |__.30 Cpupool Configuration\r\n#     |\r\n#     |__.1 STRUCTURAL objectclass\r\n#     |\r\n#     |__.2 STRUCTURAL objectclass Virtual Devices\r\n#     |\r\n#     |__.3 AUXILIARY\r\n#\r\n###############################################################################\r\n\r\n\r\n###############################################################################\r\n# 1.3.6.1.4.1.44080.111.5.1.XX\r\n###############################################################################\r\n\r\nattributetype ( 1.3.6.1.4.1.44080.111.5.1.1\r\n    NAME 'xenBackend'\r\n    DESC 'backend'\r\n    EQUALITY caseIgnoreMatch\r\n    SYNTAX 1.3.6.1.4.1.1466.115.121.1.15\r\n    SINGLE-VALUE\r\n )\r\n\r\n#attributetype ( 1.3.6.1.4.1.44080.111.5.1.2\r\n#    NAME 'xenDevid'\r\n#    DESC 'devid'\r\n#    EQUALITY integerMatch\r\n#    SYNTAX 1.3.6.1.4.1.1466.115.121.1.27\r\n#    SINGLE-VALUE\r\n# )\r\n\r\n\r\n###############################################################################\r\n# 1.3.6.1.4.1.44080.111.5.2.XX -- Mandatory configuration items\r\n###############################################################################\r\n\r\nattributetype ( 1.3.6.1.4.1.44080.111.5.2.1\r\n    NAME 'xenName'\r\n    DESC 'name'\r\n    EQUALITY caseIgnoreMatch\r\n    SYNTAX 1.3.6.1.4.1.1466.115.121.1.15\r\n    SINGLE-VALUE\r\n )\r\n\r\nattributetype ( 1.3.6.1.4.1.44080.111.5.2.2\r\n    NAME 'xenUUID'\r\n    DESC 'uuid'\r\n    EQUALITY caseIgnoreMatch\r\n    SYNTAX 1.3.6.1.4.1.1466.115.121.1.15\r\n    SINGLE-VALUE\r\n )\r\n\r\n# The builder option is being deprecated in favor of the type option.\r\n#attributetype ( 1.3.6.1.4.1.44080.111.5.2.3\r\n#    NAME 'xenBuilder'\r\n#    DESC 'builder'\r\n#    EQUALITY caseIgnoreMatch\r\n#    SYNTAX 1.3.6.1.4.1.1466.115.121.1.15\r\n#    SINGLE-VALUE\r\n# )\r\n\r\nattributetype ( 1.3.6.1.4.1.44080.111.5.2.4\r\n    NAME 'xenType'\r\n    DESC 'type'\r\n    EQUALITY caseIgnoreMatch\r\n    SYNTAX 1.3.6.1.4.1.1466.115.121.1.15\r\n    SINGLE-VALUE\r\n )\r\n\r\n\r\n###############################################################################\r\n# 1.3.6.1.4.1.44080.111.5.3.XX - CPU\r\n###############################################################################\r\n\r\nattributetype ( 1.3.6.1.4.1.44080.111.5.3.1\r\n    NAME 'xenCpuPool'\r\n    DESC 'pool'\r\n    EQUALITY caseIgnoreMatch\r\n    SYNTAX 1.3.6.1.4.1.1466.115.121.1.15\r\n    SINGLE-VALUE\r\n )\r\n\r\nattributetype ( 1.3.6.1.4.1.44080.111.5.3.2\r\n    NAME 'xenVcpus'\r\n    DESC 'vcpus'\r\n    EQUALITY integerMatch\r\n    SYNTAX 1.3.6.1.4.1.1466.115.121.1.27\r\n    SINGLE-VALUE\r\n )\r\n\r\nattributetype ( 1.3.6.1.4.1.44080.111.5.3.3\r\n    NAME 'xenMaxvcpus'\r\n    DESC 'maxvcpus'\r\n    EQUALITY integerMatch\r\n    SYNTAX 1.3.6.1.4.1.1466.115.121.1.27\r\n    SINGLE-VALUE\r\n )\r\n\r\nattributetype ( 1.3.6.1.4.1.44080.111.5.3.4\r\n    NAME 'xenCpus'\r\n    DESC 'cpus'\r\n    EQUALITY caseIgnoreMatch\r\n    SYNTAX 1.3.6.1.4.1.1466.115.121.1.15\r\n    SINGLE-VALUE\r\n )\r\n\r\nattributetype ( 1.3.6.1.4.1.44080.111.5.3.5\r\n    NAME 'xenCpusSoft'\r\n    DESC 'cpus_soft'\r\n    EQUALITY integerMatch\r\n    SYNTAX 1.3.6.1.4.1.1466.115.121.1.27\r\n    SINGLE-VALUE\r\n )\r\n\r\nattributetype ( 1.3.6.1.4.1.44080.111.5.3.6\r\n    NAME 'xenCpuWeight'\r\n    DESC 'cpu_weight'\r\n    EQUALITY integerMatch\r\n    SYNTAX 1.3.6.1.4.1.1466.115.121.1.27\r\n    SINGLE-VALUE\r\n )\r\n\r\nattributetype ( 1.3.6.1.4.1.44080.111.5.3.7\r\n    NAME 'xenCap'\r\n    DESC 'cap'\r\n    EQUALITY integerMatch\r\n    SYNTAX 1.3.6.1.4.1.1466.115.121.1.27\r\n    SINGLE-VALUE\r\n )\r\n\r\nattributetype ( 1.3.6.1.4.1.44080.111.5.3.8\r\n    NAME 'xenSched'\r\n    DESC 'cpu scheduler'\r\n    EQUALITY caseIgnoreMatch\r\n    SYNTAX 1.3.6.1.4.1.1466.115.121.1.15\r\n    SINGLE-VALUE\r\n )\r\n\r\n\r\n###############################################################################\r\n# 1.3.6.1.4.1.44080.111.5.4.XX - Memory\r\n###############################################################################\r\n\r\nattributetype ( 1.3.6.1.4.1.44080.111.5.4.1\r\n    NAME 'xenMemory'\r\n    DESC 'memory'\r\n    EQUALITY caseIgnoreMatch\r\n    SYNTAX 1.3.6.1.4.1.1466.115.121.1.15\r\n    SINGLE-VALUE\r\n )\r\n\r\nattributetype ( 1.3.6.1.4.1.44080.111.5.4.2\r\n    NAME 'xenMaxmem'\r\n    DESC 'maxmem'\r\n    EQUALITY caseIgnoreMatch\r\n    SYNTAX 1.3.6.1.4.1.1466.115.121.1.15\r\n    SINGLE-VALUE\r\n )\r\n\r\n\r\n###############################################################################\r\n# 1.3.6.1.4.1.44080.111.5.5.XX - Event Actions\r\n###############################################################################\r\n\r\nattributetype ( 1.3.6.1.4.1.44080.111.5.5.1\r\n    NAME 'xenOnPoweroff'\r\n    DESC 'on_poweroff'\r\n    EQUALITY caseIgnoreMatch\r\n    SYNTAX 1.3.6.1.4.1.1466.115.121.1.15\r\n    SINGLE-VALUE\r\n )\r\n\r\nattributetype ( 1.3.6.1.4.1.44080.111.5.5.2\r\n    NAME 'xenOnReboot'\r\n    DESC 'on_reboot'\r\n    EQUALITY caseIgnoreMatch\r\n    SYNTAX 1.3.6.1.4.1.1466.115.121.1.15\r\n    SINGLE-VALUE\r\n )\r\n\r\nattributetype ( 1.3.6.1.4.1.44080.111.5.5.3\r\n    NAME 'xenOnWatchdog'\r\n    DESC 'on_watchdog'\r\n    EQUALITY caseIgnoreMatch\r\n    SYNTAX 1.3.6.1.4.1.1466.115.121.1.15\r\n    SINGLE-VALUE\r\n )\r\n\r\nattributetype ( 1.3.6.1.4.1.44080.111.5.5.4\r\n    NAME 'xenOnCrash'\r\n    DESC 'on_crash'\r\n    EQUALITY caseIgnoreMatch\r\n    SYNTAX 1.3.6.1.4.1.1466.115.121.1.15\r\n    SINGLE-VALUE\r\n )\r\n\r\nattributetype ( 1.3.6.1.4.1.44080.111.5.5.5\r\n    NAME 'xenOnSoftReset'\r\n    DESC 'on_soft_reset'\r\n    EQUALITY caseIgnoreMatch\r\n    SYNTAX 1.3.6.1.4.1.1466.115.121.1.15\r\n    SINGLE-VALUE\r\n )\r\n\r\n\r\n###############################################################################\r\n# 1.3.6.1.4.1.44080.111.5.6.XX - Other Options\r\n###############################################################################\r\n\r\nattributetype ( 1.3.6.1.4.1.44080.111.5.6.1\r\n    NAME 'xenSeclabel'\r\n    DESC 'seclabel'\r\n    EQUALITY caseIgnoreMatch\r\n    SYNTAX 1.3.6.1.4.1.1466.115.121.1.15\r\n    SINGLE-VALUE\r\n )\r\n\r\nattributetype ( 1.3.6.1.4.1.44080.111.5.6.2\r\n    NAME 'xenInitSeclabel'\r\n    DESC 'init_seclabel'\r\n    EQUALITY caseIgnoreMatch\r\n    SYNTAX 1.3.6.1.4.1.1466.115.121.1.15\r\n    SINGLE-VALUE\r\n )\r\n\r\nattributetype ( 1.3.6.1.4.1.44080.111.5.6.3\r\n    NAME 'xenMaxGrantFrames'\r\n    DESC 'max_grant_frames'\r\n    EQUALITY integerMatch\r\n    SYNTAX 1.3.6.1.4.1.1466.115.121.1.27\r\n    SINGLE-VALUE\r\n )\r\n \r\nattributetype ( 1.3.6.1.4.1.44080.111.5.6.4\r\n    NAME 'xenMaxMaptrackFrames'\r\n    DESC 'max_maptrack_frames'\r\n    EQUALITY integerMatch\r\n    SYNTAX 1.3.6.1.4.1.1466.115.121.1.27\r\n    SINGLE-VALUE\r\n )\r\n\r\nattributetype ( 1.3.6.1.4.1.44080.111.5.6.5\r\n    NAME 'xenNoMigrate'\r\n    DESC 'nomigrate'\r\n    EQUALITY booleanMatch\r\n    SYNTAX 1.3.6.1.4.1.1466.115.121.1.7\r\n    SINGLE-VALUE\r\n )\r\n\r\nattributetype ( 1.3.6.1.4.1.44080.111.5.6.6\r\n    NAME 'xenDriverDomain'\r\n    DESC 'driver_domain'\r\n    EQUALITY booleanMatch\r\n    SYNTAX 1.3.6.1.4.1.1466.115.121.1.7\r\n    SINGLE-VALUE\r\n )\r\n\r\nattributetype ( 1.3.6.1.4.1.44080.111.5.6.7\r\n    NAME 'xenDeviceTree'\r\n    DESC 'device_tree'\r\n    EQUALITY caseIgnoreMatch\r\n    SYNTAX 1.3.6.1.4.1.1466.115.121.1.15\r\n    SINGLE-VALUE\r\n )\r\n\r\nattributetype ( 1.3.6.1.4.1.44080.111.5.6.8\r\n    NAME 'xenFirmware'\r\n    DESC 'firmware'\r\n    EQUALITY caseIgnoreMatch\r\n    SYNTAX 1.3.6.1.4.1.1466.115.121.1.15\r\n )\r\n\r\n\r\n###############################################################################\r\n# 1.3.6.1.4.1.44080.111.5.7.XX - PCI\r\n###############################################################################\r\n\r\nattributetype ( 1.3.6.1.4.1.44080.111.5.7.1\r\n    NAME 'xenPciIdentifier'\r\n    DESC 'Identifies the PCI device from the host perspective in the domain.'\r\n    EQUALITY caseIgnoreMatch\r\n    SYNTAX 1.3.6.1.4.1.1466.115.121.1.15\r\n    SINGLE-VALUE\r\n )\r\n\r\nattributetype ( 1.3.6.1.4.1.44080.111.5.7.2\r\n    NAME 'xenPciVSLOT'\r\n    DESC 'Specifies the virtual slot where the guest will see this device'\r\n    EQUALITY caseIgnoreMatch\r\n    SYNTAX 1.3.6.1.4.1.1466.115.121.1.15\r\n    SINGLE-VALUE\r\n )\r\n\r\nattributetype ( 1.3.6.1.4.1.44080.111.5.7.3\r\n    NAME 'xenPciPermissive'\r\n    DESC 'permissive &amp; pci_permissive'\r\n    EQUALITY booleanMatch\r\n    SYNTAX 1.3.6.1.4.1.1466.115.121.1.7\r\n    SINGLE-VALUE\r\n )\r\n\r\nattributetype ( 1.3.6.1.4.1.44080.111.5.7.4\r\n    NAME 'xenPciMsitranslate'\r\n    DESC 'msitranslate &amp; pci_msitranslate'\r\n    EQUALITY booleanMatch\r\n    SYNTAX 1.3.6.1.4.1.1466.115.121.1.7\r\n    SINGLE-VALUE\r\n )\r\n\r\nattributetype ( 1.3.6.1.4.1.44080.111.5.7.5\r\n    NAME 'xenPciSeize'\r\n    DESC 'size &amp; pci_seize'\r\n    EQUALITY booleanMatch\r\n    SYNTAX 1.3.6.1.4.1.1466.115.121.1.7\r\n    SINGLE-VALUE\r\n )\r\n\r\nattributetype ( 1.3.6.1.4.1.44080.111.5.7.6\r\n    NAME 'xenPciPowerMgmt'\r\n    DESC 'power_mgmt &amp; pci_power_mgmt'\r\n    EQUALITY booleanMatch\r\n    SYNTAX 1.3.6.1.4.1.1466.115.121.1.7\r\n    SINGLE-VALUE\r\n )\r\n\r\nattributetype ( 1.3.6.1.4.1.44080.111.5.7.7\r\n    NAME 'xenGfxPassthru'\r\n    DESC 'gfx_passthru'\r\n    EQUALITY booleanMatch\r\n    SYNTAX 1.3.6.1.4.1.1466.115.121.1.7\r\n    SINGLE-VALUE\r\n )\r\n\r\nattributetype ( 1.3.6.1.4.1.44080.111.5.7.8\r\n    NAME 'xenIoports'\r\n    DESC 'ioports'\r\n    EQUALITY caseIgnoreMatch\r\n    SYNTAX 1.3.6.1.4.1.1466.115.121.1.15\r\n )\r\n\r\nattributetype ( 1.3.6.1.4.1.44080.111.5.7.9\r\n    NAME 'xenIomem'\r\n    DESC 'iomem'\r\n    EQUALITY caseIgnoreMatch\r\n    SYNTAX 1.3.6.1.4.1.1466.115.121.1.15\r\n )\r\n\r\nattributetype ( 1.3.6.1.4.1.44080.111.5.7.10\r\n    NAME 'xenIrgs'\r\n    DESC 'irgs'\r\n    EQUALITY caseIgnoreMatch\r\n    SYNTAX 1.3.6.1.4.1.1466.115.121.1.15\r\n )\r\n\r\nattributetype ( 1.3.6.1.4.1.44080.111.5.7.11\r\n    NAME 'xenMaxEventChannels'\r\n    DESC 'max_event_channels'\r\n    EQUALITY integerMatch\r\n    SYNTAX 1.3.6.1.4.1.1466.115.121.1.27\r\n    SINGLE-VALUE\r\n )\r\n\r\nattributetype ( 1.3.6.1.4.1.44080.111.5.7.12\r\n    NAME 'xenE820Host'\r\n    DESC 'e820_host'\r\n    EQUALITY booleanMatch\r\n    SYNTAX 1.3.6.1.4.1.1466.115.121.1.7\r\n    SINGLE-VALUE\r\n )\r\n\r\nattributetype ( 1.3.6.1.4.1.44080.111.5.7.13\r\n    NAME 'xenDtdev'\r\n    DESC 'dtdev'\r\n    EQUALITY caseIgnoreMatch\r\n    SYNTAX 1.3.6.1.4.1.1466.115.121.1.15\r\n )\r\n\r\nattributetype ( 1.3.6.1.4.1.44080.111.5.7.14\r\n    NAME 'xenDMrestrict'\r\n    DESC 'dm_restrict'\r\n    EQUALITY booleanMatch\r\n    SYNTAX 1.3.6.1.4.1.1466.115.121.1.7\r\n    SINGLE-VALUE\r\n )\r\n\r\n\r\n###############################################################################\r\n# 1.3.6.1.4.1.44080.111.5.8.XX - PV guest options\r\n###############################################################################\r\n\r\nattributetype ( 1.3.6.1.4.1.44080.111.5.8.1\r\n    NAME 'xenKernel'\r\n    DESC 'kernel'\r\n    EQUALITY caseIgnoreMatch\r\n    SYNTAX 1.3.6.1.4.1.1466.115.121.1.15\r\n    SINGLE-VALUE\r\n )\r\n\r\nattributetype ( 1.3.6.1.4.1.44080.111.5.8.2\r\n    NAME 'xenRamdisk'\r\n    DESC 'ramdisk'\r\n    EQUALITY caseIgnoreMatch\r\n    SYNTAX 1.3.6.1.4.1.1466.115.121.1.15\r\n    SINGLE-VALUE\r\n )\r\n\r\nattributetype ( 1.3.6.1.4.1.44080.111.5.8.3\r\n    NAME 'xenCmdline'\r\n    DESC 'cmdline'\r\n    EQUALITY caseIgnoreMatch\r\n    SYNTAX 1.3.6.1.4.1.1466.115.121.1.15\r\n    SINGLE-VALUE\r\n )\r\n\r\nattributetype ( 1.3.6.1.4.1.44080.111.5.8.4\r\n    NAME 'xenRoot'\r\n    DESC 'root'\r\n    EQUALITY caseIgnoreMatch\r\n    SYNTAX 1.3.6.1.4.1.1466.115.121.1.15\r\n    SINGLE-VALUE\r\n )\r\n\r\nattributetype ( 1.3.6.1.4.1.44080.111.5.8.5\r\n    NAME 'xenExtra'\r\n    DESC 'extra'\r\n    EQUALITY caseIgnoreMatch\r\n    SYNTAX 1.3.6.1.4.1.1466.115.121.1.15\r\n    SINGLE-VALUE\r\n )\r\n\r\nattributetype ( 1.3.6.1.4.1.44080.111.5.8.6\r\n    NAME 'xenBootloader'\r\n    DESC 'bootloader'\r\n    EQUALITY caseIgnoreMatch\r\n    SYNTAX 1.3.6.1.4.1.1466.115.121.1.15\r\n    SINGLE-VALUE\r\n )\r\n\r\nattributetype ( 1.3.6.1.4.1.44080.111.5.8.7\r\n    NAME 'xenBootloaderArgs'\r\n    DESC 'bootloader_args'\r\n    EQUALITY caseIgnoreMatch\r\n    SYNTAX 1.3.6.1.4.1.1466.115.121.1.15\r\n )\r\n\r\n\r\n###############################################################################\r\n# 1.3.6.1.4.1.44080.111.5.9.XX - HVM guest options\r\n###############################################################################\r\n\r\nattributetype ( 1.3.6.1.4.1.44080.111.5.9.1\r\n    NAME 'xenBoot'\r\n    DESC 'boot'\r\n    EQUALITY caseIgnoreMatch\r\n    SYNTAX 1.3.6.1.4.1.1466.115.121.1.15\r\n    SINGLE-VALUE\r\n )\r\n\r\nattributetype ( 1.3.6.1.4.1.44080.111.5.9.2\r\n    NAME 'xenHap'\r\n    DESC 'hap'\r\n    EQUALITY booleanMatch\r\n    SYNTAX 1.3.6.1.4.1.1466.115.121.1.7\r\n    SINGLE-VALUE\r\n )\r\n\r\nattributetype ( 1.3.6.1.4.1.44080.111.5.9.3\r\n    NAME 'xenOos'\r\n    DESC 'oos'\r\n    EQUALITY booleanMatch\r\n    SYNTAX 1.3.6.1.4.1.1466.115.121.1.7\r\n    SINGLE-VALUE\r\n )\r\n\r\nattributetype ( 1.3.6.1.4.1.44080.111.5.9.4\r\n    NAME 'xenShadowMemory'\r\n    DESC 'shadow_memory'\r\n    EQUALITY integerMatch\r\n    SYNTAX 1.3.6.1.4.1.1466.115.121.1.27\r\n    SINGLE-VALUE\r\n )\r\n\r\nattributetype ( 1.3.6.1.4.1.44080.111.5.9.5\r\n    NAME 'xenBios'\r\n    DESC 'bios'\r\n    EQUALITY caseIgnoreMatch\r\n    SYNTAX 1.3.6.1.4.1.1466.115.121.1.15\r\n    SINGLE-VALUE\r\n )\r\n\r\nattributetype ( 1.3.6.1.4.1.44080.111.5.9.6\r\n    NAME 'xenBiosPathOverride'\r\n    DESC 'bios_path_override'\r\n    EQUALITY caseIgnoreMatch\r\n    SYNTAX 1.3.6.1.4.1.1466.115.121.1.15\r\n    SINGLE-VALUE\r\n )\r\n\r\nattributetype ( 1.3.6.1.4.1.44080.111.5.9.7\r\n    NAME 'xenPae'\r\n    DESC 'pae'\r\n    EQUALITY booleanMatch\r\n    SYNTAX 1.3.6.1.4.1.1466.115.121.1.7\r\n    SINGLE-VALUE\r\n )\r\n\r\nattributetype ( 1.3.6.1.4.1.44080.111.5.9.8\r\n    NAME 'xenAcpi'\r\n    DESC 'acpi'\r\n    EQUALITY booleanMatch\r\n    SYNTAX 1.3.6.1.4.1.1466.115.121.1.7\r\n    SINGLE-VALUE\r\n )\r\n\r\nattributetype ( 1.3.6.1.4.1.44080.111.5.9.9\r\n    NAME 'xenAcpiS3'\r\n    DESC 'acpi_s3'\r\n    EQUALITY booleanMatch\r\n    SYNTAX 1.3.6.1.4.1.1466.115.121.1.7\r\n    SINGLE-VALUE\r\n )\r\n\r\nattributetype ( 1.3.6.1.4.1.44080.111.5.9.10\r\n    NAME 'xenAcpiS4'\r\n    DESC 'acpi_s4'\r\n    EQUALITY booleanMatch\r\n    SYNTAX 1.3.6.1.4.1.1466.115.121.1.7\r\n    SINGLE-VALUE\r\n )\r\n\r\nattributetype ( 1.3.6.1.4.1.44080.111.5.9.11\r\n    NAME 'xenAcpiLaptopSlate'\r\n    DESC 'acpi_laptop_slate'\r\n    EQUALITY booleanMatch\r\n    SYNTAX 1.3.6.1.4.1.1466.115.121.1.7\r\n    SINGLE-VALUE\r\n )\r\n\r\nattributetype ( 1.3.6.1.4.1.44080.111.5.9.12\r\n    NAME 'xenApic'\r\n    DESC 'apic'\r\n    EQUALITY booleanMatch\r\n    SYNTAX 1.3.6.1.4.1.1466.115.121.1.7\r\n    SINGLE-VALUE\r\n )\r\n\r\nattributetype ( 1.3.6.1.4.1.44080.111.5.9.13\r\n    NAME 'xenNx'\r\n    DESC 'nx'\r\n    EQUALITY booleanMatch\r\n    SYNTAX 1.3.6.1.4.1.1466.115.121.1.7\r\n    SINGLE-VALUE\r\n )\r\n\r\nattributetype ( 1.3.6.1.4.1.44080.111.5.9.14\r\n    NAME 'xenHpet'\r\n    DESC 'hpet'\r\n    EQUALITY booleanMatch\r\n    SYNTAX 1.3.6.1.4.1.1466.115.121.1.7\r\n    SINGLE-VALUE\r\n )\r\n\r\nattributetype ( 1.3.6.1.4.1.44080.111.5.9.15\r\n    NAME 'xenNestedhvm'\r\n    DESC 'nestedhvm'\r\n    EQUALITY booleanMatch\r\n    SYNTAX 1.3.6.1.4.1.1466.115.121.1.7\r\n    SINGLE-VALUE\r\n )\r\n\r\nattributetype ( 1.3.6.1.4.1.44080.111.5.9.16\r\n    NAME 'xenCpuid'\r\n    DESC 'cpuid'\r\n    EQUALITY caseIgnoreMatch\r\n    SYNTAX 1.3.6.1.4.1.1466.115.121.1.15\r\n )\r\n\r\nattributetype ( 1.3.6.1.4.1.44080.111.5.9.17\r\n    NAME 'xenAcpiFirmware'\r\n    DESC 'acpi_firmware'\r\n    EQUALITY caseIgnoreMatch\r\n    SYNTAX 1.3.6.1.4.1.1466.115.121.1.15\r\n    SINGLE-VALUE\r\n )\r\n\r\nattributetype ( 1.3.6.1.4.1.44080.111.5.9.18\r\n    NAME 'xenSmbiosFirmware'\r\n    DESC 'smbios_firmware'\r\n    EQUALITY caseIgnoreMatch\r\n    SYNTAX 1.3.6.1.4.1.1466.115.121.1.15\r\n    SINGLE-VALUE\r\n )\r\n\r\nattributetype ( 1.3.6.1.4.1.44080.111.5.9.19\r\n    NAME 'xenTscMode'\r\n    DESC 'tsc_mode'\r\n    EQUALITY caseIgnoreMatch\r\n    SYNTAX 1.3.6.1.4.1.1466.115.121.1.15\r\n    SINGLE-VALUE\r\n )\r\n\r\nattributetype ( 1.3.6.1.4.1.44080.111.5.9.20\r\n    NAME 'xenlocaltime'\r\n    DESC 'localtime'\r\n    EQUALITY booleanMatch\r\n    SYNTAX 1.3.6.1.4.1.1466.115.121.1.7\r\n    SINGLE-VALUE\r\n )\r\n\r\nattributetype ( 1.3.6.1.4.1.44080.111.5.9.21\r\n    NAME 'xenRtcTimeoffset'\r\n    DESC 'rtc_timeoffset'\r\n    EQUALITY integerMatch\r\n    SYNTAX 1.3.6.1.4.1.1466.115.121.1.27\r\n    SINGLE-VALUE\r\n )\r\n\r\nattributetype ( 1.3.6.1.4.1.44080.111.5.9.22\r\n    NAME 'xenVptAlign'\r\n    DESC 'vpt_align'\r\n    EQUALITY booleanMatch\r\n    SYNTAX 1.3.6.1.4.1.1466.115.121.1.7\r\n    SINGLE-VALUE\r\n )\r\n\r\nattributetype ( 1.3.6.1.4.1.44080.111.5.9.23\r\n    NAME 'xenTimerMode'\r\n    DESC 'timer_mode'\r\n    EQUALITY caseIgnoreMatch\r\n    SYNTAX 1.3.6.1.4.1.1466.115.121.1.15\r\n    SINGLE-VALUE\r\n )\r\n\r\nattributetype ( 1.3.6.1.4.1.44080.111.5.9.24\r\n    NAME 'xenHdtype'\r\n    DESC 'hdtype'\r\n    EQUALITY caseIgnoreMatch\r\n    SYNTAX 1.3.6.1.4.1.1466.115.121.1.15\r\n    SINGLE-VALUE\r\n )\r\n\r\nattributetype ( 1.3.6.1.4.1.44080.111.5.9.25\r\n    NAME 'xenAltp2m'\r\n    DESC 'altp2m'\r\n    EQUALITY caseIgnoreMatch\r\n    SYNTAX 1.3.6.1.4.1.1466.115.121.1.15\r\n    SINGLE-VALUE\r\n )\r\n\r\nattributetype ( 1.3.6.1.4.1.44080.111.5.9.26\r\n    NAME 'xenMsVmGenid'\r\n    DESC 'ms_vm_genid'\r\n    EQUALITY caseIgnoreMatch\r\n    SYNTAX 1.3.6.1.4.1.1466.115.121.1.15\r\n    SINGLE-VALUE\r\n )\r\n\r\nattributetype ( 1.3.6.1.4.1.44080.111.5.9.27\r\n    NAME 'xenMmioHole'\r\n    DESC 'mmio_hole'\r\n    EQUALITY caseIgnoreMatch\r\n    SYNTAX 1.3.6.1.4.1.1466.115.121.1.15\r\n    SINGLE-VALUE\r\n )\r\n\r\n\r\n###############################################################################\r\n# 1.3.6.1.4.1.44080.111.5.10.XX - PVH guest options\r\n###############################################################################\r\n\r\nattributetype ( 1.3.6.1.4.1.44080.111.5.10.1\r\n    NAME 'xenPvshim'\r\n    DESC 'pvshim'\r\n    EQUALITY booleanMatch\r\n    SYNTAX 1.3.6.1.4.1.1466.115.121.1.7\r\n    SINGLE-VALUE\r\n )\r\n\r\nattributetype ( 1.3.6.1.4.1.44080.111.5.10.2\r\n    NAME 'xenPvshimPath'\r\n    DESC 'pvshim_path'\r\n    EQUALITY caseIgnoreMatch\r\n    SYNTAX 1.3.6.1.4.1.1466.115.121.1.15\r\n    SINGLE-VALUE\r\n )\r\n\r\nattributetype ( 1.3.6.1.4.1.44080.111.5.10.3\r\n    NAME 'xenPvshimCmdline'\r\n    DESC 'pvshim_cmdline'\r\n    EQUALITY caseIgnoreMatch\r\n    SYNTAX 1.3.6.1.4.1.1466.115.121.1.15\r\n    SINGLE-VALUE\r\n )\r\n\r\nattributetype ( 1.3.6.1.4.1.44080.111.5.10.4\r\n    NAME 'xenPvshimExtra'\r\n    DESC 'pvshim_extra'\r\n    EQUALITY caseIgnoreMatch\r\n    SYNTAX 1.3.6.1.4.1.1466.115.121.1.15\r\n    SINGLE-VALUE\r\n )\r\n\r\n\r\n###############################################################################\r\n# 1.3.6.1.4.1.44080.111.5.11.XX - Paravirtualisation of HVM Guests\r\n###############################################################################\r\n\r\nattributetype ( 1.3.6.1.4.1.44080.111.5.11.1\r\n    NAME 'xenPlatformPci'\r\n    DESC 'xen_platform_pci'\r\n    EQUALITY booleanMatch\r\n    SYNTAX 1.3.6.1.4.1.1466.115.121.1.7\r\n    SINGLE-VALUE\r\n )\r\n\r\nattributetype ( 1.3.6.1.4.1.44080.111.5.11.2\r\n    NAME 'xenViridian'\r\n    DESC 'viridian'\r\n    EQUALITY booleanMatch\r\n    SYNTAX 1.3.6.1.4.1.1466.115.121.1.7\r\n    SINGLE-VALUE\r\n )\r\n\r\nattributetype ( 1.3.6.1.4.1.44080.111.5.11.3\r\n    NAME 'xenViridianEnable'\r\n    DESC 'viridian_enable'\r\n    EQUALITY caseIgnoreMatch\r\n    SYNTAX 1.3.6.1.4.1.1466.115.121.1.15\r\n )\r\n\r\nattributetype ( 1.3.6.1.4.1.44080.111.5.11.4\r\n    NAME 'xenViridianDisable'\r\n    DESC 'viridian_disable'\r\n    EQUALITY caseIgnoreMatch\r\n    SYNTAX 1.3.6.1.4.1.1466.115.121.1.15\r\n )\r\n\r\nattributetype ( 1.3.6.1.4.1.44080.111.5.11.5\r\n    NAME 'xenVideoram'\r\n    DESC 'videoram'\r\n    EQUALITY integerMatch\r\n    SYNTAX 1.3.6.1.4.1.1466.115.121.1.27\r\n    SINGLE-VALUE\r\n )\r\n\r\n# This option is deprecated, use vga=\"stdvga\" instead.\r\nattributetype ( 1.3.6.1.4.1.44080.111.5.11.6\r\n    NAME 'xenStdvga'\r\n    DESC 'stdvga - This option is deprecated, use vga=\"stdvga\" instead.'\r\n    EQUALITY booleanMatch\r\n    SYNTAX 1.3.6.1.4.1.1466.115.121.1.7\r\n    SINGLE-VALUE\r\n )\r\n\r\nattributetype ( 1.3.6.1.4.1.44080.111.5.11.7\r\n    NAME 'xenVga'\r\n    DESC 'vga'\r\n    EQUALITY caseIgnoreMatch\r\n    SYNTAX 1.3.6.1.4.1.1466.115.121.1.15\r\n    SINGLE-VALUE\r\n )\r\n\r\nattributetype ( 1.3.6.1.4.1.44080.111.5.11.8\r\n    NAME 'xenKeymap'\r\n    DESC 'keymap'\r\n    EQUALITY caseIgnoreMatch\r\n    SYNTAX 1.3.6.1.4.1.1466.115.121.1.15\r\n    SINGLE-VALUE\r\n )\r\n\r\nattributetype ( 1.3.6.1.4.1.44080.111.5.11.9\r\n    NAME 'xenNographic'\r\n    DESC 'nographic'\r\n    EQUALITY booleanMatch\r\n    SYNTAX 1.3.6.1.4.1.1466.115.121.1.7\r\n    SINGLE-VALUE\r\n )\r\n\r\n\r\n###############################################################################\r\n# 1.3.6.1.4.1.44080.111.5.13.XX\r\n###############################################################################\r\n\r\nattributetype ( 1.3.6.1.4.1.44080.111.5.13.1\r\n    NAME 'xenVnc'\r\n    DESC 'vnc'\r\n    EQUALITY booleanMatch\r\n    SYNTAX 1.3.6.1.4.1.1466.115.121.1.7\r\n    SINGLE-VALUE\r\n )\r\n\r\nattributetype ( 1.3.6.1.4.1.44080.111.5.13.3\r\n    NAME 'xenVnclisten'\r\n    DESC 'vnclisten'\r\n    EQUALITY caseIgnoreMatch\r\n    SYNTAX 1.3.6.1.4.1.1466.115.121.1.15\r\n    SINGLE-VALUE\r\n )\r\n\r\nattributetype ( 1.3.6.1.4.1.44080.111.5.13.4\r\n    NAME 'xenVncdisplay'\r\n    DESC 'vncdisplay'\r\n    EQUALITY integerMatch\r\n    SYNTAX 1.3.6.1.4.1.1466.115.121.1.27\r\n    SINGLE-VALUE\r\n )\r\n\r\nattributetype ( 1.3.6.1.4.1.44080.111.5.13.5\r\n    NAME 'xenVncunused'\r\n    DESC 'vncunused'\r\n    EQUALITY booleanMatch\r\n    SYNTAX 1.3.6.1.4.1.1466.115.121.1.7\r\n    SINGLE-VALUE\r\n )\r\n\r\nattributetype ( 1.3.6.1.4.1.44080.111.5.13.6\r\n    NAME 'xenVncpasswd'\r\n    DESC 'vncpasswd'\r\n    EQUALITY caseIgnoreMatch\r\n    SYNTAX 1.3.6.1.4.1.1466.115.121.1.15\r\n    SINGLE-VALUE\r\n )\r\n\r\nattributetype ( 1.3.6.1.4.1.44080.111.5.13.7\r\n    NAME 'xenVfbDevid'\r\n    DESC 'devid'\r\n    EQUALITY integerMatch\r\n    SYNTAX 1.3.6.1.4.1.1466.115.121.1.27\r\n    SINGLE-VALUE\r\n )\r\n\r\n\r\n###############################################################################\r\n# 1.3.6.1.4.1.44080.111.5.14.XX - SDL\r\n###############################################################################\r\n\r\nattributetype ( 1.3.6.1.4.1.44080.111.5.14.1\r\n    NAME 'xenSdl'\r\n    DESC 'sdl'\r\n    EQUALITY booleanMatch\r\n    SYNTAX 1.3.6.1.4.1.1466.115.121.1.7\r\n    SINGLE-VALUE\r\n )\r\n\r\n attributetype ( 1.3.6.1.4.1.44080.111.5.14.2\r\n    NAME 'xenSdldisplay'\r\n    DESC 'display'\r\n    EQUALITY integerMatch\r\n    SYNTAX 1.3.6.1.4.1.1466.115.121.1.27\r\n    SINGLE-VALUE\r\n )\r\n\r\nattributetype ( 1.3.6.1.4.1.44080.111.5.14.3\r\n    NAME 'xenSdlxauthority'\r\n    DESC 'xauthority'\r\n    EQUALITY caseIgnoreMatch\r\n    SYNTAX 1.3.6.1.4.1.1466.115.121.1.15\r\n    SINGLE-VALUE\r\n )\r\n\r\nattributetype ( 1.3.6.1.4.1.44080.111.5.14.4\r\n    NAME 'xenSdlopengl'\r\n    DESC 'opengl'\r\n    EQUALITY booleanMatch\r\n    SYNTAX 1.3.6.1.4.1.1466.115.121.1.7\r\n    SINGLE-VALUE\r\n )\r\n\r\n\r\n###############################################################################\r\n# 1.3.6.1.4.1.44080.111.5.15.XX - Spice Graphics Support\r\n###############################################################################\r\n\r\nattributetype ( 1.3.6.1.4.1.44080.111.5.15.1\r\n    NAME 'xenSpice'\r\n    DESC 'spice'\r\n    EQUALITY booleanMatch\r\n    SYNTAX 1.3.6.1.4.1.1466.115.121.1.7\r\n    SINGLE-VALUE\r\n )\r\n\r\nattributetype ( 1.3.6.1.4.1.44080.111.5.15.2\r\n    NAME 'xenSpicehost'\r\n    DESC 'spicehost'\r\n    EQUALITY caseIgnoreMatch\r\n    SYNTAX 1.3.6.1.4.1.1466.115.121.1.15\r\n    SINGLE-VALUE\r\n )\r\n\r\nattributetype ( 1.3.6.1.4.1.44080.111.5.15.3\r\n    NAME 'xenSpicePort'\r\n    DESC 'spiceport'\r\n    EQUALITY integerMatch\r\n    SYNTAX 1.3.6.1.4.1.1466.115.121.1.27\r\n    SINGLE-VALUE\r\n )\r\n\r\nattributetype ( 1.3.6.1.4.1.44080.111.5.15.4\r\n    NAME 'xenSpicetlsPort'\r\n    DESC 'spicetls_port'\r\n    EQUALITY integerMatch\r\n    SYNTAX 1.3.6.1.4.1.1466.115.121.1.27\r\n    SINGLE-VALUE\r\n )\r\n\r\nattributetype ( 1.3.6.1.4.1.44080.111.5.15.5\r\n    NAME 'xenSpicedisableTicketing'\r\n    DESC 'spicedisable_ticketing'\r\n    EQUALITY booleanMatch\r\n    SYNTAX 1.3.6.1.4.1.1466.115.121.1.7\r\n    SINGLE-VALUE\r\n )\r\n\r\nattributetype ( 1.3.6.1.4.1.44080.111.5.15.6\r\n    NAME 'xenSpicepasswd'\r\n    DESC 'spicepasswd'\r\n    EQUALITY caseIgnoreMatch\r\n    SYNTAX 1.3.6.1.4.1.1466.115.121.1.15\r\n    SINGLE-VALUE\r\n )\r\n\r\nattributetype ( 1.3.6.1.4.1.44080.111.5.15.7\r\n    NAME 'xenSpiceagentMouse'\r\n    DESC 'spiceagent_mouse'\r\n    EQUALITY booleanMatch\r\n    SYNTAX 1.3.6.1.4.1.1466.115.121.1.7\r\n    SINGLE-VALUE\r\n )\r\n\r\nattributetype ( 1.3.6.1.4.1.44080.111.5.15.8\r\n    NAME 'xenSpicevdagent'\r\n    DESC 'spicevdagent'\r\n    EQUALITY booleanMatch\r\n    SYNTAX 1.3.6.1.4.1.1466.115.121.1.7\r\n    SINGLE-VALUE\r\n )\r\n\r\nattributetype ( 1.3.6.1.4.1.44080.111.5.15.9\r\n    NAME 'xenSpiceClipboardSharing'\r\n    DESC 'spice_clipboard_sharing'\r\n    EQUALITY booleanMatch\r\n    SYNTAX 1.3.6.1.4.1.1466.115.121.1.7\r\n    SINGLE-VALUE\r\n )\r\n\r\nattributetype ( 1.3.6.1.4.1.44080.111.5.15.10\r\n    NAME 'xenSpiceusbredirection'\r\n    DESC 'spiceusbredirection'\r\n    EQUALITY integerMatch\r\n    SYNTAX 1.3.6.1.4.1.1466.115.121.1.27\r\n    SINGLE-VALUE\r\n )\r\n\r\nattributetype ( 1.3.6.1.4.1.44080.111.5.15.11\r\n    NAME 'xenSpiceImageCompression'\r\n    DESC 'spice_image_compression'\r\n    EQUALITY caseIgnoreMatch\r\n    SYNTAX 1.3.6.1.4.1.1466.115.121.1.15\r\n    SINGLE-VALUE\r\n )\r\n\r\nattributetype ( 1.3.6.1.4.1.44080.111.5.15.12\r\n    NAME 'xenSpiceStreamingVideo'\r\n    DESC 'spice_streaming_video'\r\n    EQUALITY caseIgnoreMatch\r\n    SYNTAX 1.3.6.1.4.1.1466.115.121.1.15\r\n    SINGLE-VALUE\r\n )\r\n\r\n\r\n###############################################################################\r\n# 1.3.6.1.4.1.44080.111.5.16.XX - Numa\r\n###############################################################################\r\n\r\nattributetype ( 1.3.6.1.4.1.44080.111.5.16.1\r\n    NAME 'xenVnumaDevid'\r\n    DESC 'devid'\r\n    EQUALITY integerMatch\r\n    SYNTAX 1.3.6.1.4.1.1466.115.121.1.27\r\n    SINGLE-VALUE\r\n )\r\n\r\nattributetype ( 1.3.6.1.4.1.44080.111.5.16.2\r\n    NAME 'xenNumaPlacement'\r\n    DESC 'numa_placement'\r\n    EQUALITY booleanMatch\r\n    SYNTAX 1.3.6.1.4.1.1466.115.121.1.7\r\n    SINGLE-VALUE\r\n )\r\n\r\nattributetype ( 1.3.6.1.4.1.44080.111.5.16.3\r\n    NAME 'xenVnumaPnode'\r\n    DESC 'pnode'\r\n    EQUALITY integerMatch\r\n    SYNTAX 1.3.6.1.4.1.1466.115.121.1.27\r\n    SINGLE-VALUE\r\n )\r\n\r\nattributetype ( 1.3.6.1.4.1.44080.111.5.16.4\r\n    NAME 'xenVnumaSize'\r\n    DESC 'size'\r\n    EQUALITY integerMatch\r\n    SYNTAX 1.3.6.1.4.1.1466.115.121.1.27\r\n    SINGLE-VALUE\r\n )\r\n\r\nattributetype ( 1.3.6.1.4.1.44080.111.5.16.5\r\n    NAME 'xenVnumaVcpus'\r\n    DESC 'vcpus'\r\n    EQUALITY caseIgnoreMatch\r\n    SYNTAX 1.3.6.1.4.1.1466.115.121.1.15\r\n    SINGLE-VALUE\r\n )\r\n\r\nattributetype ( 1.3.6.1.4.1.44080.111.5.16.6\r\n    NAME 'xenVnumaVdistances'\r\n    DESC 'vdistances'\r\n    EQUALITY caseIgnoreMatch\r\n    SYNTAX 1.3.6.1.4.1.1466.115.121.1.15\r\n    SINGLE-VALUE\r\n )\r\n\r\n\r\n###############################################################################\r\n# 1.3.6.1.4.1.44080.111.5.17.XX - Miscellaneous Emulated Hardware\r\n###############################################################################\r\n\r\nattributetype ( 1.3.6.1.4.1.44080.111.5.17.1\r\n    NAME 'xenSerial'\r\n    DESC 'serial'\r\n    EQUALITY caseIgnoreMatch\r\n    SYNTAX 1.3.6.1.4.1.1466.115.121.1.15\r\n )\r\n\r\nattributetype ( 1.3.6.1.4.1.44080.111.5.17.2\r\n    NAME 'xenSoundhw'\r\n    DESC 'soundhw'\r\n    EQUALITY caseIgnoreMatch\r\n    SYNTAX 1.3.6.1.4.1.1466.115.121.1.15\r\n    SINGLE-VALUE\r\n )\r\n\r\nattributetype ( 1.3.6.1.4.1.44080.111.5.17.3\r\n    NAME 'xenVendorDevice'\r\n    DESC 'vendor_device'\r\n    EQUALITY caseIgnoreMatch\r\n    SYNTAX 1.3.6.1.4.1.1466.115.121.1.15\r\n    SINGLE-VALUE\r\n )\r\n\r\n\r\n###############################################################################\r\n# 1.3.6.1.4.1.44080.111.5.18.XX - Device-Model Options\r\n###############################################################################\r\n\r\nattributetype ( 1.3.6.1.4.1.44080.111.5.18.1\r\n    NAME 'xenDeviceModelVersion'\r\n    DESC 'device_model_version'\r\n    EQUALITY caseIgnoreMatch\r\n    SYNTAX 1.3.6.1.4.1.1466.115.121.1.15\r\n    SINGLE-VALUE\r\n )\r\n\r\nattributetype ( 1.3.6.1.4.1.44080.111.5.18.2\r\n    NAME 'xenDeviceModelOverride'\r\n    DESC 'device_model_override'\r\n    EQUALITY caseIgnoreMatch\r\n    SYNTAX 1.3.6.1.4.1.1466.115.121.1.15\r\n    SINGLE-VALUE\r\n )\r\n\r\nattributetype ( 1.3.6.1.4.1.44080.111.5.18.3\r\n    NAME 'xenDeviceModelStubdomainOverride'\r\n    DESC 'device_model_stubdomain_override'\r\n    EQUALITY booleanMatch\r\n    SYNTAX 1.3.6.1.4.1.1466.115.121.1.7\r\n    SINGLE-VALUE\r\n )\r\n\r\nattributetype ( 1.3.6.1.4.1.44080.111.5.18.4\r\n    NAME 'xenDeviceModelStubdomainSeclabel'\r\n    DESC 'device_model_stubdomain_seclabel'\r\n    EQUALITY caseIgnoreMatch\r\n    SYNTAX 1.3.6.1.4.1.1466.115.121.1.15\r\n    SINGLE-VALUE\r\n )\r\n\r\nattributetype ( 1.3.6.1.4.1.44080.111.5.18.5\r\n    NAME 'xenDeviceModelArgs'\r\n    DESC 'device_model_args'\r\n    EQUALITY caseIgnoreMatch\r\n    SYNTAX 1.3.6.1.4.1.1466.115.121.1.15\r\n )\r\n\r\nattributetype ( 1.3.6.1.4.1.44080.111.5.18.6\r\n    NAME 'xenDeviceModelArgsPv'\r\n    DESC 'device_model_args_pv'\r\n    EQUALITY caseIgnoreMatch\r\n    SYNTAX 1.3.6.1.4.1.1466.115.121.1.15\r\n )\r\n\r\nattributetype ( 1.3.6.1.4.1.44080.111.5.18.7\r\n    NAME 'xenDeviceModelArgsHvm'\r\n    DESC 'device_model_args_hvm'\r\n    EQUALITY caseIgnoreMatch\r\n    SYNTAX 1.3.6.1.4.1.1466.115.121.1.15\r\n )\r\n\r\n\r\n###############################################################################\r\n# 1.3.6.1.4.1.44080.111.5.19.XX - Vif\r\n###############################################################################\r\n\r\nattributetype ( 1.3.6.1.4.1.44080.111.5.19.1\r\n    NAME 'xenVifDevid'\r\n    DESC 'devid'\r\n    EQUALITY integerMatch\r\n    SYNTAX 1.3.6.1.4.1.1466.115.121.1.27\r\n    SINGLE-VALUE\r\n )\r\n\r\nattributetype ( 1.3.6.1.4.1.44080.111.5.19.2\r\n    NAME 'xenVifMac'\r\n    DESC 'mac'\r\n    EQUALITY caseIgnoreMatch\r\n    SYNTAX 1.3.6.1.4.1.1466.115.121.1.15\r\n    SINGLE-VALUE\r\n )\r\n\r\nattributetype ( 1.3.6.1.4.1.44080.111.5.19.3\r\n    NAME 'xenVifBridge'\r\n    DESC 'bridge'\r\n    EQUALITY caseIgnoreMatch\r\n    SYNTAX 1.3.6.1.4.1.1466.115.121.1.15\r\n    SINGLE-VALUE\r\n )\r\n\r\nattributetype ( 1.3.6.1.4.1.44080.111.5.19.4\r\n    NAME 'xenVifGatewaydev'\r\n    DESC 'gatewaydev'\r\n    EQUALITY caseIgnoreMatch\r\n    SYNTAX 1.3.6.1.4.1.1466.115.121.1.15\r\n    SINGLE-VALUE\r\n )\r\n\r\nattributetype ( 1.3.6.1.4.1.44080.111.5.19.5\r\n    NAME 'xenVifType'\r\n    DESC 'type'\r\n    EQUALITY caseIgnoreMatch\r\n    SYNTAX 1.3.6.1.4.1.1466.115.121.1.15\r\n    SINGLE-VALUE\r\n )\r\n\r\nattributetype ( 1.3.6.1.4.1.44080.111.5.19.6\r\n    NAME 'xenVifModel'\r\n    DESC 'model'\r\n    EQUALITY caseIgnoreMatch\r\n    SYNTAX 1.3.6.1.4.1.1466.115.121.1.15\r\n    SINGLE-VALUE\r\n )\r\n\r\nattributetype ( 1.3.6.1.4.1.44080.111.5.19.7\r\n    NAME 'xenVifname'\r\n    DESC 'vifname'\r\n    EQUALITY caseIgnoreMatch\r\n    SYNTAX 1.3.6.1.4.1.1466.115.121.1.15\r\n    SINGLE-VALUE\r\n )\r\n\r\nattributetype ( 1.3.6.1.4.1.44080.111.5.19.8\r\n    NAME 'xenVifScript'\r\n    DESC 'script'\r\n    EQUALITY caseIgnoreMatch\r\n    SYNTAX 1.3.6.1.4.1.1466.115.121.1.15\r\n    SINGLE-VALUE\r\n )\r\n\r\nattributetype ( 1.3.6.1.4.1.44080.111.5.19.9\r\n    NAME 'xenVifIp'\r\n    DESC 'ip'\r\n    EQUALITY caseIgnoreMatch\r\n    SYNTAX 1.3.6.1.4.1.1466.115.121.1.15\r\n    SINGLE-VALUE\r\n )\r\n\r\nattributetype ( 1.3.6.1.4.1.44080.111.5.19.10\r\n    NAME 'xenVifRate'\r\n    DESC 'rate'\r\n    EQUALITY caseIgnoreMatch\r\n    SYNTAX 1.3.6.1.4.1.1466.115.121.1.15\r\n    SINGLE-VALUE\r\n )\r\n\r\nattributetype ( 1.3.6.1.4.1.44080.111.5.19.11\r\n    NAME 'xenVifRateBytesPerInterval'\r\n    DESC 'rate_bytes_per_interval'\r\n    EQUALITY caseIgnoreMatch\r\n    SYNTAX 1.3.6.1.4.1.1466.115.121.1.15\r\n    SINGLE-VALUE\r\n )\r\n\r\nattributetype ( 1.3.6.1.4.1.44080.111.5.19.12\r\n    NAME 'xenVifRateIntervalUsecs'\r\n    DESC 'rate_interval_usecs'\r\n    EQUALITY caseIgnoreMatch\r\n    SYNTAX 1.3.6.1.4.1.1466.115.121.1.15\r\n    SINGLE-VALUE\r\n )\r\n\r\n\r\n###############################################################################\r\n# 1.3.6.1.4.1.44080.111.5.20.XX - Vbd\r\n###############################################################################\r\n\r\nattributetype ( 1.3.6.1.4.1.44080.111.5.20.1\r\n    NAME 'xenDiskTarget'\r\n    DESC 'target'\r\n    EQUALITY caseIgnoreMatch\r\n    SYNTAX 1.3.6.1.4.1.1466.115.121.1.15\r\n    SINGLE-VALUE\r\n )\r\n\r\nattributetype ( 1.3.6.1.4.1.44080.111.5.20.2\r\n    NAME 'xenDiskFormat'\r\n    DESC 'format'\r\n    EQUALITY caseIgnoreMatch\r\n    SYNTAX 1.3.6.1.4.1.1466.115.121.1.15\r\n    SINGLE-VALUE\r\n )\r\n\r\nattributetype ( 1.3.6.1.4.1.44080.111.5.20.3\r\n    NAME 'xenDiskVdev'\r\n    DESC 'vdev'\r\n    EQUALITY caseIgnoreMatch\r\n    SYNTAX 1.3.6.1.4.1.1466.115.121.1.15\r\n    SINGLE-VALUE\r\n )\r\n\r\nattributetype ( 1.3.6.1.4.1.44080.111.5.20.4\r\n    NAME 'xenDiskAccess'\r\n    DESC 'access'\r\n    EQUALITY caseIgnoreMatch\r\n    SYNTAX 1.3.6.1.4.1.1466.115.121.1.15\r\n    SINGLE-VALUE\r\n )\r\n\r\nattributetype ( 1.3.6.1.4.1.44080.111.5.20.5\r\n    NAME 'xenDiskDevtype'\r\n    DESC 'devtype'\r\n    EQUALITY caseIgnoreMatch\r\n    SYNTAX 1.3.6.1.4.1.1466.115.121.1.15\r\n    SINGLE-VALUE\r\n )\r\n\r\nattributetype ( 1.3.6.1.4.1.44080.111.5.20.6\r\n    NAME 'xenBackendtype'\r\n    DESC 'backendtype'\r\n    EQUALITY caseIgnoreMatch\r\n    SYNTAX 1.3.6.1.4.1.1466.115.121.1.15\r\n    SINGLE-VALUE\r\n )\r\n\r\nattributetype ( 1.3.6.1.4.1.44080.111.5.20.7\r\n    NAME 'xenDiskScript'\r\n    DESC 'script'\r\n    EQUALITY caseIgnoreMatch\r\n    SYNTAX 1.3.6.1.4.1.1466.115.121.1.15\r\n    SINGLE-VALUE\r\n )\r\n\r\nattributetype ( 1.3.6.1.4.1.44080.111.5.20.8\r\n    NAME 'xenDiskDirectIoSafe'\r\n    DESC 'direct-io-safe'\r\n    EQUALITY booleanMatch\r\n    SYNTAX 1.3.6.1.4.1.1466.115.121.1.7\r\n    SINGLE-VALUE\r\n )\r\n\r\nattributetype ( 1.3.6.1.4.1.44080.111.5.20.9\r\n    NAME 'xenDiskDiscard'\r\n    DESC 'discard'\r\n    EQUALITY caseIgnoreMatch\r\n    SYNTAX 1.3.6.1.4.1.1466.115.121.1.15\r\n    SINGLE-VALUE\r\n )\r\n\r\n\r\n###############################################################################\r\n# 1.3.6.1.4.1.44080.111.5.21.XX - Vtpm\r\n###############################################################################\r\n\r\nattributetype ( 1.3.6.1.4.1.44080.111.5.21.1\r\n    NAME 'xenVtpmDevid'\r\n    DESC 'devid'\r\n    EQUALITY integerMatch\r\n    SYNTAX 1.3.6.1.4.1.1466.115.121.1.27\r\n    SINGLE-VALUE\r\n )\r\n\r\nattributetype ( 1.3.6.1.4.1.44080.111.5.21.2\r\n    NAME 'xenVtpmUUID'\r\n    DESC 'uuid'\r\n    EQUALITY caseIgnoreMatch\r\n    SYNTAX 1.3.6.1.4.1.1466.115.121.1.15\r\n    SINGLE-VALUE\r\n )\r\n\r\n\r\n###############################################################################\r\n# 1.3.6.1.4.1.44080.111.5.22.XX - p9\r\n###############################################################################\r\n\r\nattributetype ( 1.3.6.1.4.1.44080.111.5.22.1\r\n    NAME 'xenP9Devid'\r\n    DESC 'devid'\r\n    EQUALITY integerMatch\r\n    SYNTAX 1.3.6.1.4.1.1466.115.121.1.27\r\n    SINGLE-VALUE\r\n )\r\n\r\nattributetype ( 1.3.6.1.4.1.44080.111.5.22.2\r\n    NAME 'xenP9Tag'\r\n    DESC 'tag'\r\n    EQUALITY caseIgnoreMatch\r\n    SYNTAX 1.3.6.1.4.1.1466.115.121.1.15\r\n    SINGLE-VALUE\r\n )\r\n\r\nattributetype ( 1.3.6.1.4.1.44080.111.5.22.3\r\n    NAME 'xenP9SecurityModel'\r\n    DESC 'security_model'\r\n    EQUALITY caseIgnoreMatch\r\n    SYNTAX 1.3.6.1.4.1.1466.115.121.1.15\r\n    SINGLE-VALUE\r\n )\r\n\r\nattributetype ( 1.3.6.1.4.1.44080.111.5.22.4\r\n    NAME 'xenP9Path'\r\n    DESC 'path'\r\n    EQUALITY caseIgnoreMatch\r\n    SYNTAX 1.3.6.1.4.1.1466.115.121.1.15\r\n    SINGLE-VALUE\r\n )\r\n\r\n\r\n###############################################################################\r\n# 1.3.6.1.4.1.44080.111.5.23.XX - Channel\r\n###############################################################################\r\n\r\nattributetype ( 1.3.6.1.4.1.44080.111.5.23.1\r\n    NAME 'xenChannelDevid'\r\n    DESC 'devid'\r\n    EQUALITY integerMatch\r\n    SYNTAX 1.3.6.1.4.1.1466.115.121.1.27\r\n    SINGLE-VALUE\r\n )\r\n\r\nattributetype ( 1.3.6.1.4.1.44080.111.5.23.2\r\n    NAME 'xenChannelName'\r\n    DESC 'name'\r\n    EQUALITY caseIgnoreMatch\r\n    SYNTAX 1.3.6.1.4.1.1466.115.121.1.15\r\n    SINGLE-VALUE\r\n )\r\n\r\nattributetype ( 1.3.6.1.4.1.44080.111.5.23.3\r\n    NAME 'xenChannelConnection'\r\n    DESC 'connection'\r\n    EQUALITY caseIgnoreMatch\r\n    SYNTAX 1.3.6.1.4.1.1466.115.121.1.15\r\n    SINGLE-VALUE\r\n )\r\n\r\n\r\n###############################################################################\r\n# 1.3.6.1.4.1.44080.111.5.24.XX - Virtual display devices (vdispl)\r\n###############################################################################\r\n\r\nattributetype ( 1.3.6.1.4.1.44080.111.5.24.1\r\n    NAME 'xenVdisplDevid'\r\n    DESC 'devid'\r\n    EQUALITY integerMatch\r\n    SYNTAX 1.3.6.1.4.1.1466.115.121.1.27\r\n    SINGLE-VALUE\r\n )\r\n\r\nattributetype ( 1.3.6.1.4.1.44080.111.5.24.2\r\n    NAME 'xenVdisplBeAlloc'\r\n    DESC 'be-alloc'\r\n    EQUALITY booleanMatch\r\n    SYNTAX 1.3.6.1.4.1.1466.115.121.1.7\r\n    SINGLE-VALUE\r\n )\r\n\r\nattributetype ( 1.3.6.1.4.1.44080.111.5.24.3\r\n    NAME 'xenVdisplConnectors'\r\n    DESC 'connectors'\r\n    EQUALITY caseIgnoreMatch\r\n    SYNTAX 1.3.6.1.4.1.1466.115.121.1.15\r\n )\r\n\r\n\r\n###############################################################################\r\n# 1.3.6.1.4.1.44080.111.5.25.XX - Reserved Device Memory (RDM)\r\n###############################################################################\r\n\r\nattributetype ( 1.3.6.1.4.1.44080.111.5.25.1\r\n    NAME 'xenRdmStrategy'\r\n    DESC 'strategy'\r\n    EQUALITY caseIgnoreMatch\r\n    SYNTAX 1.3.6.1.4.1.1466.115.121.1.15\r\n    SINGLE-VALUE\r\n )\r\n\r\nattributetype ( 1.3.6.1.4.1.44080.111.5.25.2\r\n    NAME 'xenRdmPolicy'\r\n    DESC 'rdm_policy'\r\n    EQUALITY caseIgnoreMatch\r\n    SYNTAX 1.3.6.1.4.1.1466.115.121.1.15\r\n    SINGLE-VALUE\r\n )\r\n\r\nattributetype ( 1.3.6.1.4.1.44080.111.5.25.3\r\n    NAME 'xenRdmMemBoundary'\r\n    DESC 'rdm_mem_boundary'\r\n    EQUALITY integerMatch\r\n    SYNTAX 1.3.6.1.4.1.1466.115.121.1.27\r\n    SINGLE-VALUE\r\n )\r\n\r\n\r\n###############################################################################\r\n# 1.3.6.1.4.1.44080.111.5.26.XX - USB controller (usbctrl)\r\n###############################################################################\r\n\r\nattributetype ( 1.3.6.1.4.1.44080.111.5.26.1\r\n    NAME 'xenUsbctrlDevid'\r\n    DESC 'devid'\r\n    EQUALITY integerMatch\r\n    SYNTAX 1.3.6.1.4.1.1466.115.121.1.27\r\n    SINGLE-VALUE\r\n )\r\n\r\nattributetype ( 1.3.6.1.4.1.44080.111.5.26.2\r\n    NAME 'xenUsbctrlType'\r\n    DESC 'type'\r\n    EQUALITY caseIgnoreMatch\r\n    SYNTAX 1.3.6.1.4.1.1466.115.121.1.15\r\n    SINGLE-VALUE\r\n )\r\n\r\nattributetype ( 1.3.6.1.4.1.44080.111.5.26.3\r\n    NAME 'xenUsbctrlVersion'\r\n    DESC 'version'\r\n    EQUALITY caseIgnoreMatch\r\n    SYNTAX 1.3.6.1.4.1.1466.115.121.1.15\r\n    SINGLE-VALUE\r\n )\r\n\r\nattributetype ( 1.3.6.1.4.1.44080.111.5.26.4\r\n    NAME 'xenUsbctrlPorts'\r\n    DESC 'ports'\r\n    EQUALITY caseIgnoreMatch\r\n    SYNTAX 1.3.6.1.4.1.1466.115.121.1.15\r\n    SINGLE-VALUE\r\n )\r\n\r\n\r\n###############################################################################\r\n# 1.3.6.1.4.1.44080.111.5.27.XX - USB\r\n###############################################################################\r\n\r\nattributetype ( 1.3.6.1.4.1.44080.111.5.27.1\r\n    NAME 'xenUsb'\r\n    DESC 'usb'\r\n    EQUALITY booleanMatch\r\n    SYNTAX 1.3.6.1.4.1.1466.115.121.1.7\r\n    SINGLE-VALUE\r\n )\r\n\r\nattributetype ( 1.3.6.1.4.1.44080.111.5.27.2\r\n    NAME 'xenUsbVersion'\r\n    DESC 'usbversion'\r\n    EQUALITY integerMatch\r\n    SYNTAX 1.3.6.1.4.1.1466.115.121.1.27\r\n    SINGLE-VALUE\r\n )\r\n\r\nattributetype ( 1.3.6.1.4.1.44080.111.5.27.3\r\n    NAME 'xenUsbDevice'\r\n    DESC 'usbdevice'\r\n    EQUALITY caseIgnoreMatch\r\n    SYNTAX 1.3.6.1.4.1.1466.115.121.1.15\r\n )\r\n\r\n attributetype ( 1.3.6.1.4.1.44080.111.5.27.4\r\n    NAME 'xenUsbdevDevid'\r\n    DESC 'devid'\r\n    EQUALITY integerMatch\r\n    SYNTAX 1.3.6.1.4.1.1466.115.121.1.27\r\n    SINGLE-VALUE\r\n )\r\n\r\nattributetype ( 1.3.6.1.4.1.44080.111.5.27.5\r\n    NAME 'xenUsbdevType'\r\n    DESC 'devtype'\r\n    EQUALITY caseIgnoreMatch\r\n    SYNTAX 1.3.6.1.4.1.1466.115.121.1.15\r\n )\r\n\r\nattributetype ( 1.3.6.1.4.1.44080.111.5.27.6\r\n    NAME 'xenUsbdevHostbus'\r\n    DESC 'hostbus'\r\n    EQUALITY caseIgnoreMatch\r\n    SYNTAX 1.3.6.1.4.1.1466.115.121.1.15\r\n )\r\n\r\nattributetype ( 1.3.6.1.4.1.44080.111.5.27.7\r\n    NAME 'xenUsbdevHostaddr'\r\n    DESC 'hostaddr'\r\n    EQUALITY caseIgnoreMatch\r\n    SYNTAX 1.3.6.1.4.1.1466.115.121.1.15\r\n )\r\n\r\nattributetype ( 1.3.6.1.4.1.44080.111.5.27.8\r\n    NAME 'xenUsbdevController'\r\n    DESC 'controller'\r\n    EQUALITY caseIgnoreMatch\r\n    SYNTAX 1.3.6.1.4.1.1466.115.121.1.15\r\n )\r\n\r\nattributetype ( 1.3.6.1.4.1.44080.111.5.27.9\r\n    NAME 'xenUsbdevPort'\r\n    DESC 'port'\r\n    EQUALITY caseIgnoreMatch\r\n    SYNTAX 1.3.6.1.4.1.1466.115.121.1.15\r\n )\r\n\r\n\r\n###############################################################################\r\n# 1.3.6.1.4.1.44080.111.5.28.XX - Architecture Specific options\r\n###############################################################################\r\n\r\nattributetype ( 1.3.6.1.4.1.44080.111.5.28.1\r\n    NAME 'xenGicVersion'\r\n    DESC 'gic_version'\r\n    EQUALITY caseIgnoreMatch\r\n    SYNTAX 1.3.6.1.4.1.1466.115.121.1.15\r\n )\r\n\r\nattributetype ( 1.3.6.1.4.1.44080.111.5.28.2\r\n    NAME 'xenVuart'\r\n    DESC 'vuart'\r\n    EQUALITY caseIgnoreMatch\r\n    SYNTAX 1.3.6.1.4.1.1466.115.121.1.15\r\n )\r\n\r\nattributetype ( 1.3.6.1.4.1.44080.111.5.28.3\r\n    NAME 'xenMcaCaps'\r\n    DESC 'mca_caps'\r\n    EQUALITY caseIgnoreMatch\r\n    SYNTAX 1.3.6.1.4.1.1466.115.121.1.15\r\n )\r\n\r\n\r\n###############################################################################\r\n# 1.3.6.1.4.1.44080.111.5.30.XX - Cpupool Configuration\r\n###############################################################################\r\n\r\nattributetype ( 1.3.6.1.4.1.44080.111.5.30.1\r\n    NAME 'xenCpuPoolName'\r\n    DESC 'name'\r\n    EQUALITY caseIgnoreMatch\r\n    SYNTAX 1.3.6.1.4.1.1466.115.121.1.15\r\n )\r\n\r\n attributetype ( 1.3.6.1.4.1.44080.111.5.30.2\r\n    NAME 'xenCpuPoolSched'\r\n    DESC 'sched'\r\n    EQUALITY caseIgnoreMatch\r\n    SYNTAX 1.3.6.1.4.1.1466.115.121.1.15\r\n )\r\n\r\nattributetype ( 1.3.6.1.4.1.44080.111.5.30.3\r\n    NAME 'xenCpuPoolNodes'\r\n    DESC 'nodes'\r\n    EQUALITY caseIgnoreMatch\r\n    SYNTAX 1.3.6.1.4.1.1466.115.121.1.15\r\n )\r\n\r\nattributetype ( 1.3.6.1.4.1.44080.111.5.30.4\r\n    NAME 'xenCpuPoolCpus'\r\n    DESC 'cpus'\r\n    EQUALITY caseIgnoreMatch\r\n    SYNTAX 1.3.6.1.4.1.1466.115.121.1.15\r\n )\r\n\r\n\r\n###############################################################################\r\n# Objectclasses\r\n###############################################################################\r\n\r\n###############################################################################\r\n# 1.3.6.1.4.1.44080.111.1.XX\r\n###############################################################################\r\n\r\nobjectclass ( 1.3.6.1.4.1.44080.111.1.1\r\n    NAME 'xenDomU'\r\n    DESC 'Define the domU'\r\n    SUP top\r\n    STRUCTURAL\r\n    MUST ( xenName )\r\n    MAY ( xenMemory $\r\n          xenMaxmem $\r\n          xenUUID $\r\n          xenRdmMemBoundary $\r\n          xenKernel $\r\n          xenFirmware $\r\n          xenBootloader $\r\n          xenBootloaderArgs $\r\n          description )\r\n )\r\n\r\nobjectclass ( 1.3.6.1.4.1.44080.111.1.2\r\n    NAME 'xenDomuPv'\r\n    DESC 'Define the pv guest'\r\n    SUP xenDomU\r\n    STRUCTURAL\r\n    MUST ( xenType )\r\n    MAY ( xenRamdisk $\r\n          xenCmdline $\r\n          xenRoot $\r\n          xenExtra $\r\n          xenE820Host )\r\n )\r\n\r\nobjectclass ( 1.3.6.1.4.1.44080.111.1.3\r\n    NAME 'xenDomuHvm'\r\n    DESC 'Define the hvm guest'\r\n    SUP xenDomU\r\n    STRUCTURAL\r\n    MUST ( xenType )\r\n    MAY ( xenBoot $\r\n          xenHdtype $\r\n          xenMmioHole )\r\n )\r\n\r\n# TODO\r\n# Currently there's no firmware available for PVH guests\r\nobjectclass ( 1.3.6.1.4.1.44080.111.1.4\r\n    NAME 'xenDomuPvh'\r\n    DESC 'Define the pvh guest'\r\n    SUP xenDomuPv\r\n    STRUCTURAL\r\n    MUST ( xenType )\r\n    MAY ( xenPvshim $\r\n          xenPvshimPath $\r\n          xenPvshimCmdline $\r\n          xenPvshimExtra )\r\n )\r\n\r\nobjectclass ( 1.3.6.1.4.1.44080.111.1.6\r\n    NAME 'xenDomuStub'\r\n    DESC 'Define stub domain'\r\n    SUP xenDomU\r\n    STRUCTURAL\r\n    MAY ( xenIomem $ xenExtra )\r\n )\r\n\r\nobjectclass ( 1.3.6.1.4.1.44080.111.1.7\r\n    NAME 'xenDomuvTPM'\r\n    DESC 'Define TPM Stub domain'\r\n    SUP xenDomU\r\n    STRUCTURAL\r\n    MAY ( xenIomem )\r\n )\r\n\r\n###############################################################################\r\n# 1.3.6.1.4.1.44080.111.2.XX\r\n###############################################################################\r\n\r\nobjectclass ( 1.3.6.1.4.1.44080.111.2.1\r\n    NAME 'xenDeviceVif'\r\n    DESC 'Virtual Network Interface'\r\n    SUP top\r\n    STRUCTURAL\r\n    MUST xenVifDevid\r\n    MAY ( xenBackend $\r\n          xenVifBridge $\r\n          xenVifGatewaydev $\r\n          xenVifIp $\r\n          xenVifMac $\r\n          xenVifModel $\r\n          xenVifname $\r\n          xenVifScript $\r\n          xenVifType $\r\n          xenVifRate $\r\n          xenVifRateBytesPerInterval $\r\n          xenVifRateIntervalUsecs $\r\n          description )\r\n )\r\n\r\nobjectclass ( 1.3.6.1.4.1.44080.111.2.2\r\n    NAME 'xenDeviceDisk'\r\n    DESC 'Virtual Disk'\r\n    SUP top\r\n    STRUCTURAL\r\n    MUST xenDiskVdev\r\n    MAY ( cn $\r\n          xenDiskTarget $\r\n          xenDiskAccess $\r\n          xenDiskScript $\r\n          xenDiskDevtype $\r\n          xenBackend $\r\n          xenBackendtype $\r\n          xenDiskDirectIoSafe $\r\n          xenDiskDiscard $\r\n          xenDiskFormat $\r\n          description )\r\n )\r\n\r\nobjectclass ( 1.3.6.1.4.1.44080.111.2.3\r\n    NAME 'xenDevicePci'\r\n    DESC 'PCI Passthrough Device'\r\n    SUP top\r\n    STRUCTURAL\r\n    MUST xenPciIdentifier\r\n    MAY ( cn $\r\n          xenPciMsitranslate $\r\n          xenPciPermissive $\r\n          xenPciPowerMgmt $\r\n          xenPciSeize $\r\n          xenPciVSLOT $\r\n          xenRdmPolicy $\r\n          description )\r\n )\r\n\r\nobjectclass ( 1.3.6.1.4.1.44080.111.2.4\r\n    NAME 'xenDeviceVtpm'\r\n    DESC 'VTPM Device'\r\n    SUP top\r\n    STRUCTURAL\r\n    MUST ( xenVtpmDevid $\r\n           xenBackend )\r\n    MAY ( cn $\r\n          xenVtpmUUID $\r\n          description )\r\n )\r\n\r\nobjectclass ( 1.3.6.1.4.1.44080.111.2.5\r\n    NAME 'xenDeviceVfb'\r\n    DESC 'The paravirtual framebuffer devices'\r\n    SUP top\r\n    STRUCTURAL\r\n    MUST xenVfbDevid\r\n    MAY ( cn $\r\n          xenVnc $\r\n          xenVncdisplay $\r\n          xenVnclisten $\r\n          xenVncpasswd $\r\n          xenVncunused $\r\n          xenSdl $\r\n          xenSdldisplay $\r\n          xenSdlxauthority $\r\n          xenSdlopengl $\r\n          xenKeymap $\r\n          description )\r\n )\r\n\r\nobjectclass ( 1.3.6.1.4.1.44080.111.2.6\r\n    NAME 'xenDeviceVnuma'\r\n    DESC 'Virtual NUMA Configuration'\r\n    SUP top\r\n    STRUCTURAL\r\n    MUST ( xenVnumaDevid $\r\n           xenVnumaPnode $\r\n           xenVnumaSize $\r\n           xenVnumaVcpus $\r\n           xenVnumaVdistances )\r\n    MAY ( cn $ description )\r\n )\r\n\r\nobjectclass ( 1.3.6.1.4.1.44080.111.2.7\r\n    NAME 'xenDeviceP9'\r\n    DESC 'Creates a Xen 9pfs connection to share a filesystem from the backend to the frontend.'\r\n    SUP top\r\n    STRUCTURAL\r\n    MUST ( xenP9Devid $\r\n           xenP9Tag $\r\n           xenP9Path )\r\n    MAY ( cn $ \r\n          xenBackend $\r\n           xenP9SecurityModel $\r\n          description )\r\n )\r\n\r\nobjectclass ( 1.3.6.1.4.1.44080.111.2.8\r\n    NAME 'xenDeviceChannel'\r\n    DESC 'Specifies the virtual channels to be provided to the guest.'\r\n    SUP top\r\n    STRUCTURAL\r\n    MUST ( xenChannelDevid $\r\n           xenChannelName )\r\n    MAY ( cn $\r\n          xenChannelConnection $\r\n          xenBackend $\r\n          description )\r\n )\r\n\r\nobjectclass ( 1.3.6.1.4.1.44080.111.2.9\r\n    NAME 'xenDeviceVdispl'\r\n    DESC 'Specifies the virtual display devices to be provided to the guest.'\r\n    SUP top\r\n    STRUCTURAL\r\n    MUST ( xenVdisplDevid $\r\n           xenVdisplConnectors )\r\n    MAY ( cn $ \r\n          xenVdisplBeAlloc $\r\n          xenBackend $\r\n          description )\r\n )\r\n\r\nobjectclass ( 1.3.6.1.4.1.44080.111.2.10\r\n    NAME 'xenDeviceUsbdev'\r\n    DESC 'Specifies the USB devices to be attached to the guest at boot.'\r\n    SUP top\r\n    STRUCTURAL\r\n    MUST ( xenUsbdevDevid $\r\n          xenUsbdevType $\r\n          xenUsbdevHostbus $\r\n          xenUsbdevHostaddr )\r\n    MAY ( xenUsbdevController $\r\n          xenUsbdevPort $\r\n          description $\r\n          cn)\r\n )\r\n\r\nobjectclass ( 1.3.6.1.4.1.44080.111.2.11\r\n    NAME 'xenDeviceUsbctrl'\r\n    DESC 'Specifies the USB controllers created for this guest.'\r\n    SUP top\r\n    STRUCTURAL\r\n    MUST ( xenUsbctrlDevid )\r\n    MAY ( xenUsbctrlType $\r\n          xenUsbctrlVersion $\r\n          xenUsbctrlPorts $\r\n          xenBackend $\r\n          description $\r\n          cn )\r\n )\r\n\r\n\r\n###############################################################################\r\n\r\nobjectclass ( 1.3.6.1.4.1.44080.111.2.20\r\n    NAME 'xenCpuPool'\r\n    DESC 'XL Cpupool Configuration objectclass'\r\n    SUP top\r\n    STRUCTURAL\r\n    MUST ( xenCpuPoolName )\r\n    MAY ( cn $\r\n          xenCpuPoolSched $\r\n          xenCpuPoolNodes $\r\n          xenCpuPoolCpus )\r\n )\r\n\r\n###############################################################################\r\n# 1.3.6.1.4.1.44080.111.3.XX\r\n###############################################################################\r\n\r\nobjectclass ( 1.3.6.1.4.1.44080.111.3.1\r\n    NAME 'xenAuxSpice'\r\n    DESC 'Spice Graphics Support'\r\n    SUP top\r\n    AUXILIARY\r\n    MUST ( xenSpice )\r\n    MAY ( xenSpiceagentMouse $\r\n          xenSpiceClipboardSharing $\r\n          xenSpicedisableTicketing $\r\n          xenSpicehost $\r\n          xenSpicepasswd $\r\n          xenSpicetlsPort $\r\n          xenSpicePort $\r\n          xenSpiceusbredirection $\r\n          xenSpicevdagent $\r\n          xenSpiceImageCompression $\r\n          xenSpiceStreamingVideo )\r\n )\r\n\r\nobjectclass ( 1.3.6.1.4.1.44080.111.3.2\r\n    NAME 'xenAuxUsb'\r\n    DESC 'Emulated USB bus'\r\n    AUXILIARY\r\n    MUST ( xenUsb )\r\n    MAY ( xenUsbVersion $\r\n          xenUsbDevice )\r\n )\r\n\r\nobjectclass ( 1.3.6.1.4.1.44080.111.3.4\r\n    NAME 'xenAuxPci'\r\n    DESC 'Global PCI device options'\r\n    AUXILIARY\r\n    MAY ( xenPciPermissive $\r\n          xenPciMsitranslate $\r\n          xenPciPowerMgmt $\r\n          xenPciSeize $\r\n          xenGfxPassthru $\r\n          xenIomem $\r\n          xenIoports $\r\n          xenIrgs $\r\n          xenMaxEventChannels $\r\n          xenDtdev $\r\n          xenDMrestrict $\r\n          xenRdmMemBoundary )\r\n )\r\n\r\nobjectclass ( 1.3.6.1.4.1.44080.111.3.5\r\n    NAME 'xenAuxCpu'\r\n    DESC 'CPU Allocation &amp; CPU Scheduling'\r\n    AUXILIARY\r\n    MAY ( xenCpuid $\r\n          xenCpuWeight $\r\n          xenCpusSoft $\r\n          xenCap $\r\n          xenSched $\r\n          xenVcpus $\r\n          xenMaxvcpus $\r\n          xenCpus $\r\n          xenCpuPool $\r\n          xenNumaPlacement )\r\n )\r\n\r\nobjectclass ( 1.3.6.1.4.1.44080.111.3.6\r\n    NAME 'xenAuxProcessorAndPlatform'\r\n    DESC 'Processor and Platform Features'\r\n    AUXILIARY\r\n    MAY ( xenBios $\r\n          xenBiosPathOverride $\r\n          xenPae $\r\n          xenAcpi $\r\n          xenAcpiS3 $\r\n          xenAcpiS4 $\r\n          xenAcpiLaptopSlate $\r\n          xenApic $\r\n          xenNx $\r\n          xenHpet $\r\n          xenNestedhvm $\r\n          xenAcpiFirmware $\r\n          xenSmbiosFirmware )\r\n )\r\n\r\nobjectclass ( 1.3.6.1.4.1.44080.111.3.7\r\n    NAME 'xenAuxDeviceModel'\r\n    DESC 'Device-Model Options'\r\n    AUXILIARY\r\n    MAY ( xenDeviceModelArgs $\r\n          xenDeviceModelArgsHvm $\r\n          xenDeviceModelArgsPv $\r\n          xenDeviceModelOverride $\r\n          xenDeviceModelStubdomainOverride $\r\n          xenDeviceModelStubdomainSeclabel $\r\n          xenDeviceModelVersion )\r\n )\r\n\r\nobjectclass ( 1.3.6.1.4.1.44080.111.3.8\r\n    NAME 'xenAuxHvmTime'\r\n    DESC 'Guest Virtual Time Controls'\r\n    AUXILIARY\r\n    MAY ( xenTscMode $\r\n          xenRtcTimeoffset $\r\n          xenVptAlign $\r\n          xenTimerMode $\r\n          xenlocaltime )\r\n )\r\n\r\nobjectclass ( 1.3.6.1.4.1.44080.111.3.9\r\n    NAME 'xenAuxHvmMisc'\r\n    DESC 'Miscellaneous Emulated Hardware'\r\n    AUXILIARY\r\n    MAY ( xenSerial $\r\n          xenSoundhw $\r\n          xenVendorDevice )\r\n )\r\n\r\nobjectclass ( 1.3.6.1.4.1.44080.111.3.10\r\n    NAME 'xenAuxHvmPaging'\r\n    DESC 'Paging'\r\n    AUXILIARY\r\n    MAY ( xenHap $\r\n          xenOos $\r\n          xenShadowMemory )\r\n )\r\n\r\nobjectclass ( 1.3.6.1.4.1.44080.111.3.11\r\n    NAME 'xenAuxEventActions'\r\n    DESC 'Event Actions'\r\n    AUXILIARY\r\n    MAY ( xenOnCrash $\r\n          xenOnPoweroff $\r\n          xenOnWatchdog $\r\n          xenOnReboot $\r\n          xenOnSoftReset )\r\n )\r\n\r\nobjectclass ( 1.3.6.1.4.1.44080.111.3.12\r\n    NAME 'xenAuxGraphics'\r\n    DESC 'Emulated VGA Graphics Device'\r\n    AUXILIARY\r\n    MAY ( xenVga $\r\n          xenVideoram $\r\n          xenKeymap $\r\n          xenNographic $\r\n          xenStdvga $\r\n          xenSdl $\r\n          xenSdldisplay $\r\n          xenSdlxauthority $\r\n          xenSdlopengl $\r\n          xenVnc $\r\n          xenVncdisplay $\r\n          xenVnclisten $\r\n          xenVncpasswd $\r\n          xenVncunused )\r\n )\r\n\r\nobjectclass ( 1.3.6.1.4.1.44080.111.3.13\r\n    NAME 'xenAuxAdditional'\r\n    DESC 'Other Options'\r\n    AUXILIARY\r\n    MAY ( xenNoMigrate $\r\n          xenDriverDomain $\r\n          xenSeclabel $\r\n          xenInitSeclabel $\r\n          xenMaxMaptrackFrames $\r\n          xenMaxGrantFrames $\r\n          xenDeviceTree $\r\n          xenAltp2m )\r\n )\r\n\r\nobjectclass ( 1.3.6.1.4.1.44080.111.3.14\r\n    NAME 'xenAuxArchSpecificOptions'\r\n    DESC 'Architecture Specific options'\r\n    AUXILIARY\r\n    MAY ( xenVuart $\r\n         xenGicVersion $\r\n         xenMcaCaps )\r\n )\r\n\r\nobjectclass ( 1.3.6.1.4.1.44080.111.3.15\r\n    NAME 'xenAuxMsSpecificOptions'\r\n    DESC 'Adds Microsoft special options to the guest'\r\n    AUXILIARY\r\n    MAY ( xenMsVmGenid )\r\n )\r\n\r\nobjectclass ( 1.3.6.1.4.1.44080.111.3.16\r\n    NAME 'xenAuxDirectBoot'\r\n    DESC 'Direct Kernel Boot Options'\r\n    AUXILIARY\r\n    MAY ( xenRamdisk $\r\n          xenCmdline $\r\n          xenRoot $\r\n          xenExtra )\r\n )\r\n\r\nobjectclass ( 1.3.6.1.4.1.44080.111.3.17\r\n    NAME 'xenDeviceRdm'\r\n    DESC 'Specifies information about Reserved Device Memory.'\r\n    AUXILIARY\r\n    MAY ( xenRdmStrategy $\r\n          xenRdmPolicy )\r\n )\r\n\r\nobjectclass ( 1.3.6.1.4.1.44080.111.3.20\r\n    NAME 'xenAuxPvOnHvm'\r\n    DESC 'Support for Paravirtualisation of HVM Guests'\r\n    AUXILIARY\r\n    MAY ( xenViridian $\r\n          xenViridianEnable $\r\n          xenViridianDisable $\r\n          xenPlatformPci )\r\n )\r\n\r\nobjectclass ( 1.3.6.1.4.1.44080.111.3.21\r\n    NAME 'xenAuxPvGuest'\r\n    DESC 'Paravirtualised (PV) Guest Specific Options'\r\n    AUXILIARY\r\n    MAY ( xenE820Host )\r\n )\r\n<\/pre>\n<hr \/>\n<p>&nbsp;<\/p>\n","protected":false},"excerpt":{"rendered":"<p>For a small project I needed an ldap schema to map the structure of virtual machines in an LDAP directory tree. As far as I know, there is no xen-ldap-scheme out there, so I created one myself. Although it is at an early stage, someone may be interested in using and improving it. ############################################################################### # [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[2,30,14,16],"tags":[5,32,37],"class_list":["post-473","post","type-post","status-publish","format-standard","hentry","category-ldap","category-schema","category-virtualization","category-xen","tag-ldap","tag-schema","tag-xen"],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 4.9.8 - aioseo.com -->\n\t<meta name=\"description\" content=\"For a small project I needed an ldap schema to map the structure of virtual machines in an LDAP directory tree. As far as I know, there is no xen-ldap-scheme out there, so I created one myself. Although it is at an early stage, someone may be interested in using and improving it. ############################################################################### #\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<meta name=\"author\" content=\"Thorsten\"\/>\n\t<link rel=\"canonical\" href=\"https:\/\/wp.tntnet.eu\/?p=473\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO (AIOSEO) 4.9.8\" \/>\n\t\t<script type=\"application\/ld+json\" class=\"aioseo-schema\">\n\t\t\t{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/wp.tntnet.eu\\\/?p=473#article\",\"name\":\"Xen LDAP Schema | tntnet.eu\",\"headline\":\"Xen LDAP Schema\",\"author\":{\"@id\":\"https:\\\/\\\/wp.tntnet.eu\\\/?author=2#author\"},\"publisher\":{\"@id\":\"https:\\\/\\\/wp.tntnet.eu\\\/#person\"},\"image\":{\"@type\":\"ImageObject\",\"@id\":\"https:\\\/\\\/wp.tntnet.eu\\\/?p=473#articleImage\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/63a089d9d08b03b4a74169ba6b7f557413e66b684b37eb567c188168987e0d21?s=96&d=mm&r=g\",\"width\":96,\"height\":96,\"caption\":\"Thorsten\"},\"datePublished\":\"2018-03-27T15:35:04+02:00\",\"dateModified\":\"2018-04-23T13:09:04+02:00\",\"inLanguage\":\"en-US\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/wp.tntnet.eu\\\/?p=473#webpage\"},\"isPartOf\":{\"@id\":\"https:\\\/\\\/wp.tntnet.eu\\\/?p=473#webpage\"},\"articleSection\":\"LDAP, Schema, virtualization, Xen, LDAP, schema, Xen\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/wp.tntnet.eu\\\/?p=473#breadcrumblist\",\"itemListElement\":[{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/wp.tntnet.eu#listItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/wp.tntnet.eu\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/wp.tntnet.eu\\\/?cat=14#listItem\",\"name\":\"virtualization\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/wp.tntnet.eu\\\/?cat=14#listItem\",\"position\":2,\"name\":\"virtualization\",\"item\":\"https:\\\/\\\/wp.tntnet.eu\\\/?cat=14\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/wp.tntnet.eu\\\/?cat=16#listItem\",\"name\":\"Xen\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/wp.tntnet.eu#listItem\",\"name\":\"Home\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/wp.tntnet.eu\\\/?cat=16#listItem\",\"position\":3,\"name\":\"Xen\",\"item\":\"https:\\\/\\\/wp.tntnet.eu\\\/?cat=16\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/wp.tntnet.eu\\\/?p=473#listItem\",\"name\":\"Xen LDAP Schema\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/wp.tntnet.eu\\\/?cat=14#listItem\",\"name\":\"virtualization\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/wp.tntnet.eu\\\/?p=473#listItem\",\"position\":4,\"name\":\"Xen LDAP Schema\",\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/wp.tntnet.eu\\\/?cat=16#listItem\",\"name\":\"Xen\"}}]},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/wp.tntnet.eu\\\/#person\",\"name\":\"Thorsten\",\"image\":{\"@type\":\"ImageObject\",\"@id\":\"https:\\\/\\\/wp.tntnet.eu\\\/?p=473#personImage\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/63a089d9d08b03b4a74169ba6b7f557413e66b684b37eb567c188168987e0d21?s=96&d=mm&r=g\",\"width\":96,\"height\":96,\"caption\":\"Thorsten\"}},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/wp.tntnet.eu\\\/?author=2#author\",\"url\":\"https:\\\/\\\/wp.tntnet.eu\\\/?author=2\",\"name\":\"Thorsten\",\"image\":{\"@type\":\"ImageObject\",\"@id\":\"https:\\\/\\\/wp.tntnet.eu\\\/?p=473#authorImage\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/63a089d9d08b03b4a74169ba6b7f557413e66b684b37eb567c188168987e0d21?s=96&d=mm&r=g\",\"width\":96,\"height\":96,\"caption\":\"Thorsten\"}},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/wp.tntnet.eu\\\/?p=473#webpage\",\"url\":\"https:\\\/\\\/wp.tntnet.eu\\\/?p=473\",\"name\":\"Xen LDAP Schema | tntnet.eu\",\"description\":\"For a small project I needed an ldap schema to map the structure of virtual machines in an LDAP directory tree. As far as I know, there is no xen-ldap-scheme out there, so I created one myself. Although it is at an early stage, someone may be interested in using and improving it. ############################################################################### #\",\"inLanguage\":\"en-US\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/wp.tntnet.eu\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/wp.tntnet.eu\\\/?p=473#breadcrumblist\"},\"author\":{\"@id\":\"https:\\\/\\\/wp.tntnet.eu\\\/?author=2#author\"},\"creator\":{\"@id\":\"https:\\\/\\\/wp.tntnet.eu\\\/?author=2#author\"},\"datePublished\":\"2018-03-27T15:35:04+02:00\",\"dateModified\":\"2018-04-23T13:09:04+02:00\"},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/wp.tntnet.eu\\\/#website\",\"url\":\"https:\\\/\\\/wp.tntnet.eu\\\/\",\"name\":\"tntnet.eu\",\"description\":\"* Just another IT blog *\",\"inLanguage\":\"en-US\",\"publisher\":{\"@id\":\"https:\\\/\\\/wp.tntnet.eu\\\/#person\"}}]}\n\t\t<\/script>\n\t\t<!-- All in One SEO -->\n\n","aioseo_head_json":{"title":"Xen LDAP Schema | tntnet.eu","description":"For a small project I needed an ldap schema to map the structure of virtual machines in an LDAP directory tree. As far as I know, there is no xen-ldap-scheme out there, so I created one myself. Although it is at an early stage, someone may be interested in using and improving it. ############################################################################### #","canonical_url":"https:\/\/wp.tntnet.eu\/?p=473","robots":"max-image-preview:large","keywords":"","webmasterTools":{"miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/wp.tntnet.eu\/?p=473#article","name":"Xen LDAP Schema | tntnet.eu","headline":"Xen LDAP Schema","author":{"@id":"https:\/\/wp.tntnet.eu\/?author=2#author"},"publisher":{"@id":"https:\/\/wp.tntnet.eu\/#person"},"image":{"@type":"ImageObject","@id":"https:\/\/wp.tntnet.eu\/?p=473#articleImage","url":"https:\/\/secure.gravatar.com\/avatar\/63a089d9d08b03b4a74169ba6b7f557413e66b684b37eb567c188168987e0d21?s=96&d=mm&r=g","width":96,"height":96,"caption":"Thorsten"},"datePublished":"2018-03-27T15:35:04+02:00","dateModified":"2018-04-23T13:09:04+02:00","inLanguage":"en-US","mainEntityOfPage":{"@id":"https:\/\/wp.tntnet.eu\/?p=473#webpage"},"isPartOf":{"@id":"https:\/\/wp.tntnet.eu\/?p=473#webpage"},"articleSection":"LDAP, Schema, virtualization, Xen, LDAP, schema, Xen"},{"@type":"BreadcrumbList","@id":"https:\/\/wp.tntnet.eu\/?p=473#breadcrumblist","itemListElement":[{"@type":"ListItem","@id":"https:\/\/wp.tntnet.eu#listItem","position":1,"name":"Home","item":"https:\/\/wp.tntnet.eu","nextItem":{"@type":"ListItem","@id":"https:\/\/wp.tntnet.eu\/?cat=14#listItem","name":"virtualization"}},{"@type":"ListItem","@id":"https:\/\/wp.tntnet.eu\/?cat=14#listItem","position":2,"name":"virtualization","item":"https:\/\/wp.tntnet.eu\/?cat=14","nextItem":{"@type":"ListItem","@id":"https:\/\/wp.tntnet.eu\/?cat=16#listItem","name":"Xen"},"previousItem":{"@type":"ListItem","@id":"https:\/\/wp.tntnet.eu#listItem","name":"Home"}},{"@type":"ListItem","@id":"https:\/\/wp.tntnet.eu\/?cat=16#listItem","position":3,"name":"Xen","item":"https:\/\/wp.tntnet.eu\/?cat=16","nextItem":{"@type":"ListItem","@id":"https:\/\/wp.tntnet.eu\/?p=473#listItem","name":"Xen LDAP Schema"},"previousItem":{"@type":"ListItem","@id":"https:\/\/wp.tntnet.eu\/?cat=14#listItem","name":"virtualization"}},{"@type":"ListItem","@id":"https:\/\/wp.tntnet.eu\/?p=473#listItem","position":4,"name":"Xen LDAP Schema","previousItem":{"@type":"ListItem","@id":"https:\/\/wp.tntnet.eu\/?cat=16#listItem","name":"Xen"}}]},{"@type":"Person","@id":"https:\/\/wp.tntnet.eu\/#person","name":"Thorsten","image":{"@type":"ImageObject","@id":"https:\/\/wp.tntnet.eu\/?p=473#personImage","url":"https:\/\/secure.gravatar.com\/avatar\/63a089d9d08b03b4a74169ba6b7f557413e66b684b37eb567c188168987e0d21?s=96&d=mm&r=g","width":96,"height":96,"caption":"Thorsten"}},{"@type":"Person","@id":"https:\/\/wp.tntnet.eu\/?author=2#author","url":"https:\/\/wp.tntnet.eu\/?author=2","name":"Thorsten","image":{"@type":"ImageObject","@id":"https:\/\/wp.tntnet.eu\/?p=473#authorImage","url":"https:\/\/secure.gravatar.com\/avatar\/63a089d9d08b03b4a74169ba6b7f557413e66b684b37eb567c188168987e0d21?s=96&d=mm&r=g","width":96,"height":96,"caption":"Thorsten"}},{"@type":"WebPage","@id":"https:\/\/wp.tntnet.eu\/?p=473#webpage","url":"https:\/\/wp.tntnet.eu\/?p=473","name":"Xen LDAP Schema | tntnet.eu","description":"For a small project I needed an ldap schema to map the structure of virtual machines in an LDAP directory tree. As far as I know, there is no xen-ldap-scheme out there, so I created one myself. Although it is at an early stage, someone may be interested in using and improving it. ############################################################################### #","inLanguage":"en-US","isPartOf":{"@id":"https:\/\/wp.tntnet.eu\/#website"},"breadcrumb":{"@id":"https:\/\/wp.tntnet.eu\/?p=473#breadcrumblist"},"author":{"@id":"https:\/\/wp.tntnet.eu\/?author=2#author"},"creator":{"@id":"https:\/\/wp.tntnet.eu\/?author=2#author"},"datePublished":"2018-03-27T15:35:04+02:00","dateModified":"2018-04-23T13:09:04+02:00"},{"@type":"WebSite","@id":"https:\/\/wp.tntnet.eu\/#website","url":"https:\/\/wp.tntnet.eu\/","name":"tntnet.eu","description":"* Just another IT blog *","inLanguage":"en-US","publisher":{"@id":"https:\/\/wp.tntnet.eu\/#person"}}]}},"aioseo_meta_data":{"post_id":"473","title":null,"description":null,"keywords":null,"keyphrases":null,"primary_term":null,"canonical_url":null,"og_title":null,"og_description":null,"og_object_type":"default","og_image_type":"default","og_image_url":null,"og_image_width":null,"og_image_height":null,"og_image_custom_url":null,"og_image_custom_fields":null,"og_video":null,"og_custom_url":null,"og_article_section":null,"og_article_tags":null,"twitter_use_og":false,"twitter_card":"default","twitter_image_type":"default","twitter_image_url":null,"twitter_image_custom_url":null,"twitter_image_custom_fields":null,"twitter_title":null,"twitter_description":null,"schema":{"blockGraphs":[],"customGraphs":[],"default":{"data":{"Article":[],"Course":[],"Dataset":[],"FAQPage":[],"Movie":[],"Person":[],"Product":[],"ProductReview":[],"Car":[],"Recipe":[],"Service":[],"SoftwareApplication":[],"WebPage":[]},"graphName":"","isEnabled":true},"graphs":[],"defaultGraph":"","defaultPostTypeGraph":""},"schema_type":null,"schema_type_options":null,"pillar_content":false,"robots_default":true,"robots_noindex":false,"robots_noarchive":false,"robots_nosnippet":false,"robots_nofollow":false,"robots_noimageindex":false,"robots_noodp":false,"robots_notranslate":false,"robots_max_snippet":null,"robots_max_videopreview":null,"robots_max_imagepreview":"large","priority":null,"frequency":null,"local_seo":null,"breadcrumb_settings":null,"limit_modified_date":false,"ai":null,"created":"2021-02-21 09:47:18","updated":"2022-09-13 14:24:25","seo_analyzer_scan_date":null},"_links":{"self":[{"href":"https:\/\/wp.tntnet.eu\/index.php?rest_route=\/wp\/v2\/posts\/473","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/wp.tntnet.eu\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/wp.tntnet.eu\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/wp.tntnet.eu\/index.php?rest_route=\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/wp.tntnet.eu\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=473"}],"version-history":[{"count":13,"href":"https:\/\/wp.tntnet.eu\/index.php?rest_route=\/wp\/v2\/posts\/473\/revisions"}],"predecessor-version":[{"id":536,"href":"https:\/\/wp.tntnet.eu\/index.php?rest_route=\/wp\/v2\/posts\/473\/revisions\/536"}],"wp:attachment":[{"href":"https:\/\/wp.tntnet.eu\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=473"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/wp.tntnet.eu\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=473"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/wp.tntnet.eu\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=473"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}