summaryrefslogtreecommitdiff
path: root/ldap/schema/dhcp.schema
blob: b0dcd5de1f3fdb4eb49572628021613008b198f8 (plain)
  1. attributetype ( 2.16.840.1.113719.1.203.4.1
  2. NAME 'dhcpPrimaryDN'
  3. EQUALITY distinguishedNameMatch
  4. DESC 'The DN of the dhcpServer which is the primary server for the configuration.'
  5. SYNTAX 1.3.6.1.4.1.1466.115.121.1.12 SINGLE-VALUE )
  6. attributetype ( 2.16.840.1.113719.1.203.4.2
  7. NAME 'dhcpSecondaryDN'
  8. EQUALITY distinguishedNameMatch
  9. DESC 'The DN of dhcpServer(s) which provide backup service for the configuration.'
  10. SYNTAX 1.3.6.1.4.1.1466.115.121.1.12 )
  11. attributetype ( 2.16.840.1.113719.1.203.4.3
  12. NAME 'dhcpStatements'
  13. EQUALITY caseIgnoreIA5Match
  14. DESC 'Flexible storage for specific data depending on what object this exists in. Like conditional statements, server parameters, etc. This allows the standard to evolve without needing to adjust the schema.'
  15. SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 )
  16. attributetype ( 2.16.840.1.113719.1.203.4.4
  17. NAME 'dhcpRange'
  18. EQUALITY caseIgnoreIA5Match
  19. DESC 'The starting & ending IP Addresses in the range (inclusive), separated by a hyphen; if the range only contains one address, then just the address can be specified with no hyphen. Each range is defined as a separate value.'
  20. SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 )
  21. attributetype ( 2.16.840.1.113719.1.203.4.5
  22. NAME 'dhcpPermitList'
  23. EQUALITY caseIgnoreIA5Match
  24. DESC 'This attribute contains the permit lists associated with a pool. Each permit list is defined as a separate value.'
  25. SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 )
  26. attributetype ( 2.16.840.1.113719.1.203.4.6
  27. NAME 'dhcpNetMask'
  28. EQUALITY integerMatch
  29. DESC 'The subnet mask length for the subnet. The mask can be easily computed from this length.'
  30. SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE )
  31. attributetype ( 2.16.840.1.113719.1.203.4.7
  32. NAME 'dhcpOption'
  33. EQUALITY caseIgnoreIA5Match
  34. DESC 'Encoded option values to be sent to clients. Each value represents a single option and contains (OptionTag, Length, OptionValue) encoded in the format used by DHCP.'
  35. SYNTAX 1.3.6.1.4.1.1466.115.121.1.40 )
  36. attributetype ( 2.16.840.1.113719.1.203.4.8
  37. NAME 'dhcpClassData'
  38. EQUALITY caseIgnoreIA5Match
  39. DESC 'Encoded text string or list of bytes expressed in hexadecimal, separated by colons. Clients match subclasses based on matching the class data with the results of match or spawn with statements in the class name declarations.'
  40. SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE )
  41. attributetype ( 2.16.840.1.113719.1.203.4.9
  42. NAME 'dhcpOptionsDN'
  43. EQUALITY distinguishedNameMatch
  44. DESC 'The distinguished name(s) of the dhcpOption objects containing the configuration options provided by the server.'
  45. SYNTAX 1.3.6.1.4.1.1466.115.121.1.12 )
  46. attributetype ( 2.16.840.1.113719.1.203.4.10
  47. NAME 'dhcpHostDN'
  48. EQUALITY distinguishedNameMatch
  49. DESC 'the distinguished name(s) of the dhcpHost objects.'
  50. SYNTAX 1.3.6.1.4.1.1466.115.121.1.12 )
  51. attributetype ( 2.16.840.1.113719.1.203.4.11
  52. NAME 'dhcpPoolDN'
  53. EQUALITY distinguishedNameMatch
  54. DESC 'The distinguished name(s) of pools.'
  55. SYNTAX 1.3.6.1.4.1.1466.115.121.1.12 )
  56. attributetype ( 2.16.840.1.113719.1.203.4.12
  57. NAME 'dhcpGroupDN'
  58. EQUALITY distinguishedNameMatch
  59. DESC 'The distinguished name(s) of the groups.'
  60. SYNTAX 1.3.6.1.4.1.1466.115.121.1.12 )
  61. attributetype ( 2.16.840.1.113719.1.203.4.13
  62. NAME 'dhcpSubnetDN'
  63. EQUALITY distinguishedNameMatch
  64. DESC 'The distinguished name(s) of the subnets.'
  65. SYNTAX 1.3.6.1.4.1.1466.115.121.1.12 )
  66. attributetype ( 2.16.840.1.113719.1.203.4.14
  67. NAME 'dhcpLeaseDN'
  68. EQUALITY distinguishedNameMatch
  69. DESC 'The distinguished name of a client address.'
  70. SYNTAX 1.3.6.1.4.1.1466.115.121.1.12 SINGLE-VALUE)
  71. attributetype ( 2.16.840.1.113719.1.203.4.15 NAME 'dhcpLeasesDN'
  72. DESC 'The distinguished name(s) client addresses.'
  73. EQUALITY distinguishedNameMatch
  74. SYNTAX 1.3.6.1.4.1.1466.115.121.1.12 )
  75. attributetype ( 2.16.840.1.113719.1.203.4.16
  76. NAME 'dhcpClassesDN'
  77. EQUALITY distinguishedNameMatch
  78. DESC 'The distinguished name(s) of a class(es) in a subclass.'
  79. SYNTAX 1.3.6.1.4.1.1466.115.121.1.12 )
  80. attributetype ( 2.16.840.1.113719.1.203.4.17
  81. NAME 'dhcpSubclassesDN'
  82. EQUALITY distinguishedNameMatch
  83. DESC 'The distinguished name(s) of subclass(es).'
  84. SYNTAX 1.3.6.1.4.1.1466.115.121.1.12 )
  85. attributetype ( 2.16.840.1.113719.1.203.4.18
  86. NAME 'dhcpSharedNetworkDN'
  87. EQUALITY distinguishedNameMatch
  88. DESC 'The distinguished name(s) of sharedNetworks.'
  89. SYNTAX 1.3.6.1.4.1.1466.115.121.1.12 )
  90. attributetype ( 2.16.840.1.113719.1.203.4.19
  91. NAME 'dhcpServiceDN'
  92. EQUALITY distinguishedNameMatch
  93. DESC 'The DN of dhcpService object(s)which contain the configuration information. Each dhcpServer object has this attribute identifying the DHCP configuration(s) that the server is associated with.'
  94. SYNTAX 1.3.6.1.4.1.1466.115.121.1.12 )
  95. attributetype ( 2.16.840.1.113719.1.203.4.20
  96. NAME 'dhcpVersion' DESC 'The version attribute of this object.'
  97. EQUALITY caseIgnoreIA5Match
  98. SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE )
  99. attributetype ( 2.16.840.1.113719.1.203.4.21
  100. NAME 'dhcpImplementation'
  101. EQUALITY caseIgnoreIA5Match
  102. DESC 'Description of the DHCP Server implementation e.g. DHCP Servers vendor.'
  103. SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE )
  104. attributetype ( 2.16.840.1.113719.1.203.4.22
  105. NAME 'dhcpAddressState'
  106. EQUALITY caseIgnoreIA5Match
  107. DESC 'This stores information about the current binding-status of an address. For dynamic addresses managed by DHCP, the values should be restricted to the following: "FREE", "ACTIVE", "EXPIRED", "RELEASED", "RESET", "ABANDONED", "BACKUP". For other addresses, it SHOULD be one of the following: "UNKNOWN", "RESERVED" (an address that is managed by DHCP that is reserved for a specific client), "RESERVED-ACTIVE" (same as reserved, but address is currently in use), "ASSIGNED" (assigned manually or by some other mechanism), "UNASSIGNED", "NOTASSIGNABLE".'
  108. SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE )
  109. attributetype ( 2.16.840.1.113719.1.203.4.23
  110. NAME 'dhcpExpirationTime'
  111. EQUALITY integerMatch
  112. DESC 'This is the time the current lease for an address expires.'
  113. SYNTAX 1.3.6.1.4.1.1466.115.121.1.24 SINGLE-VALUE )
  114. attributetype ( 2.16.840.1.113719.1.203.4.24
  115. NAME 'dhcpStartTimeOfState'
  116. EQUALITY integerMatch
  117. DESC 'This is the time of the last state change for a leased address.'
  118. SYNTAX 1.3.6.1.4.1.1466.115.121.1.24 SINGLE-VALUE )
  119. attributetype ( 2.16.840.1.113719.1.203.4.25
  120. NAME 'dhcpLastTransactionTime'
  121. EQUALITY integerMatch
  122. DESC 'This is the last time a valid DHCP packet was received from the client.'
  123. SYNTAX 1.3.6.1.4.1.1466.115.121.1.24 SINGLE-VALUE )
  124. attributetype ( 2.16.840.1.113719.1.203.4.26
  125. NAME 'dhcpBootpFlag'
  126. EQUALITY integerMatch
  127. DESC 'This indicates whether the address was assigned via BOOTP.'
  128. SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 SINGLE-VALUE )
  129. attributetype ( 2.16.840.1.113719.1.203.4.27
  130. NAME 'dhcpDomainName'
  131. EQUALITY caseIgnoreIA5Match
  132. DESC 'This is the name of the domain sent to the client by the server. It is essentially the same as the value for DHCP option 15 sent to the client, and represents only the domain - not the full FQDN. To obtain the full FQDN assigned to the client you must prepend the "dhcpAssignedHostName" to this value with a ".".'
  133. SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE )
  134. attributetype ( 2.16.840.1.113719.1.203.4.28
  135. NAME 'dhcpDnsStatus'
  136. EQUALITY integerMatch
  137. DESC 'This indicates the status of updating DNS resource records on behalf of the client by the DHCP server for this address. The value is a 16-bit bitmask.'
  138. SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE )
  139. attributetype ( 2.16.840.1.113719.1.203.4.29
  140. NAME 'dhcpRequestedHostName'
  141. EQUALITY caseIgnoreIA5Match
  142. DESC 'This is the hostname that was requested by the client.'
  143. SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE )
  144. attributetype ( 2.16.840.1.113719.1.203.4.30
  145. NAME 'dhcpAssignedHostName'
  146. EQUALITY caseIgnoreIA5Match
  147. DESC 'This is the actual hostname that was assigned to a client. It may not be the name that was requested by the client. The fully qualified domain name can be determined by appending the value of "dhcpDomainName" (with a dot separator) to this name.'
  148. SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE )
  149. attributetype ( 2.16.840.1.113719.1.203.4.31
  150. NAME 'dhcpReservedForClient'
  151. EQUALITY distinguishedNameMatch
  152. DESC 'The distinguished name of a "dhcpClient" that an address is reserved for. This may not be the same as the "dhcpAssignedToClient" attribute if the address is being reassigned but the current lease has not yet expired.'
  153. SYNTAX 1.3.6.1.4.1.1466.115.121.1.12 SINGLE-VALUE )
  154. attributetype ( 2.16.840.1.113719.1.203.4.32
  155. NAME 'dhcpAssignedToClient'
  156. EQUALITY distinguishedNameMatch
  157. DESC 'This is the distinguished name of a "dhcpClient" that an address is currently assigned to. This attribute is only present in the class when the address is leased.'
  158. SYNTAX 1.3.6.1.4.1.1466.115.121.1.12 SINGLE-VALUE )
  159. attributetype ( 2.16.840.1.113719.1.203.4.33
  160. NAME 'dhcpRelayAgentInfo'
  161. EQUALITY caseIgnoreIA5Match
  162. DESC 'If the client request was received via a relay agent, this contains information about the relay agent that was available from the DHCP request. This is a hex-encoded option value.'
  163. SYNTAX 1.3.6.1.4.1.1466.115.121.1.40 SINGLE-VALUE )
  164. attributetype ( 2.16.840.1.113719.1.203.4.34
  165. NAME 'dhcpHWAddress'
  166. EQUALITY caseIgnoreIA5Match
  167. DESC 'The clients hardware address that requested this IP address.'
  168. SYNTAX 1.3.6.1.4.1.1466.115.121.1.40 SINGLE-VALUE )
  169. attributetype ( 2.16.840.1.113719.1.203.4.35
  170. NAME 'dhcpHashBucketAssignment'
  171. EQUALITY caseIgnoreIA5Match
  172. DESC 'HashBucketAssignment bit map for the DHCP Server, as defined in DHC Load Balancing Algorithm [RFC 3074].'
  173. SYNTAX 1.3.6.1.4.1.1466.115.121.1.40 SINGLE-VALUE )
  174. attributetype ( 2.16.840.1.113719.1.203.4.36
  175. NAME 'dhcpDelayedServiceParameter'
  176. EQUALITY integerMatch
  177. DESC 'Delay in seconds corresponding to Delayed Service Parameter configuration, as defined in DHC Load Balancing Algorithm [RFC 3074]. '
  178. SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE )
  179. attributetype ( 2.16.840.1.113719.1.203.4.37
  180. NAME 'dhcpMaxClientLeadTime'
  181. EQUALITY integerMatch
  182. DESC 'Maximum Client Lead Time configuration in seconds, as defined in DHCP Failover Protocol [FAILOVR]'
  183. SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE )
  184. attributetype ( 2.16.840.1.113719.1.203.4.38
  185. NAME 'dhcpFailOverEndpointState'
  186. EQUALITY integerMatch
  187. DESC 'Server (Failover Endpoint) state, as defined in DHCP Failover Protocol [FAILOVR]'
  188. SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE )
  189. attributetype ( 2.16.840.1.113719.1.203.4.39
  190. NAME 'dhcpErrorLog'
  191. EQUALITY caseIgnoreIA5Match
  192. DESC 'Generic error log attribute that allows logging error conditions within a dhcpService or a dhcpSubnet, like no IP addresses available for lease.'
  193. SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE )
  194. # Classes
  195. objectclass ( 2.16.840.1.113719.1.203.6.1
  196. NAME 'dhcpService'
  197. DESC 'Service object that represents the actual DHCP Service configuration. This is a container object.'
  198. SUP top
  199. MUST (cn $ dhcpPrimaryDN)
  200. MAY ( dhcpSecondaryDN $ dhcpSharedNetworkDN $ dhcpSubnetDN $
  201. dhcpGroupDN $ dhcpHostDN $ dhcpClassesDN $ dhcpOptionsDN $
  202. dhcpStatements ) )
  203. objectclass ( 2.16.840.1.113719.1.203.6.2
  204. NAME 'dhcpSharedNetwork'
  205. DESC 'This stores configuration information for a shared network.'
  206. SUP top
  207. MUST cn
  208. MAY ( dhcpSubnetDN $ dhcpPoolDN $ dhcpOptionsDN $ dhcpStatements)
  209. X-NDS_CONTAINMENT ('dhcpService' ) )
  210. objectclass ( 2.16.840.1.113719.1.203.6.3
  211. NAME 'dhcpSubnet'
  212. DESC 'This class defines a subnet. This is a container object.'
  213. SUP top
  214. MUST ( cn $ dhcpNetMask )
  215. MAY ( dhcpRange $ dhcpPoolDN $ dhcpGroupDN $ dhcpHostDN $
  216. dhcpClassesDN $ dhcpLeasesDN $ dhcpOptionsDN $ dhcpStatements)
  217. X-NDS_CONTAINMENT ('dhcpService' 'dhcpSharedNetwork') )
  218. objectclass ( 2.16.840.1.113719.1.203.6.4
  219. NAME 'dhcpPool'
  220. DESC 'This stores configuration information about a pool.'
  221. SUP top
  222. MUST ( cn $ dhcpRange )
  223. MAY (dhcpClassesDN $ dhcpPermitList $ dhcpLeasesDN $ dhcpOptionsDN $
  224. dhcpStatements)
  225. X-NDS_CONTAINMENT ('dhcpSubnet' 'dhcpSharedNetwork') )
  226. objectclass ( 2.16.840.1.113719.1.203.6.5
  227. NAME 'dhcpGroup'
  228. DESC 'Group object that lists host DNs and parameters. This is a container object.'
  229. SUP top
  230. MUST cn
  231. MAY ( dhcpHostDN $ dhcpOptionsDN $ dhcpStatements )
  232. X-NDS_CONTAINMENT ('dhcpSubnet' 'dhcpService' ) )
  233. objectclass ( 2.16.840.1.113719.1.203.6.6
  234. NAME 'dhcpHost'
  235. DESC 'This represents information about a particular client'
  236. SUP top
  237. MUST cn
  238. MAY (dhcpLeaseDN $ dhcpHWAddress $ dhcpOptionsDN $ dhcpStatements)
  239. X-NDS_CONTAINMENT ('dhcpService' 'dhcpSubnet' 'dhcpGroup') )
  240. objectclass ( 2.16.840.1.113719.1.203.6.7
  241. NAME 'dhcpClass'
  242. DESC 'Represents information about a collection of related clients.'
  243. SUP top
  244. MUST cn
  245. MAY (dhcpSubClassesDN $ dhcpOptionsDN $ dhcpStatements)
  246. X-NDS_CONTAINMENT ('dhcpService' 'dhcpSubnet' ) )
  247. objectclass ( 2.16.840.1.113719.1.203.6.8
  248. NAME 'dhcpSubClass'
  249. DESC 'Represents information about a collection of related classes.'
  250. SUP top
  251. MUST cn
  252. MAY (dhcpClassData $ dhcpOptionsDN $ dhcpStatements)
  253. X-NDS_CONTAINMENT 'dhcpClass' )
  254. objectclass ( 2.16.840.1.113719.1.203.6.9
  255. NAME 'dhcpOptions'
  256. DESC 'Represents information about a collection of options defined.'
  257. SUP top
  258. AUXILIARY
  259. MUST cn
  260. MAY ( dhcpOption )
  261. X-NDS_CONTAINMENT ('dhcpService' 'dhcpSharedNetwork' 'dhcpSubnet'
  262. 'dhcpPool' 'dhcpGroup' 'dhcpHost' 'dhcpClass' ) )
  263. objectclass ( 2.16.840.1.113719.1.203.6.10
  264. NAME 'dhcpLeases'
  265. DESC 'This class represents an IP Address, which may or may not have been leased.'
  266. SUP top
  267. MUST ( cn $ dhcpAddressState )
  268. MAY ( dhcpExpirationTime $ dhcpStartTimeOfState $
  269. dhcpLastTransactionTime $ dhcpBootpFlag $ dhcpDomainName $
  270. dhcpDnsStatus $ dhcpRequestedHostName $ dhcpAssignedHostName $
  271. dhcpReservedForClient $ dhcpAssignedToClient $
  272. dhcpRelayAgentInfo $ dhcpHWAddress )
  273. X-NDS_CONTAINMENT ( 'dhcpService' 'dhcpSubnet' 'dhcpPool') )
  274. objectclass ( 2.16.840.1.113719.1.203.6.11
  275. NAME 'dhcpLog'
  276. DESC 'This is the object that holds past information about the IP address. The cn is the time/date stamp when the address was assigned or released, the address state at the time, if the address was assigned or released.'
  277. SUP top
  278. MUST ( cn )
  279. MAY ( dhcpAddressState $ dhcpExpirationTime $ dhcpStartTimeOfState $
  280. dhcpLastTransactionTime $ dhcpBootpFlag $ dhcpDomainName $
  281. dhcpDnsStatus $ dhcpRequestedHostName $ dhcpAssignedHostName $
  282. dhcpReservedForClient $ dhcpAssignedToClient $
  283. dhcpRelayAgentInfo $ dhcpHWAddress $ dhcpErrorLog)
  284. X-NDS_CONTAINMENT ('dhcpLeases' 'dhcpPool' 'dhcpSubnet'
  285. 'dhcpSharedNetwork' 'dhcpService' ) )
  286. objectclass ( 2.16.840.1.113719.1.203.6.12
  287. NAME 'dhcpServer'
  288. DESC 'DHCP Server Object'
  289. SUP top
  290. MUST (cn $ dhcpServiceDN)
  291. MAY (dhcpVersion $ dhcpImplementation $ dhcpHashBucketAssignment $ dhcpDelayedServiceParameter $ dhcpMaxClientLeadTime $ dhcpFailOverEndpointState $ dhcpStatements)
  292. X-NDS_CONTAINMENT ('o' 'ou' 'dc') )