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