Advertisement
Guest User

dhcp_schema.ldif

a guest
Mar 10th, 2016
154
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
LDIF 21.95 KB | None | 0 0
  1. dn: cn=dhcp,cn=schema,cn=config
  2. objectClass: olcSchemaConfig
  3. cn: dhcp
  4. olcAttributeTypes: {0}( 2.16.840.1.113719.1.203.4.1 NAME 'dhcpPrimaryDN' DESC
  5.  'The DN of the dhcpServer which is the primary server for the configuration.'
  6.   EQUALITY distinguishedNameMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.12 SINGLE-
  7.  VALUE )
  8. olcAttributeTypes: {1}( 2.16.840.1.113719.1.203.4.2 NAME 'dhcpSecondaryDN' DES
  9.  C 'The DN of dhcpServer(s) which provide backup service for the configuration
  10.  .' EQUALITY distinguishedNameMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.12 )
  11. olcAttributeTypes: {2}( 2.16.840.1.113719.1.203.4.3 NAME 'dhcpStatements' DESC
  12.   'Flexible storage for specific data depending on what object this exists in.
  13.   Like conditional statements, server parameters, etc. This allows the standar
  14.  d to evolve without needing to adjust the schema.' EQUALITY caseIgnoreIA5Matc
  15.  h SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 )
  16. olcAttributeTypes: {3}( 2.16.840.1.113719.1.203.4.4 NAME 'dhcpRange' DESC 'The
  17.   starting & ending IP Addresses in the range (inclusive), separated by a hyph
  18.  en; if the range only contains one address, then just the address can be spec
  19.  ified with no hyphen.  Each range is defined as a separate value.' EQUALITY c
  20.  aseIgnoreIA5Match SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 )
  21. olcAttributeTypes: {4}( 2.16.840.1.113719.1.203.4.5 NAME 'dhcpPermitList' DESC
  22.   'This attribute contains the permit lists associated with a pool. Each permi
  23.  t list is defined as a separate value.' EQUALITY caseIgnoreIA5Match SYNTAX 1.
  24.  3.6.1.4.1.1466.115.121.1.26 )
  25. olcAttributeTypes: {5}( 2.16.840.1.113719.1.203.4.6 NAME 'dhcpNetMask' DESC 'T
  26.  he subnet mask length for the subnet.  The mask can be easily computed from t
  27.  his length.' EQUALITY integerMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGL
  28.  E-VALUE )
  29. olcAttributeTypes: {6}( 2.16.840.1.113719.1.203.4.7 NAME 'dhcpOption' DESC 'En
  30.  coded option values to be sent to clients.  Each value represents a single op
  31.  tion and contains (OptionTag, Length, OptionValue) encoded in the format used
  32.   by DHCP.' EQUALITY caseIgnoreIA5Match SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 )
  33. olcAttributeTypes: {7}( 2.16.840.1.113719.1.203.4.8 NAME 'dhcpClassData' DESC
  34.  'Encoded text string or list of bytes expressed in hexadecimal, separated by
  35.  colons.  Clients match subclasses based on matching the class data with the r
  36.  esults of match or spawn with statements in the class name declarations.' EQU
  37.  ALITY caseIgnoreIA5Match SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE )
  38. olcAttributeTypes: {8}( 2.16.840.1.113719.1.203.4.9 NAME 'dhcpOptionsDN' DESC
  39.  'The distinguished name(s) of the dhcpOption objects containing the configura
  40.  tion options provided by the server.' EQUALITY distinguishedNameMatch SYNTAX
  41.  1.3.6.1.4.1.1466.115.121.1.12 )
  42. olcAttributeTypes: {9}( 2.16.840.1.113719.1.203.4.10 NAME 'dhcpHostDN' DESC 't
  43.  he distinguished name(s) of the dhcpHost objects.' EQUALITY distinguishedName
  44.  Match SYNTAX 1.3.6.1.4.1.1466.115.121.1.12 )
  45. olcAttributeTypes: {10}( 2.16.840.1.113719.1.203.4.11 NAME 'dhcpPoolDN' DESC '
  46.  The distinguished name(s) of pools.' EQUALITY distinguishedNameMatch SYNTAX 1
  47.  .3.6.1.4.1.1466.115.121.1.12 )
  48. olcAttributeTypes: {11}( 2.16.840.1.113719.1.203.4.12 NAME 'dhcpGroupDN' DESC
  49.  'The distinguished name(s)   of the groups.' EQUALITY distinguishedNameMatch
  50.  SYNTAX 1.3.6.1.4.1.1466.115.121.1.12 )
  51. olcAttributeTypes: {12}( 2.16.840.1.113719.1.203.4.13 NAME 'dhcpSubnetDN' DESC
  52.   'The distinguished name(s) of the subnets.' EQUALITY distinguishedNameMatch
  53.  SYNTAX 1.3.6.1.4.1.1466.115.121.1.12 )
  54. olcAttributeTypes: {13}( 2.16.840.1.113719.1.203.4.14 NAME 'dhcpLeaseDN' DESC
  55.  'The distinguished name of a client address.' EQUALITY distinguishedNameMatch
  56.   SYNTAX 1.3.6.1.4.1.1466.115.121.1.12 SINGLE-VALUE )
  57. olcAttributeTypes: {14}( 2.16.840.1.113719.1.203.4.15 NAME 'dhcpLeasesDN' DESC
  58.   'The distinguished name(s) client addresses.' EQUALITY distinguishedNameMatc
  59.  h SYNTAX 1.3.6.1.4.1.1466.115.121.1.12 )
  60. olcAttributeTypes: {15}( 2.16.840.1.113719.1.203.4.16 NAME 'dhcpClassesDN' DES
  61.  C 'The distinguished name(s) of a class(es) in a subclass.' EQUALITY distingu
  62.  ishedNameMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.12 )
  63. olcAttributeTypes: {16}( 2.16.840.1.113719.1.203.4.17 NAME 'dhcpSubclassesDN'
  64.  DESC 'The distinguished name(s) of subclass(es).' EQUALITY distinguishedNameM
  65.  atch SYNTAX 1.3.6.1.4.1.1466.115.121.1.12 )
  66. olcAttributeTypes: {17}( 2.16.840.1.113719.1.203.4.18 NAME 'dhcpSharedNetworkD
  67.  N' DESC 'The distinguished name(s) of sharedNetworks.' EQUALITY distinguished
  68.  NameMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.12 )
  69. olcAttributeTypes: {18}( 2.16.840.1.113719.1.203.4.19 NAME 'dhcpServiceDN' DES
  70.  C 'The DN of dhcpService object(s)which contain the configuration information
  71.  . Each dhcpServer object has this attribute identifying the DHCP configuratio
  72.  n(s) that the server is associated with.' EQUALITY distinguishedNameMatch SYN
  73.  TAX 1.3.6.1.4.1.1466.115.121.1.12 )
  74. olcAttributeTypes: {19}( 2.16.840.1.113719.1.203.4.20 NAME 'dhcpVersion' DESC
  75.  'The version attribute of this object.' EQUALITY caseIgnoreIA5Match SYNTAX 1.
  76.  3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE )
  77. olcAttributeTypes: {20}( 2.16.840.1.113719.1.203.4.21 NAME 'dhcpImplementation
  78.  ' DESC 'Description of the DHCP Server implementation e.g. DHCP Servers vendo
  79.  r.' EQUALITY caseIgnoreIA5Match SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-V
  80.  ALUE )
  81. olcAttributeTypes: {21}( 2.16.840.1.113719.1.203.4.22 NAME 'dhcpAddressState'
  82.  DESC 'This stores information about the current binding-status of an address.
  83.    For dynamic addresses managed by DHCP, the values should be restricted to t
  84.  he following: "FREE", "ACTIVE", "EXPIRED", "RELEASED", "RESET", "ABANDONED",
  85.  "BACKUP".  For other addresses, it SHOULD be one of the following: "UNKNOWN",
  86.   "RESERVED" (an address that is managed by DHCP that is reserved for a specif
  87.  ic client), "RESERVED-ACTIVE" (same as reserved, but address is currently in
  88.  use), "ASSIGNED" (assigned manually or by some other mechanism), "UNASSIGNED"
  89.  , "NOTASSIGNABLE".' EQUALITY caseIgnoreIA5Match SYNTAX 1.3.6.1.4.1.1466.115.1
  90.  21.1.26 SINGLE-VALUE )
  91. olcAttributeTypes: {22}( 2.16.840.1.113719.1.203.4.23 NAME 'dhcpExpirationTime
  92.  ' DESC 'This is the time the current lease for an address expires.' EQUALITY
  93.  generalizedTimeMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.24 SINGLE-VALUE )
  94. olcAttributeTypes: {23}( 2.16.840.1.113719.1.203.4.24 NAME 'dhcpStartTimeOfSta
  95.  te' DESC 'This is the time of the last state change for a leased address.' EQ
  96.  UALITY generalizedTimeMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.24 SINGLE-VALUE
  97.   )
  98. olcAttributeTypes: {24}( 2.16.840.1.113719.1.203.4.25 NAME 'dhcpLastTransactio
  99.  nTime' DESC 'This is the last time a valid DHCP packet was received from the
  100.  client.' EQUALITY generalizedTimeMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.24 S
  101.  INGLE-VALUE )
  102. olcAttributeTypes: {25}( 2.16.840.1.113719.1.203.4.26 NAME 'dhcpBootpFlag' DES
  103.  C 'This indicates whether the address was assigned via BOOTP.' EQUALITY boole
  104.  anMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 SINGLE-VALUE )
  105. olcAttributeTypes: {26}( 2.16.840.1.113719.1.203.4.27 NAME 'dhcpDomainName' DE
  106.  SC 'This is the name of the domain sent to the client by the server.  It is e
  107.  ssentially the same as the value for DHCP option 15 sent to the client, and r
  108.  epresents only the domain - not the full FQDN.  To obtain the full FQDN assig
  109.  ned to the client you must prepend the "dhcpAssignedHostName" to this value w
  110.  ith a ".".' EQUALITY caseIgnoreIA5Match SYNTAX 1.3.6.1.4.1.1466.115.121.1.26
  111.  SINGLE-VALUE )
  112. olcAttributeTypes: {27}( 2.16.840.1.113719.1.203.4.28 NAME 'dhcpDnsStatus' DES
  113.  C 'This indicates the status of updating DNS resource records on behalf of th
  114.  e client by the DHCP server for this address.  The value is a 16-bit bitmask.
  115.  ' EQUALITY integerMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE )
  116. olcAttributeTypes: {28}( 2.16.840.1.113719.1.203.4.29 NAME 'dhcpRequestedHostN
  117.  ame' DESC 'This is the hostname that was requested by the client.' EQUALITY c
  118.  aseIgnoreIA5Match SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE )
  119. olcAttributeTypes: {29}( 2.16.840.1.113719.1.203.4.30 NAME 'dhcpAssignedHostNa
  120.  me' DESC 'This is the actual hostname that was assigned to a client. It may n
  121.  ot be the name that was requested by the client.  The fully qualified domain
  122.  name can be determined by appending the value of "dhcpDomainName" (with a dot
  123.   separator) to this name.' EQUALITY caseIgnoreIA5Match SYNTAX 1.3.6.1.4.1.146
  124.  6.115.121.1.26 SINGLE-VALUE )
  125. olcAttributeTypes: {30}( 2.16.840.1.113719.1.203.4.31 NAME 'dhcpReservedForCli
  126.  ent' DESC 'The distinguished name of a "dhcpClient" that an address is reserv
  127.  ed for.  This may not be the same as the "dhcpAssignedToClient" attribute if
  128.  the address is being reassigned but the current lease has not yet expired.' E
  129.  QUALITY distinguishedNameMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.12 SINGLE-VA
  130.  LUE )
  131. olcAttributeTypes: {31}( 2.16.840.1.113719.1.203.4.32 NAME 'dhcpAssignedToClie
  132.  nt' DESC 'This is the distinguished name of a "dhcpClient" that an address is
  133.   currently assigned to.  This attribute is only present in the class when the
  134.   address is leased.' EQUALITY distinguishedNameMatch SYNTAX 1.3.6.1.4.1.1466.
  135.  115.121.1.12 SINGLE-VALUE )
  136. olcAttributeTypes: {32}( 2.16.840.1.113719.1.203.4.33 NAME 'dhcpRelayAgentInfo
  137.  ' DESC 'If the client request was received via a relay agent, this contains i
  138.  nformation about the relay agent that was available from the DHCP request.  T
  139.  his is a hex-encoded option value.' EQUALITY octetStringMatch SYNTAX 1.3.6.1.
  140.  4.1.1466.115.121.1.40 SINGLE-VALUE )
  141. olcAttributeTypes: {33}( 2.16.840.1.113719.1.203.4.34 NAME 'dhcpHWAddress' DES
  142.  C 'The clients hardware address that requested this IP address.' EQUALITY cas
  143.  eIgnoreIA5Match SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE )
  144. olcAttributeTypes: {34}( 2.16.840.1.113719.1.203.4.35 NAME 'dhcpHashBucketAssi
  145.  gnment' DESC 'HashBucketAssignment bit map for the DHCP Server, as defined in
  146.   DHC Load Balancing Algorithm [RFC 3074].' EQUALITY octetStringMatch SYNTAX 1
  147.  .3.6.1.4.1.1466.115.121.1.40 SINGLE-VALUE )
  148. olcAttributeTypes: {35}( 2.16.840.1.113719.1.203.4.36 NAME 'dhcpDelayedService
  149.  Parameter' DESC 'Delay in seconds corresponding to Delayed Service Parameter
  150.  configuration, as defined in  DHC Load Balancing Algorithm [RFC 3074]. ' EQUA
  151.  LITY integerMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE )
  152. olcAttributeTypes: {36}( 2.16.840.1.113719.1.203.4.37 NAME 'dhcpMaxClientLeadT
  153.  ime' DESC 'Maximum Client Lead Time configuration in seconds, as defined in D
  154.  HCP Failover Protocol [FAILOVR]' EQUALITY integerMatch SYNTAX 1.3.6.1.4.1.146
  155.  6.115.121.1.27 SINGLE-VALUE )
  156. olcAttributeTypes: {37}( 2.16.840.1.113719.1.203.4.38 NAME 'dhcpFailOverEndpoi
  157.  ntState' DESC 'Server (Failover Endpoint) state, as defined in DHCP Failover
  158.  Protocol [FAILOVR]' EQUALITY caseIgnoreIA5Match SYNTAX 1.3.6.1.4.1.1466.115.1
  159.  21.1.26 SINGLE-VALUE )
  160. olcAttributeTypes: {38}( 2.16.840.1.113719.1.203.4.39 NAME 'dhcpErrorLog' DESC
  161.   'Generic error log attribute that allows logging error conditions within a d
  162.  hcpService or a dhcpSubnet, like no IP addresses available for lease.' EQUALI
  163.  TY caseIgnoreIA5Match SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE )
  164. olcAttributeTypes: {39}( 2.16.840.1.113719.1.203.4.40 NAME 'dhcpLocatorDN' DES
  165.  C 'The DN of dhcpLocator object which contain the DNs of all DHCP configurati
  166.  on objects. There will be a single dhcpLocator object in the tree with links
  167.  to all the DHCP objects in the tree' EQUALITY distinguishedNameMatch SYNTAX 1
  168.  .3.6.1.4.1.1466.115.121.1.12 )
  169. olcAttributeTypes: {40}( 2.16.840.1.113719.1.203.4.41 NAME 'dhcpKeyAlgorithm'
  170.  DESC 'Algorithm to generate TSIG Key' EQUALITY caseIgnoreIA5Match SYNTAX 1.3.
  171.  6.1.4.1.1466.115.121.1.26 SINGLE-VALUE )
  172. olcAttributeTypes: {41}( 2.16.840.1.113719.1.203.4.42 NAME 'dhcpKeySecret' DES
  173.  C 'Secret to generate TSIG Key' EQUALITY octetStringMatch SYNTAX 1.3.6.1.4.1.
  174.  1466.115.121.1.40 SINGLE-VALUE )
  175. olcAttributeTypes: {42}( 2.16.840.1.113719.1.203.4.43 NAME 'dhcpDnsZoneServer'
  176.   DESC 'Master server of the DNS Zone' EQUALITY caseIgnoreIA5Match SYNTAX 1.3.
  177.  6.1.4.1.1466.115.121.1.26 SINGLE-VALUE )
  178. olcAttributeTypes: {43}( 2.16.840.1.113719.1.203.4.44 NAME 'dhcpKeyDN' DESC 'T
  179.  he DNs of TSIG Key to use in secure dynamic updates. In case of locator objec
  180.  t, this will be list of TSIG keys.  In case of DHCP Service, Shared Network,
  181.  Subnet and DNS Zone, it will be a single key.' EQUALITY distinguishedNameMatc
  182.  h SYNTAX 1.3.6.1.4.1.1466.115.121.1.12 )
  183. olcAttributeTypes: {44}( 2.16.840.1.113719.1.203.4.45 NAME 'dhcpZoneDN' DESC '
  184.  The DNs of DNS Zone. In case of locator object, this will be list of DNS Zone
  185.  s in the tree. In case of DHCP Service, Shared Network and Subnet, it will be
  186.   a single DNS Zone.' EQUALITY distinguishedNameMatch SYNTAX 1.3.6.1.4.1.1466.
  187.  115.121.1.12 )
  188. olcAttributeTypes: {45}( 2.16.840.1.113719.1.203.4.46 NAME 'dhcpFailOverPrimar
  189.  yServer' DESC 'IP address or DNS name of the server playing primary role in D
  190.  HC Load Balancing and Fail over.' EQUALITY caseIgnoreIA5Match SYNTAX 1.3.6.1.
  191.  4.1.1466.115.121.1.26 )
  192. olcAttributeTypes: {46}( 2.16.840.1.113719.1.203.4.47 NAME 'dhcpFailOverSecond
  193.  aryServer' DESC 'IP address or DNS name of the server playing secondary role
  194.  in DHC Load Balancing and Fail over.' EQUALITY caseIgnoreIA5Match SYNTAX 1.3.
  195.  6.1.4.1.1466.115.121.1.26 )
  196. olcAttributeTypes: {47}( 2.16.840.1.113719.1.203.4.48 NAME 'dhcpFailOverPrimar
  197.  yPort' DESC 'Port on which primary server listens for connections from its fa
  198.  il over peer (secondary server)' EQUALITY integerMatch SYNTAX 1.3.6.1.4.1.146
  199.  6.115.121.1.27 )
  200. olcAttributeTypes: {48}( 2.16.840.1.113719.1.203.4.49 NAME 'dhcpFailOverSecond
  201.  aryPort' DESC 'Port on which secondary server listens for connections from it
  202.  s fail over peer (primary server)' EQUALITY integerMatch SYNTAX 1.3.6.1.4.1.1
  203.  466.115.121.1.27 )
  204. olcAttributeTypes: {49}( 2.16.840.1.113719.1.203.4.50 NAME 'dhcpFailOverRespon
  205.  seDelay' DESC 'Maximum response time in seconds, before Server assumes that c
  206.  onnection to fail over peer has failed' EQUALITY integerMatch SYNTAX 1.3.6.1.
  207.  4.1.1466.115.121.1.27 )
  208. olcAttributeTypes: {50}( 2.16.840.1.113719.1.203.4.51 NAME 'dhcpFailOverUnacke
  209.  dUpdates' DESC 'Number of BNDUPD messages that server can send before it rece
  210.  ives BNDACK from its fail over peer' EQUALITY integerMatch SYNTAX 1.3.6.1.4.1
  211.  .1466.115.121.1.27 )
  212. olcAttributeTypes: {51}( 2.16.840.1.113719.1.203.4.52 NAME 'dhcpFailOverSplit'
  213.   DESC 'Split between the primary and secondary servers for fail over purpose'
  214.   EQUALITY integerMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 )
  215. olcAttributeTypes: {52}( 2.16.840.1.113719.1.203.4.53 NAME 'dhcpFailOverLoadBa
  216.  lanceTime' DESC 'Cutoff time in seconds, after which load balance is disabled
  217.  ' EQUALITY integerMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 )
  218. olcAttributeTypes: {53}( 2.16.840.1.113719.1.203.4.54 NAME 'dhcpFailOverPeerDN
  219.  ' DESC 'The DNs of Fail over peers. In case of locator object, this will be l
  220.  ist of fail over peers in the tree. In case of Subnet and pool, it will be a
  221.  single Fail Over Peer' EQUALITY distinguishedNameMatch SYNTAX 1.3.6.1.4.1.146
  222.  6.115.121.1.12 )
  223. olcAttributeTypes: {54}( 2.16.840.1.113719.1.203.4.55 NAME 'dhcpServerDN' DESC
  224.   'List of all  DHCP Servers in the tree. Used by dhcpLocatorObject' EQUALITY
  225.  distinguishedNameMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.12 )
  226. olcAttributeTypes: {55}( 2.16.840.1.113719.1.203.4.56 NAME 'dhcpComments' DESC
  227.   'Generic attribute that allows coments  within any DHCP object' EQUALITY cas
  228.  eIgnoreIA5Match SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE )
  229. olcObjectClasses: {0}( 2.16.840.1.113719.1.203.6.1 NAME 'dhcpService' DESC 'Se
  230.  rvice object that represents the actual DHCP Service configuration. This is a
  231.   container object.' SUP top STRUCTURAL MUST cn MAY ( dhcpPrimaryDN $ dhcpSeco
  232.  ndaryDN $ dhcpServerDN $ dhcpSharedNetworkDN $ dhcpSubnetDN $ dhcpGroupDN $ d
  233.  hcpHostDN $ dhcpClassesDN $ dhcpOptionsDN $ dhcpZoneDN $ dhcpKeyDN $ dhcpFail
  234.  OverPeerDN $ dhcpStatements $ dhcpComments $ dhcpOption ) )
  235. olcObjectClasses: {1}( 2.16.840.1.113719.1.203.6.2 NAME 'dhcpSharedNetwork' DE
  236.  SC 'This stores configuration information for a shared network.' SUP top STRU
  237.  CTURAL MUST cn MAY ( dhcpSubnetDN $ dhcpPoolDN $ dhcpOptionsDN $ dhcpZoneDN $
  238.   dhcpStatements $ dhcpComments $ dhcpOption ) X-NDS_CONTAINMENT 'dhcpService'
  239.   )
  240. olcObjectClasses: {2}( 2.16.840.1.113719.1.203.6.3 NAME 'dhcpSubnet' DESC 'Thi
  241.  s class defines a subnet. This is a container object.' SUP top STRUCTURAL MUS
  242.  T ( cn $ dhcpNetMask ) MAY ( dhcpRange $ dhcpPoolDN $ dhcpGroupDN $ dhcpHostD
  243.  N $ dhcpClassesDN $ dhcpLeasesDN $ dhcpOptionsDN $ dhcpZoneDN $ dhcpKeyDN $ d
  244.  hcpFailOverPeerDN $ dhcpStatements $ dhcpComments $ dhcpOption ) X-NDS_CONTAI
  245.  NMENT ( 'dhcpService' 'dhcpSharedNetwork' ) )
  246. olcObjectClasses: {3}( 2.16.840.1.113719.1.203.6.4 NAME 'dhcpPool' DESC 'This
  247.  stores configuration information about a pool.' SUP top STRUCTURAL MUST ( cn
  248.  $ dhcpRange ) MAY ( dhcpClassesDN $ dhcpPermitList $ dhcpLeasesDN $ dhcpOptio
  249.  nsDN $ dhcpZoneDN $ dhcpKeyDN $ dhcpStatements $ dhcpComments $ dhcpOption )
  250.  X-NDS_CONTAINMENT ( 'dhcpSubnet' 'dhcpSharedNetwork' ) )
  251. olcObjectClasses: {4}( 2.16.840.1.113719.1.203.6.5 NAME 'dhcpGroup' DESC 'Grou
  252.  p object that lists host DNs and parameters. This is a container object.' SUP
  253.   top STRUCTURAL MUST cn MAY ( dhcpHostDN $ dhcpOptionsDN $ dhcpStatements $ d
  254.  hcpComments $ dhcpOption ) X-NDS_CONTAINMENT ( 'dhcpSubnet' 'dhcpService' ) )
  255. olcObjectClasses: {5}( 2.16.840.1.113719.1.203.6.6 NAME 'dhcpHost' DESC 'This
  256.  represents information about a particular client' SUP top STRUCTURAL MUST cn
  257.  MAY ( dhcpLeaseDN $ dhcpHWAddress $ dhcpOptionsDN $ dhcpStatements $ dhcpComm
  258.  ents $ dhcpOption ) X-NDS_CONTAINMENT ( 'dhcpService' 'dhcpSubnet' 'dhcpGroup
  259.  ' ) )
  260. olcObjectClasses: {6}( 2.16.840.1.113719.1.203.6.7 NAME 'dhcpClass' DESC 'Repr
  261.  esents information about a collection of related clients.' SUP top STRUCTURAL
  262.   MUST cn MAY ( dhcpSubClassesDN $ dhcpOptionsDN $ dhcpStatements $ dhcpCommen
  263.  ts $ dhcpOption ) X-NDS_CONTAINMENT ( 'dhcpService' 'dhcpSubnet' ) )
  264. olcObjectClasses: {7}( 2.16.840.1.113719.1.203.6.8 NAME 'dhcpSubClass' DESC 'R
  265.  epresents information about a collection of related classes.' SUP top STRUCTU
  266.  RAL MUST cn MAY ( dhcpClassData $ dhcpOptionsDN $ dhcpStatements $ dhcpCommen
  267.  ts $ dhcpOption ) X-NDS_CONTAINMENT 'dhcpClass' )
  268. olcObjectClasses: {8}( 2.16.840.1.113719.1.203.6.9 NAME 'dhcpOptions' DESC 'Re
  269.  presents information about a collection of options defined.' SUP top AUXILIAR
  270.  Y MUST cn MAY ( dhcpOption $ dhcpComments ) X-NDS_CONTAINMENT ( 'dhcpService'
  271.   'dhcpSharedNetwork' 'dhcpSubnet' 'dhcpPool' 'dhcpGroup' 'dhcpHost' 'dhcpClas
  272.  s' ) )
  273. olcObjectClasses: {9}( 2.16.840.1.113719.1.203.6.10 NAME 'dhcpLeases' DESC 'Th
  274.  is class represents an IP Address, which may or may not have been leased.' SU
  275.  P top STRUCTURAL MUST ( cn $ dhcpAddressState ) MAY ( dhcpExpirationTime $ dh
  276.  cpStartTimeOfState $ dhcpLastTransactionTime $ dhcpBootpFlag $ dhcpDomainName
  277.   $ dhcpDnsStatus $ dhcpRequestedHostName $ dhcpAssignedHostName $ dhcpReserve
  278.  dForClient $ dhcpAssignedToClient $ dhcpRelayAgentInfo $ dhcpHWAddress ) X-ND
  279.  S_CONTAINMENT ( 'dhcpService' 'dhcpSubnet' 'dhcpPool' ) )
  280. olcObjectClasses: {10}( 2.16.840.1.113719.1.203.6.11 NAME 'dhcpLog' DESC 'This
  281.   is the object that holds past information about the IP address. The cn is th
  282.  e time/date stamp when the address was assigned or released, the address stat
  283.  e at the time, if the address was assigned or released.' SUP top STRUCTURAL M
  284.  UST cn MAY ( dhcpAddressState $ dhcpExpirationTime $ dhcpStartTimeOfState $ d
  285.  hcpLastTransactionTime $ dhcpBootpFlag $ dhcpDomainName $ dhcpDnsStatus $ dhc
  286.  pRequestedHostName $ dhcpAssignedHostName $ dhcpReservedForClient $ dhcpAssig
  287.  nedToClient $ dhcpRelayAgentInfo $ dhcpHWAddress $ dhcpErrorLog ) X-NDS_CONTA
  288.  INMENT ( 'dhcpLeases' 'dhcpPool' 'dhcpSubnet' 'dhcpSharedNetwork' 'dhcpServic
  289.  e' ) )
  290. olcObjectClasses: {11}( 2.16.840.1.113719.1.203.6.12 NAME 'dhcpServer' DESC 'D
  291.  HCP Server Object' SUP top STRUCTURAL MUST cn MAY ( dhcpServiceDN $ dhcpLocat
  292.  orDN $ dhcpVersion $ dhcpImplementation $ dhcpHashBucketAssignment $ dhcpDela
  293.  yedServiceParameter $ dhcpMaxClientLeadTime $ dhcpFailOverEndpointState $ dhc
  294.  pStatements $ dhcpComments $ dhcpOption ) X-NDS_CONTAINMENT ( 'organization'
  295.  'organizationalunit' 'domain' ) )
  296. olcObjectClasses: {12}( 2.16.840.1.113719.1.203.6.13 NAME 'dhcpTSigKey' DESC '
  297.  TSIG key for secure dynamic updates' SUP top STRUCTURAL MUST ( cn $ dhcpKeyAl
  298.  gorithm $ dhcpKeySecret ) MAY dhcpComments X-NDS_CONTAINMENT ( 'dhcpService'
  299.  'dhcpSharedNetwork' 'dhcpSubnet' ) )
  300. olcObjectClasses: {13}( 2.16.840.1.113719.1.203.6.14 NAME 'dhcpDnsZone' DESC '
  301.  DNS Zone for updating leases' SUP top STRUCTURAL MUST ( cn $ dhcpDnsZoneServe
  302.  r ) MAY ( dhcpKeyDN $ dhcpComments ) X-NDS_CONTAINMENT ( 'dhcpService' 'dhcpS
  303.  haredNetwork' 'dhcpSubnet' ) )
  304. olcObjectClasses: {14}( 2.16.840.1.113719.1.203.6.15 NAME 'dhcpFailOverPeer' D
  305.  ESC 'This class defines the Fail over peer' SUP top STRUCTURAL MUST ( cn $ dh
  306.  cpFailOverPrimaryServer $ dhcpFailOverSecondaryServer $ dhcpFailoverPrimaryPo
  307.  rt $ dhcpFailOverSecondaryPort ) MAY ( dhcpFailOverResponseDelay $ dhcpFailOv
  308.  erUnackedUpdates $ dhcpMaxClientLeadTime $ dhcpFailOverSplit $ dhcpHashBucket
  309.  Assignment $ dhcpFailOverLoadBalanceTime $ dhcpComments ) X-NDS_CONTAINMENT (
  310.   'dhcpService' 'dhcpSharedNetwork' 'dhcpSubnet' ) )
  311. olcObjectClasses: {15}( 2.16.840.1.113719.1.203.6.16 NAME 'dhcpLocator' DESC '
  312.  Locator object for DHCP configuration in the tree. There will be a single dhc
  313.  pLocator object in the tree with links to all the DHCP objects in the tree' S
  314.  UP top STRUCTURAL MUST cn MAY ( dhcpServiceDN $ dhcpServerDN $ dhcpSharedNetw
  315.  orkDN $ dhcpSubnetDN $ dhcpPoolDN $ dhcpGroupDN $ dhcpHostDN $ dhcpClassesDN
  316.  $ dhcpKeyDN $ dhcpZoneDN $ dhcpFailOverPeerDN $ dhcpOption $ dhcpComments ) X
  317.  -NDS_CONTAINMENT ( 'organization' 'organizationalunit' 'domain' ) )
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement