Adding schema and entries to samba4

William Brown william.e.brown at adelaide.edu.au
Sun Aug 26 19:49:09 MDT 2012


Hi,

I have been experimenting with the possibility of adding the ISC-DHCP
ldap schema to samba4. I have created such a schema, and it appears to
import correctly (Albeit, in two steps - It seems with ldbadd you can't
add attributes and classes in a single operation if the classes rely on
the attributes existing.) Find the schema attached.

This was added to a fresh provision of samba4 (cbecd15 HEAD@{0}: clone:
from git://git.samba.org/samba.git)

/usr/samba4/sbin/provision --realm=dev.firstyear.id.au --domain=DEV
--adminpass= --server-role=dc --dns-backend=SAMBA_INTERNAL
/usr/samba4/bin/ldbmodify -H /usr/samba4/private/sam.ldb
/root/ad-schema.ldif.txt --option="dsdb:schema update allowed"=true
/usr/samba4/bin/ldbmodify -H /usr/samba4/private/sam.ldb
/root/ad-schema.classes.ldif --option="dsdb:schema update allowed"=true

Once these attributes and classes are added, I attempt to add some
objects using these new entries. However, I receive the following error
on entries that include the new schema objects. Find the ldif I attempt
to load attached.

adding new entry
"cn=samba4dhcp.dev.firstyear.id.au,cn=v4,cn=servers,cn=isc,cn=dhcp,dc=dev,dc=firstyear,dc=id,dc=au"
ldap_add: Naming violation (64)
	additional info: 00002037: structural objectClass dhcpServer is not a
valid child class for
CN=v4,CN=servers,CN=isc,CN=dhcp,DC=dev,DC=firstyear,DC=id,DC=au

Have I made a mistake in my schema, or my ldif for loading. The same
ldif appears to work on 389ds, with the same schema. Or is this a known
issue with the addition of schemas in samba4?

-- 
Sincerely,

William Brown

Research & Teaching, Technology Services
The University of Adelaide, AUSTRALIA 5005

CRICOS Provider Number 00123M
-----------------------------------------------------------------------------
IMPORTANT: This message may contain confidential or legally privileged
information. If you think it was sent to you by mistake, please delete all
copies and advise the sender. For the purposes of the SPAM Act 2003, this
email is authorised by The University of Adelaide.

pgp.mit.edu
http://pgp.mit.edu:11371/pks/lookup?op=vindex&search=0x3C0AC6DAB2F928A2
-------------- next part --------------
dn: cn=dhcpPrimaryDN,cn=Schema,cn=Configuration,dc=dev,dc=firstyear,dc=id,dc=au
objectClass: top
objectClass: attributeSchema
oMSyntax: 127
cn: dhcpPrimaryDN
attributeSyntax: 2.5.5.1
isSingleValued: TRUE
adminDescription: The DN of the dhcpServer which is the primary server for the configuration.
systemOnly: FALSE
lDAPDisplayName: dhcpPrimaryDN
attributeID: 2.16.840.1.113719.1.203.4.1

dn: cn=dhcpSecondaryDN,cn=Schema,cn=Configuration,dc=dev,dc=firstyear,dc=id,dc=au
objectClass: top
objectClass: attributeSchema
oMSyntax: 127
cn: dhcpSecondaryDN
attributeSyntax: 2.5.5.1
isSingleValued: FALSE
adminDescription: The DN of dhcpServer(s) which provide backup service for the configuration.
systemOnly: FALSE
lDAPDisplayName: dhcpSecondaryDN
attributeID: 2.16.840.1.113719.1.203.4.2

dn: cn=dhcpStatements,cn=Schema,cn=Configuration,dc=dev,dc=firstyear,dc=id,dc=au
objectClass: top
objectClass: attributeSchema
oMSyntax: 22
cn: dhcpStatements
attributeSyntax: 2.5.5.5
isSingleValued: FALSE
adminDescription: 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.
systemOnly: FALSE
lDAPDisplayName: dhcpStatements
attributeID: 2.16.840.1.113719.1.203.4.3

dn: cn=dhcpRange,cn=Schema,cn=Configuration,dc=dev,dc=firstyear,dc=id,dc=au
objectClass: top
objectClass: attributeSchema
oMSyntax: 22
cn: dhcpRange
attributeSyntax: 2.5.5.5
isSingleValued: FALSE
adminDescription: 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.
systemOnly: FALSE
lDAPDisplayName: dhcpRange
attributeID: 2.16.840.1.113719.1.203.4.4

dn: cn=dhcpPermitList,cn=Schema,cn=Configuration,dc=dev,dc=firstyear,dc=id,dc=au
objectClass: top
objectClass: attributeSchema
oMSyntax: 22
cn: dhcpPermitList
attributeSyntax: 2.5.5.5
isSingleValued: FALSE
adminDescription: This attribute contains the permit lists associated with a pool. Each permit list is defined as a separate value.
systemOnly: FALSE
lDAPDisplayName: dhcpPermitList
attributeID: 2.16.840.1.113719.1.203.4.5

dn: cn=dhcpNetMask,cn=Schema,cn=Configuration,dc=dev,dc=firstyear,dc=id,dc=au
objectClass: top
objectClass: attributeSchema
oMSyntax: 2
cn: dhcpNetMask
attributeSyntax: 2.5.5.9
isSingleValued: TRUE
adminDescription: The subnet mask length for the subnet. The mask can be easily computed from this length.
systemOnly: FALSE
lDAPDisplayName: dhcpNetMask
attributeID: 2.16.840.1.113719.1.203.4.6

dn: cn=dhcpOption,cn=Schema,cn=Configuration,dc=dev,dc=firstyear,dc=id,dc=au
objectClass: top
objectClass: attributeSchema
oMSyntax: 22
cn: dhcpOption
attributeSyntax: 2.5.5.5
isSingleValued: FALSE
adminDescription: 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.
systemOnly: FALSE
lDAPDisplayName: dhcpOption
attributeID: 2.16.840.1.113719.1.203.4.7

dn: cn=dhcpClassData,cn=Schema,cn=Configuration,dc=dev,dc=firstyear,dc=id,dc=au
objectClass: top
objectClass: attributeSchema
oMSyntax: 22
cn: dhcpClassData
attributeSyntax: 2.5.5.5
isSingleValued: TRUE
adminDescription: 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.
systemOnly: FALSE
lDAPDisplayName: dhcpClassData
attributeID: 2.16.840.1.113719.1.203.4.8

dn: cn=dhcpOptionsDN,cn=Schema,cn=Configuration,dc=dev,dc=firstyear,dc=id,dc=au
objectClass: top
objectClass: attributeSchema
oMSyntax: 127
cn: dhcpOptionsDN
attributeSyntax: 2.5.5.1
isSingleValued: FALSE
adminDescription: The distinguished name(s) of the dhcpOption objects containing the configuration options provided by the server.
systemOnly: FALSE
lDAPDisplayName: dhcpOptionsDN
attributeID: 2.16.840.1.113719.1.203.4.9

dn: cn=dhcpHostDN,cn=Schema,cn=Configuration,dc=dev,dc=firstyear,dc=id,dc=au
objectClass: top
objectClass: attributeSchema
oMSyntax: 127
cn: dhcpHostDN
attributeSyntax: 2.5.5.1
isSingleValued: FALSE
adminDescription: the distinguished name(s) of the dhcpHost objects.
systemOnly: FALSE
lDAPDisplayName: dhcpHostDN
attributeID: 2.16.840.1.113719.1.203.4.10

dn: cn=dhcpPoolDN,cn=Schema,cn=Configuration,dc=dev,dc=firstyear,dc=id,dc=au
objectClass: top
objectClass: attributeSchema
oMSyntax: 127
cn: dhcpPoolDN
attributeSyntax: 2.5.5.1
isSingleValued: FALSE
adminDescription: The distinguished name(s) of pools.
systemOnly: FALSE
lDAPDisplayName: dhcpPoolDN
attributeID: 2.16.840.1.113719.1.203.4.11

dn: cn=dhcpGroupDN,cn=Schema,cn=Configuration,dc=dev,dc=firstyear,dc=id,dc=au
objectClass: top
objectClass: attributeSchema
oMSyntax: 127
cn: dhcpGroupDN
attributeSyntax: 2.5.5.1
isSingleValued: FALSE
adminDescription: The distinguished name(s) of the groups.
systemOnly: FALSE
lDAPDisplayName: dhcpGroupDN
attributeID: 2.16.840.1.113719.1.203.4.12

dn: cn=dhcpSubnetDN,cn=Schema,cn=Configuration,dc=dev,dc=firstyear,dc=id,dc=au
objectClass: top
objectClass: attributeSchema
oMSyntax: 127
cn: dhcpSubnetDN
attributeSyntax: 2.5.5.1
isSingleValued: FALSE
adminDescription: The distinguished name(s) of the subnets.
systemOnly: FALSE
lDAPDisplayName: dhcpSubnetDN
attributeID: 2.16.840.1.113719.1.203.4.13

dn: cn=dhcpLeaseDN,cn=Schema,cn=Configuration,dc=dev,dc=firstyear,dc=id,dc=au
objectClass: top
objectClass: attributeSchema
oMSyntax: 127
cn: dhcpLeaseDN
attributeSyntax: 2.5.5.1
isSingleValued: TRUE
adminDescription: The distinguished name of a client address.
systemOnly: FALSE
lDAPDisplayName: dhcpLeaseDN
attributeID: 2.16.840.1.113719.1.203.4.14

dn: cn=dhcpLeasesDN,cn=Schema,cn=Configuration,dc=dev,dc=firstyear,dc=id,dc=au
objectClass: top
objectClass: attributeSchema
oMSyntax: 127
cn: dhcpLeasesDN
attributeSyntax: 2.5.5.1
isSingleValued: FALSE
adminDescription: The distinguished name(s) client addresses.
systemOnly: FALSE
lDAPDisplayName: dhcpLeasesDN
attributeID: 2.16.840.1.113719.1.203.4.15

dn: cn=dhcpClassesDN,cn=Schema,cn=Configuration,dc=dev,dc=firstyear,dc=id,dc=au
objectClass: top
objectClass: attributeSchema
oMSyntax: 127
cn: dhcpClassesDN
attributeSyntax: 2.5.5.1
isSingleValued: FALSE
adminDescription: The distinguished name(s) of a class(es) in a subclass.
systemOnly: FALSE
lDAPDisplayName: dhcpClassesDN
attributeID: 2.16.840.1.113719.1.203.4.16

dn: cn=dhcpSubclassesDN,cn=Schema,cn=Configuration,dc=dev,dc=firstyear,dc=id,dc=au
objectClass: top
objectClass: attributeSchema
oMSyntax: 127
cn: dhcpSubclassesDN
attributeSyntax: 2.5.5.1
isSingleValued: FALSE
adminDescription: The distinguished name(s) of subclass(es).
systemOnly: FALSE
lDAPDisplayName: dhcpSubclassesDN
attributeID: 2.16.840.1.113719.1.203.4.17

dn: cn=dhcpSharedNetworkDN,cn=Schema,cn=Configuration,dc=dev,dc=firstyear,dc=id,dc=au
objectClass: top
objectClass: attributeSchema
oMSyntax: 127
cn: dhcpSharedNetworkDN
attributeSyntax: 2.5.5.1
isSingleValued: FALSE
adminDescription: The distinguished name(s) of sharedNetworks.
systemOnly: FALSE
lDAPDisplayName: dhcpSharedNetworkDN
attributeID: 2.16.840.1.113719.1.203.4.18

dn: cn=dhcpServiceDN,cn=Schema,cn=Configuration,dc=dev,dc=firstyear,dc=id,dc=au
objectClass: top
objectClass: attributeSchema
oMSyntax: 127
cn: dhcpServiceDN
attributeSyntax: 2.5.5.1
isSingleValued: FALSE
adminDescription: 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.
systemOnly: FALSE
lDAPDisplayName: dhcpServiceDN
attributeID: 2.16.840.1.113719.1.203.4.19

dn: cn=dhcpVersion,cn=Schema,cn=Configuration,dc=dev,dc=firstyear,dc=id,dc=au
objectClass: top
objectClass: attributeSchema
oMSyntax: 22
cn: dhcpVersion
attributeSyntax: 2.5.5.5
isSingleValued: TRUE
adminDescription: The version attribute of this object.
systemOnly: FALSE
lDAPDisplayName: dhcpVersion
attributeID: 2.16.840.1.113719.1.203.4.20

dn: cn=dhcpImplementation,cn=Schema,cn=Configuration,dc=dev,dc=firstyear,dc=id,dc=au
objectClass: top
objectClass: attributeSchema
oMSyntax: 22
cn: dhcpImplementation
attributeSyntax: 2.5.5.5
isSingleValued: TRUE
adminDescription: Description of the DHCP Server implementation e.g. DHCP Servers vendor.
systemOnly: FALSE
lDAPDisplayName: dhcpImplementation
attributeID: 2.16.840.1.113719.1.203.4.21

dn: cn=dhcpAddressState,cn=Schema,cn=Configuration,dc=dev,dc=firstyear,dc=id,dc=au
objectClass: top
objectClass: attributeSchema
oMSyntax: 22
cn: dhcpAddressState
attributeSyntax: 2.5.5.5
isSingleValued: TRUE
adminDescription: 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".
systemOnly: FALSE
lDAPDisplayName: dhcpAddressState
attributeID: 2.16.840.1.113719.1.203.4.22

dn: cn=dhcpExpirationTime,cn=Schema,cn=Configuration,dc=dev,dc=firstyear,dc=id,dc=au
objectClass: top
objectClass: attributeSchema
oMSyntax: 24
cn: dhcpExpirationTime
attributeSyntax: 2.5.5.11
isSingleValued: TRUE
adminDescription: This is the time the current lease for an address expires.
systemOnly: FALSE
lDAPDisplayName: dhcpExpirationTime
attributeID: 2.16.840.1.113719.1.203.4.23

dn: cn=dhcpStartTimeOfState,cn=Schema,cn=Configuration,dc=dev,dc=firstyear,dc=id,dc=au
objectClass: top
objectClass: attributeSchema
oMSyntax: 24
cn: dhcpStartTimeOfState
attributeSyntax: 2.5.5.11
isSingleValued: TRUE
adminDescription: This is the time of the last state change for a leased address.
systemOnly: FALSE
lDAPDisplayName: dhcpStartTimeOfState
attributeID: 2.16.840.1.113719.1.203.4.24

dn: cn=dhcpLastTransactionTime,cn=Schema,cn=Configuration,dc=dev,dc=firstyear,dc=id,dc=au
objectClass: top
objectClass: attributeSchema
oMSyntax: 24
cn: dhcpLastTransactionTime
attributeSyntax: 2.5.5.11
isSingleValued: TRUE
adminDescription: This is the last time a valid DHCP packet was received from the client.
systemOnly: FALSE
lDAPDisplayName: dhcpLastTransactionTime
attributeID: 2.16.840.1.113719.1.203.4.25

dn: cn=dhcpBootpFlag,cn=Schema,cn=Configuration,dc=dev,dc=firstyear,dc=id,dc=au
objectClass: top
objectClass: attributeSchema
oMSyntax: 1
cn: dhcpBootpFlag
attributeSyntax: 2.5.5.8
isSingleValued: TRUE
adminDescription: This indicates whether the address was assigned via BOOTP.
systemOnly: FALSE
lDAPDisplayName: dhcpBootpFlag
attributeID: 2.16.840.1.113719.1.203.4.26

dn: cn=dhcpDomainName,cn=Schema,cn=Configuration,dc=dev,dc=firstyear,dc=id,dc=au
objectClass: top
objectClass: attributeSchema
oMSyntax: 22
cn: dhcpDomainName
attributeSyntax: 2.5.5.5
isSingleValued: TRUE
adminDescription: 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 ".".
systemOnly: FALSE
lDAPDisplayName: dhcpDomainName
attributeID: 2.16.840.1.113719.1.203.4.27

dn: cn=dhcpDnsStatus,cn=Schema,cn=Configuration,dc=dev,dc=firstyear,dc=id,dc=au
objectClass: top
objectClass: attributeSchema
oMSyntax: 2
cn: dhcpDnsStatus
attributeSyntax: 2.5.5.9
isSingleValued: TRUE
adminDescription: 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.
systemOnly: FALSE
lDAPDisplayName: dhcpDnsStatus
attributeID: 2.16.840.1.113719.1.203.4.28

dn: cn=dhcpRequestedHostName,cn=Schema,cn=Configuration,dc=dev,dc=firstyear,dc=id,dc=au
objectClass: top
objectClass: attributeSchema
oMSyntax: 22
cn: dhcpRequestedHostName
attributeSyntax: 2.5.5.5
isSingleValued: TRUE
adminDescription: This is the hostname that was requested by the client.
systemOnly: FALSE
lDAPDisplayName: dhcpRequestedHostName
attributeID: 2.16.840.1.113719.1.203.4.29

dn: cn=dhcpAssignedHostName,cn=Schema,cn=Configuration,dc=dev,dc=firstyear,dc=id,dc=au
objectClass: top
objectClass: attributeSchema
oMSyntax: 22
cn: dhcpAssignedHostName
attributeSyntax: 2.5.5.5
isSingleValued: TRUE
adminDescription: 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.
systemOnly: FALSE
lDAPDisplayName: dhcpAssignedHostName
attributeID: 2.16.840.1.113719.1.203.4.30

dn: cn=dhcpReservedForClient,cn=Schema,cn=Configuration,dc=dev,dc=firstyear,dc=id,dc=au
objectClass: top
objectClass: attributeSchema
oMSyntax: 127
cn: dhcpReservedForClient
attributeSyntax: 2.5.5.1
isSingleValued: TRUE
adminDescription: 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.
systemOnly: FALSE
lDAPDisplayName: dhcpReservedForClient
attributeID: 2.16.840.1.113719.1.203.4.31

dn: cn=dhcpAssignedToClient,cn=Schema,cn=Configuration,dc=dev,dc=firstyear,dc=id,dc=au
objectClass: top
objectClass: attributeSchema
oMSyntax: 127
cn: dhcpAssignedToClient
attributeSyntax: 2.5.5.1
isSingleValued: TRUE
adminDescription: 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.
systemOnly: FALSE
lDAPDisplayName: dhcpAssignedToClient
attributeID: 2.16.840.1.113719.1.203.4.32

dn: cn=dhcpRelayAgentInfo,cn=Schema,cn=Configuration,dc=dev,dc=firstyear,dc=id,dc=au
objectClass: top
objectClass: attributeSchema
oMSyntax: 4
cn: dhcpRelayAgentInfo
attributeSyntax: 2.5.5.10
isSingleValued: TRUE
adminDescription: 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.
systemOnly: FALSE
lDAPDisplayName: dhcpRelayAgentInfo
attributeID: 2.16.840.1.113719.1.203.4.33

dn: cn=dhcpHWAddress,cn=Schema,cn=Configuration,dc=dev,dc=firstyear,dc=id,dc=au
objectClass: top
objectClass: attributeSchema
oMSyntax: 22
cn: dhcpHWAddress
attributeSyntax: 2.5.5.5
isSingleValued: TRUE
adminDescription: The clients hardware address that requested this IP address.
systemOnly: FALSE
lDAPDisplayName: dhcpHWAddress
attributeID: 2.16.840.1.113719.1.203.4.34

dn: cn=dhcpHashBucketAssignment,cn=Schema,cn=Configuration,dc=dev,dc=firstyear,dc=id,dc=au
objectClass: top
objectClass: attributeSchema
oMSyntax: 4
cn: dhcpHashBucketAssignment
attributeSyntax: 2.5.5.10
isSingleValued: TRUE
adminDescription: HashBucketAssignment bit map for the DHCP Server, as defined in DHC Load Balancing Algorithm [RFC 3074].
systemOnly: FALSE
lDAPDisplayName: dhcpHashBucketAssignment
attributeID: 2.16.840.1.113719.1.203.4.35

dn: cn=dhcpDelayedServiceParameter,cn=Schema,cn=Configuration,dc=dev,dc=firstyear,dc=id,dc=au
objectClass: top
objectClass: attributeSchema
oMSyntax: 2
cn: dhcpDelayedServiceParameter
attributeSyntax: 2.5.5.9
isSingleValued: TRUE
adminDescription: Delay in seconds corresponding to Delayed Service Parameter configuration, as defined in DHC Load Balancing Algorithm [RFC 3074]. 
systemOnly: FALSE
lDAPDisplayName: dhcpDelayedServiceParameter
attributeID: 2.16.840.1.113719.1.203.4.36

dn: cn=dhcpMaxClientLeadTime,cn=Schema,cn=Configuration,dc=dev,dc=firstyear,dc=id,dc=au
objectClass: top
objectClass: attributeSchema
oMSyntax: 2
cn: dhcpMaxClientLeadTime
attributeSyntax: 2.5.5.9
isSingleValued: TRUE
adminDescription: Maximum Client Lead Time configuration in seconds, as defined in DHCP Failover Protocol [FAILOVR]
systemOnly: FALSE
lDAPDisplayName: dhcpMaxClientLeadTime
attributeID: 2.16.840.1.113719.1.203.4.37

dn: cn=dhcpFailOverEndpointState,cn=Schema,cn=Configuration,dc=dev,dc=firstyear,dc=id,dc=au
objectClass: top
objectClass: attributeSchema
oMSyntax: 22
cn: dhcpFailOverEndpointState
attributeSyntax: 2.5.5.5
isSingleValued: TRUE
adminDescription: Server (Failover Endpoint) state, as defined in DHCP Failover Protocol [FAILOVR]
systemOnly: FALSE
lDAPDisplayName: dhcpFailOverEndpointState
attributeID: 2.16.840.1.113719.1.203.4.38

dn: cn=dhcpErrorLog,cn=Schema,cn=Configuration,dc=dev,dc=firstyear,dc=id,dc=au
objectClass: top
objectClass: attributeSchema
oMSyntax: 22
cn: dhcpErrorLog
attributeSyntax: 2.5.5.5
isSingleValued: TRUE
adminDescription: Generic error log attribute that allows logging error conditions within a dhcpService or a dhcpSubnet, like no IP addresses available for lease.
systemOnly: FALSE
lDAPDisplayName: dhcpErrorLog
attributeID: 2.16.840.1.113719.1.203.4.39

dn: cn=dhcpLocatorDN,cn=Schema,cn=Configuration,dc=dev,dc=firstyear,dc=id,dc=au
objectClass: top
objectClass: attributeSchema
oMSyntax: 127
cn: dhcpLocatorDN
attributeSyntax: 2.5.5.1
isSingleValued: FALSE
adminDescription: The DN of dhcpLocator object which contain the DNs of all DHCP configuration objects. There will be a single dhcpLocator object in the tree with links to all the DHCP objects in the tree
systemOnly: FALSE
lDAPDisplayName: dhcpLocatorDN
attributeID: 2.16.840.1.113719.1.203.4.40

dn: cn=dhcpKeyAlgorithm,cn=Schema,cn=Configuration,dc=dev,dc=firstyear,dc=id,dc=au
objectClass: top
objectClass: attributeSchema
oMSyntax: 22
cn: dhcpKeyAlgorithm
attributeSyntax: 2.5.5.5
isSingleValued: TRUE
adminDescription: Algorithm to generate TSIG Key
systemOnly: FALSE
lDAPDisplayName: dhcpKeyAlgorithm
attributeID: 2.16.840.1.113719.1.203.4.41

dn: cn=dhcpKeySecret,cn=Schema,cn=Configuration,dc=dev,dc=firstyear,dc=id,dc=au
objectClass: top
objectClass: attributeSchema
oMSyntax: 4
cn: dhcpKeySecret
attributeSyntax: 2.5.5.10
isSingleValued: TRUE
adminDescription: Secret to generate TSIG Key
systemOnly: FALSE
lDAPDisplayName: dhcpKeySecret
attributeID: 2.16.840.1.113719.1.203.4.42

dn: cn=dhcpDnsZoneServer,cn=Schema,cn=Configuration,dc=dev,dc=firstyear,dc=id,dc=au
objectClass: top
objectClass: attributeSchema
oMSyntax: 22
cn: dhcpDnsZoneServer
attributeSyntax: 2.5.5.5
isSingleValued: TRUE
adminDescription: Master server of the DNS Zone
systemOnly: FALSE
lDAPDisplayName: dhcpDnsZoneServer
attributeID: 2.16.840.1.113719.1.203.4.43

dn: cn=dhcpKeyDN,cn=Schema,cn=Configuration,dc=dev,dc=firstyear,dc=id,dc=au
objectClass: top
objectClass: attributeSchema
oMSyntax: 127
cn: dhcpKeyDN
attributeSyntax: 2.5.5.1
isSingleValued: FALSE
adminDescription: The DNs of TSIG Key to use in secure dynamic updates. In case of locator object, this will be list of TSIG keys. In case of DHCP Service, Shared Network, Subnet and DNS Zone, it will be a single key.
systemOnly: FALSE
lDAPDisplayName: dhcpKeyDN
attributeID: 2.16.840.1.113719.1.203.4.44

dn: cn=dhcpZoneDN,cn=Schema,cn=Configuration,dc=dev,dc=firstyear,dc=id,dc=au
objectClass: top
objectClass: attributeSchema
oMSyntax: 127
cn: dhcpZoneDN
attributeSyntax: 2.5.5.1
isSingleValued: FALSE
adminDescription: The DNs of DNS Zone. In case of locator object, this will be list of DNS Zones in the tree. In case of DHCP Service, Shared Network and Subnet, it will be a single DNS Zone.
systemOnly: FALSE
lDAPDisplayName: dhcpZoneDN
attributeID: 2.16.840.1.113719.1.203.4.45

dn: cn=dhcpFailOverPrimaryServer,cn=Schema,cn=Configuration,dc=dev,dc=firstyear,dc=id,dc=au
objectClass: top
objectClass: attributeSchema
oMSyntax: 22
cn: dhcpFailOverPrimaryServer
attributeSyntax: 2.5.5.5
isSingleValued: FALSE
adminDescription: IP address or DNS name of the server playing primary role in DHC Load Balancing and Fail over.
systemOnly: FALSE
lDAPDisplayName: dhcpFailOverPrimaryServer
attributeID: 2.16.840.1.113719.1.203.4.46

dn: cn=dhcpFailOverSecondaryServer,cn=Schema,cn=Configuration,dc=dev,dc=firstyear,dc=id,dc=au
objectClass: top
objectClass: attributeSchema
oMSyntax: 22
cn: dhcpFailOverSecondaryServer
attributeSyntax: 2.5.5.5
isSingleValued: FALSE
adminDescription: IP address or DNS name of the server playing secondary role in DHC Load Balancing and Fail over.
systemOnly: FALSE
lDAPDisplayName: dhcpFailOverSecondaryServer
attributeID: 2.16.840.1.113719.1.203.4.47

dn: cn=dhcpFailOverPrimaryPort,cn=Schema,cn=Configuration,dc=dev,dc=firstyear,dc=id,dc=au
objectClass: top
objectClass: attributeSchema
oMSyntax: 2
cn: dhcpFailOverPrimaryPort
attributeSyntax: 2.5.5.9
isSingleValued: FALSE
adminDescription: Port on which primary server listens for connections from its fail over peer (secondary server)
systemOnly: FALSE
lDAPDisplayName: dhcpFailOverPrimaryPort
attributeID: 2.16.840.1.113719.1.203.4.48

dn: cn=dhcpFailOverSecondaryPort,cn=Schema,cn=Configuration,dc=dev,dc=firstyear,dc=id,dc=au
objectClass: top
objectClass: attributeSchema
oMSyntax: 2
cn: dhcpFailOverSecondaryPort
attributeSyntax: 2.5.5.9
isSingleValued: FALSE
adminDescription: Port on which secondary server listens for connections from its fail over peer (primary server)
systemOnly: FALSE
lDAPDisplayName: dhcpFailOverSecondaryPort
attributeID: 2.16.840.1.113719.1.203.4.49

dn: cn=dhcpFailOverResponseDelay,cn=Schema,cn=Configuration,dc=dev,dc=firstyear,dc=id,dc=au
objectClass: top
objectClass: attributeSchema
oMSyntax: 2
cn: dhcpFailOverResponseDelay
attributeSyntax: 2.5.5.9
isSingleValued: FALSE
adminDescription: Maximum response time in seconds, before Server assumes that connection to fail over peer has failed
systemOnly: FALSE
lDAPDisplayName: dhcpFailOverResponseDelay
attributeID: 2.16.840.1.113719.1.203.4.50

dn: cn=dhcpFailOverUnackedUpdates,cn=Schema,cn=Configuration,dc=dev,dc=firstyear,dc=id,dc=au
objectClass: top
objectClass: attributeSchema
oMSyntax: 2
cn: dhcpFailOverUnackedUpdates
attributeSyntax: 2.5.5.9
isSingleValued: FALSE
adminDescription: Number of BNDUPD messages that server can send before it receives BNDACK from its fail over peer
systemOnly: FALSE
lDAPDisplayName: dhcpFailOverUnackedUpdates
attributeID: 2.16.840.1.113719.1.203.4.51

dn: cn=dhcpFailOverSplit,cn=Schema,cn=Configuration,dc=dev,dc=firstyear,dc=id,dc=au
objectClass: top
objectClass: attributeSchema
oMSyntax: 2
cn: dhcpFailOverSplit
attributeSyntax: 2.5.5.9
isSingleValued: FALSE
adminDescription: Split between the primary and secondary servers for fail over purpose
systemOnly: FALSE
lDAPDisplayName: dhcpFailOverSplit
attributeID: 2.16.840.1.113719.1.203.4.52

dn: cn=dhcpFailOverLoadBalanceTime,cn=Schema,cn=Configuration,dc=dev,dc=firstyear,dc=id,dc=au
objectClass: top
objectClass: attributeSchema
oMSyntax: 2
cn: dhcpFailOverLoadBalanceTime
attributeSyntax: 2.5.5.9
isSingleValued: FALSE
adminDescription: Cutoff time in seconds, after which load balance is disabled
systemOnly: FALSE
lDAPDisplayName: dhcpFailOverLoadBalanceTime
attributeID: 2.16.840.1.113719.1.203.4.53

dn: cn=dhcpFailOverPeerDN,cn=Schema,cn=Configuration,dc=dev,dc=firstyear,dc=id,dc=au
objectClass: top
objectClass: attributeSchema
oMSyntax: 127
cn: dhcpFailOverPeerDN
attributeSyntax: 2.5.5.1
isSingleValued: FALSE
adminDescription: The DNs of Fail over peers. In case of locator object, this will be list of fail over peers in the tree. In case of Subnet and pool, it will be a single Fail Over Peer
systemOnly: FALSE
lDAPDisplayName: dhcpFailOverPeerDN
attributeID: 2.16.840.1.113719.1.203.4.54

dn: cn=dhcpServerDN,cn=Schema,cn=Configuration,dc=dev,dc=firstyear,dc=id,dc=au
objectClass: top
objectClass: attributeSchema
oMSyntax: 127
cn: dhcpServerDN
attributeSyntax: 2.5.5.1
isSingleValued: FALSE
adminDescription: List of all DHCP Servers in the tree. Used by dhcpLocatorObject
systemOnly: FALSE
lDAPDisplayName: dhcpServerDN
attributeID: 2.16.840.1.113719.1.203.4.55

dn: cn=dhcpComments,cn=Schema,cn=Configuration,dc=dev,dc=firstyear,dc=id,dc=au
objectClass: top
objectClass: attributeSchema
oMSyntax: 22
cn: dhcpComments
attributeSyntax: 2.5.5.5
isSingleValued: TRUE
adminDescription: Generic attribute that allows coments within any DHCP object
systemOnly: FALSE
lDAPDisplayName: dhcpComments
attributeID: 2.16.840.1.113719.1.203.4.56

dn: cn=dhcpClientId,cn=Schema,cn=Configuration,dc=dev,dc=firstyear,dc=id,dc=au
objectClass: top
objectClass: attributeSchema
oMSyntax: 22
cn: dhcpClientId
attributeSyntax: 2.5.5.5
isSingleValued: FALSE
adminDescription: client Identifier.
systemOnly: FALSE
lDAPDisplayName: dhcpClientId
attributeID: 2.16.840.1.113719.1.203.4.57

dn: cn=dhcpRange6,cn=Schema,cn=Configuration,dc=dev,dc=firstyear,dc=id,dc=au
objectClass: top
objectClass: attributeSchema
oMSyntax: 22
cn: dhcpRange6
attributeSyntax: 2.5.5.5
isSingleValued: FALSE
adminDescription: 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.
systemOnly: FALSE
lDAPDisplayName: dhcpRange6
attributeID: 2.16.840.1.113719.1.203.4.58

dn: cn=dhcpService,cn=Schema,cn=Configuration,dc=dev,dc=firstyear,dc=id,dc=au
objectClass: top
objectClass: classSchema
mustContain: cn
mayContain: dhcpPrimaryDN
mayContain: dhcpSecondaryDN
mayContain: dhcpServerDN
mayContain: dhcpSharedNetworkDN
mayContain: dhcpSubnetDN
mayContain: dhcpGroupDN
mayContain: dhcpHostDN
mayContain: dhcpClassesDN
mayContain: dhcpOptionsDN
mayContain: dhcpZoneDN
mayContain: dhcpKeyDN
mayContain: dhcpFailOverPeerDN
mayContain: dhcpStatements
mayContain: dhcpComments
mayContain: dhcpOption
cn: dhcpService
governsID: 2.16.840.1.113719.1.203.6.1
adminDescription: Service object that represents the actual DHCP Service configuration. This is a container object.
objectClassCategory: 1
name: dhcpService
lDAPDisplayName: dhcpService
subClassOf: top
defaultObjectCategory: cn=dhcpService,cn=Schema,cn=Configuration,dc=dev,dc=firstyear,dc=id,dc=au

dn: cn=dhcpSharedNetwork,cn=Schema,cn=Configuration,dc=dev,dc=firstyear,dc=id,dc=au
objectClass: top
objectClass: classSchema
mustContain: cn
mayContain: dhcpSubnetDN
mayContain: dhcpPoolDN
mayContain: dhcpOptionsDN
mayContain: dhcpZoneDN
mayContain: dhcpStatements
mayContain: dhcpComments
mayContain: dhcpOption
cn: dhcpSharedNetwork
governsID: 2.16.840.1.113719.1.203.6.2
adminDescription: This stores configuration information for a shared network.
objectClassCategory: 1
name: dhcpSharedNetwork
lDAPDisplayName: dhcpSharedNetwork
subClassOf: top
defaultObjectCategory: cn=dhcpSharedNetwork,cn=Schema,cn=Configuration,dc=dev,dc=firstyear,dc=id,dc=au

dn: cn=dhcpSubnet,cn=Schema,cn=Configuration,dc=dev,dc=firstyear,dc=id,dc=au
objectClass: top
objectClass: classSchema
mustContain: cn
mustContain: dhcpNetMask
mayContain: dhcpRange
mayContain: dhcpPoolDN
mayContain: dhcpGroupDN
mayContain: dhcpHostDN
mayContain: dhcpClassesDN
mayContain: dhcpLeasesDN
mayContain: dhcpOptionsDN
mayContain: dhcpZoneDN
mayContain: dhcpKeyDN
mayContain: dhcpFailOverPeerDN
mayContain: dhcpStatements
mayContain: dhcpComments
mayContain: dhcpOption
cn: dhcpSubnet
governsID: 2.16.840.1.113719.1.203.6.3
adminDescription: This class defines a subnet. This is a container object.
objectClassCategory: 1
name: dhcpSubnet
lDAPDisplayName: dhcpSubnet
subClassOf: top
defaultObjectCategory: cn=dhcpSubnet,cn=Schema,cn=Configuration,dc=dev,dc=firstyear,dc=id,dc=au

dn: cn=dhcpPool,cn=Schema,cn=Configuration,dc=dev,dc=firstyear,dc=id,dc=au
objectClass: top
objectClass: classSchema
mustContain: cn
mustContain: dhcpRange
mayContain: dhcpClassesDN
mayContain: dhcpPermitList
mayContain: dhcpLeasesDN
mayContain: dhcpOptionsDN
mayContain: dhcpZoneDN
mayContain: dhcpKeyDN
mayContain: dhcpStatements
mayContain: dhcpComments
mayContain: dhcpOption
cn: dhcpPool
governsID: 2.16.840.1.113719.1.203.6.4
adminDescription: This stores configuration information about a pool.
objectClassCategory: 1
name: dhcpPool
lDAPDisplayName: dhcpPool
subClassOf: top
defaultObjectCategory: cn=dhcpPool,cn=Schema,cn=Configuration,dc=dev,dc=firstyear,dc=id,dc=au

dn: cn=dhcpGroup,cn=Schema,cn=Configuration,dc=dev,dc=firstyear,dc=id,dc=au
objectClass: top
objectClass: classSchema
mustContain: cn
mayContain: dhcpHostDN
mayContain: dhcpOptionsDN
mayContain: dhcpStatements
mayContain: dhcpComments
mayContain: dhcpOption
cn: dhcpGroup
governsID: 2.16.840.1.113719.1.203.6.5
adminDescription: Group object that lists host DNs and parameters. This is a container object.
objectClassCategory: 1
name: dhcpGroup
lDAPDisplayName: dhcpGroup
subClassOf: top
defaultObjectCategory: cn=dhcpGroup,cn=Schema,cn=Configuration,dc=dev,dc=firstyear,dc=id,dc=au

dn: cn=dhcpHost,cn=Schema,cn=Configuration,dc=dev,dc=firstyear,dc=id,dc=au
objectClass: top
objectClass: classSchema
mustContain: cn
mayContain: dhcpLeaseDN
mayContain: dhcpHWAddress
mayContain: dhcpOptionsDN
mayContain: dhcpStatements
mayContain: dhcpComments
mayContain: dhcpOption
mayContain: dhcpClientId
cn: dhcpHost
governsID: 2.16.840.1.113719.1.203.6.6
adminDescription: This represents information about a particular client
objectClassCategory: 1
name: dhcpHost
lDAPDisplayName: dhcpHost
subClassOf: top
defaultObjectCategory: cn=dhcpHost,cn=Schema,cn=Configuration,dc=dev,dc=firstyear,dc=id,dc=au

dn: cn=dhcpClass,cn=Schema,cn=Configuration,dc=dev,dc=firstyear,dc=id,dc=au
objectClass: top
objectClass: classSchema
mustContain: cn
mayContain: dhcpSubClassesDN
mayContain: dhcpOptionsDN
mayContain: dhcpStatements
mayContain: dhcpComments
mayContain: dhcpOption
cn: dhcpClass
governsID: 2.16.840.1.113719.1.203.6.7
adminDescription: Represents information about a collection of related clients.
objectClassCategory: 1
name: dhcpClass
lDAPDisplayName: dhcpClass
subClassOf: top
defaultObjectCategory: cn=dhcpClass,cn=Schema,cn=Configuration,dc=dev,dc=firstyear,dc=id,dc=au

dn: cn=dhcpSubClass,cn=Schema,cn=Configuration,dc=dev,dc=firstyear,dc=id,dc=au
objectClass: top
objectClass: classSchema
mustContain: cn
mayContain: dhcpClassData
mayContain: dhcpOptionsDN
mayContain: dhcpStatements
mayContain: dhcpComments
mayContain: dhcpOption
cn: dhcpSubClass
governsID: 2.16.840.1.113719.1.203.6.8
adminDescription: Represents information about a collection of related classes.
objectClassCategory: 1
name: dhcpSubClass
lDAPDisplayName: dhcpSubClass
subClassOf: top
defaultObjectCategory: cn=dhcpSubClass,cn=Schema,cn=Configuration,dc=dev,dc=firstyear,dc=id,dc=au

dn: cn=dhcpOptions,cn=Schema,cn=Configuration,dc=dev,dc=firstyear,dc=id,dc=au
objectClass: top
objectClass: classSchema
mustContain: cn
mayContain: dhcpOption
mayContain: dhcpComments
cn: dhcpOptions
governsID: 2.16.840.1.113719.1.203.6.9
adminDescription: Represents information about a collection of options defined.
objectClassCategory: 1
name: dhcpOptions
lDAPDisplayName: dhcpOptions
subClassOf: top
defaultObjectCategory: cn=dhcpOptions,cn=Schema,cn=Configuration,dc=dev,dc=firstyear,dc=id,dc=au

dn: cn=dhcpLeases,cn=Schema,cn=Configuration,dc=dev,dc=firstyear,dc=id,dc=au
objectClass: top
objectClass: classSchema
mustContain: cn
mustContain: dhcpAddressState
mayContain: dhcpExpirationTime
mayContain: dhcpStartTimeOfState
mayContain: dhcpLastTransactionTime
mayContain: dhcpBootpFlag
mayContain: dhcpDomainName
mayContain: dhcpDnsStatus
mayContain: dhcpRequestedHostName
mayContain: dhcpAssignedHostName
mayContain: dhcpReservedForClient
mayContain: dhcpAssignedToClient
mayContain: dhcpRelayAgentInfo
mayContain: dhcpHWAddress
cn: dhcpLeases
governsID: 2.16.840.1.113719.1.203.6.10
adminDescription: This class represents an IP Address, which may or may not have been leased.
objectClassCategory: 1
name: dhcpLeases
lDAPDisplayName: dhcpLeases
subClassOf: top
defaultObjectCategory: cn=dhcpLeases,cn=Schema,cn=Configuration,dc=dev,dc=firstyear,dc=id,dc=au

dn: cn=dhcpLog,cn=Schema,cn=Configuration,dc=dev,dc=firstyear,dc=id,dc=au
objectClass: top
objectClass: classSchema
mustContain: cn
mayContain: dhcpAddressState
mayContain: dhcpExpirationTime
mayContain: dhcpStartTimeOfState
mayContain: dhcpLastTransactionTime
mayContain: dhcpBootpFlag
mayContain: dhcpDomainName
mayContain: dhcpDnsStatus
mayContain: dhcpRequestedHostName
mayContain: dhcpAssignedHostName
mayContain: dhcpReservedForClient
mayContain: dhcpAssignedToClient
mayContain: dhcpRelayAgentInfo
mayContain: dhcpHWAddress
mayContain: dhcpErrorLog
cn: dhcpLog
governsID: 2.16.840.1.113719.1.203.6.11
adminDescription: 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.
objectClassCategory: 1
name: dhcpLog
lDAPDisplayName: dhcpLog
subClassOf: top
defaultObjectCategory: cn=dhcpLog,cn=Schema,cn=Configuration,dc=dev,dc=firstyear,dc=id,dc=au

dn: cn=dhcpServer,cn=Schema,cn=Configuration,dc=dev,dc=firstyear,dc=id,dc=au
objectClass: top
objectClass: classSchema
mustContain: cn
mayContain: dhcpServiceDN
mayContain: dhcpLocatorDN
mayContain: dhcpVersion
mayContain: dhcpImplementation
mayContain: dhcpHashBucketAssignment
mayContain: dhcpDelayedServiceParameter
mayContain: dhcpMaxClientLeadTime
mayContain: dhcpFailOverEndpointState
mayContain: dhcpStatements
mayContain: dhcpComments
mayContain: dhcpOption
cn: dhcpServer
governsID: 2.16.840.1.113719.1.203.6.12
adminDescription: DHCP Server Object
objectClassCategory: 1
name: dhcpServer
lDAPDisplayName: dhcpServer
subClassOf: top
defaultObjectCategory: cn=dhcpServer,cn=Schema,cn=Configuration,dc=dev,dc=firstyear,dc=id,dc=au

dn: cn=dhcpTSigKey,cn=Schema,cn=Configuration,dc=dev,dc=firstyear,dc=id,dc=au
objectClass: top
objectClass: classSchema
mustContain: cn
mustContain: dhcpKeyAlgorithm
mustContain: dhcpKeySecret
mayContain: dhcpComments
cn: dhcpTSigKey
governsID: 2.16.840.1.113719.1.203.6.13
adminDescription: TSIG key for secure dynamic updates
objectClassCategory: 1
name: dhcpTSigKey
lDAPDisplayName: dhcpTSigKey
subClassOf: top
defaultObjectCategory: cn=dhcpTSigKey,cn=Schema,cn=Configuration,dc=dev,dc=firstyear,dc=id,dc=au

dn: cn=dhcpDnsZone,cn=Schema,cn=Configuration,dc=dev,dc=firstyear,dc=id,dc=au
objectClass: top
objectClass: classSchema
mustContain: cn
mustContain: dhcpDnsZoneServer
mayContain: dhcpKeyDN
mayContain: dhcpComments
cn: dhcpDnsZone
governsID: 2.16.840.1.113719.1.203.6.14
adminDescription: DNS Zone for updating leases
objectClassCategory: 1
name: dhcpDnsZone
lDAPDisplayName: dhcpDnsZone
subClassOf: top
defaultObjectCategory: cn=dhcpDnsZone,cn=Schema,cn=Configuration,dc=dev,dc=firstyear,dc=id,dc=au

dn: cn=dhcpFailOverPeer,cn=Schema,cn=Configuration,dc=dev,dc=firstyear,dc=id,dc=au
objectClass: top
objectClass: classSchema
mustContain: cn
mustContain: dhcpFailOverPrimaryServer
mustContain: dhcpFailOverSecondaryServer
mustContain: dhcpFailoverPrimaryPort
mustContain: dhcpFailOverSecondaryPort
mayContain: dhcpFailOverResponseDelay
mayContain: dhcpFailOverUnackedUpdates
mayContain: dhcpMaxClientLeadTime
mayContain: dhcpFailOverSplit
mayContain: dhcpHashBucketAssignment
mayContain: dhcpFailOverLoadBalanceTime
mayContain: dhcpComments
cn: dhcpFailOverPeer
governsID: 2.16.840.1.113719.1.203.6.15
adminDescription: This class defines the Fail over peer
objectClassCategory: 1
name: dhcpFailOverPeer
lDAPDisplayName: dhcpFailOverPeer
subClassOf: top
defaultObjectCategory: cn=dhcpFailOverPeer,cn=Schema,cn=Configuration,dc=dev,dc=firstyear,dc=id,dc=au

dn: cn=dhcpLocator,cn=Schema,cn=Configuration,dc=dev,dc=firstyear,dc=id,dc=au
objectClass: top
objectClass: classSchema
mustContain: cn
mayContain: dhcpServiceDN
mayContain: dhcpServerDN
mayContain: dhcpSharedNetworkDN
mayContain: dhcpSubnetDN
mayContain: dhcpPoolDN
mayContain: dhcpGroupDN
mayContain: dhcpHostDN
mayContain: dhcpClassesDN
mayContain: dhcpKeyDN
mayContain: dhcpZoneDN
mayContain: dhcpFailOverPeerDN
mayContain: dhcpOption
mayContain: dhcpComments
cn: dhcpLocator
governsID: 2.16.840.1.113719.1.203.6.16
adminDescription: Locator object for DHCP configuration in the tree. There will be a single dhcpLocator object in the tree with links to all the DHCP objects in the tree
objectClassCategory: 1
name: dhcpLocator
lDAPDisplayName: dhcpLocator
subClassOf: top
defaultObjectCategory: cn=dhcpLocator,cn=Schema,cn=Configuration,dc=dev,dc=firstyear,dc=id,dc=au

dn: cn=dhcpSubnet6,cn=Schema,cn=Configuration,dc=dev,dc=firstyear,dc=id,dc=au
objectClass: top
objectClass: classSchema
mustContain: cn
mayContain: dhcpRange6
mayContain: dhcpPoolDN
mayContain: dhcpGroupDN
mayContain: dhcpHostDN
mayContain: dhcpClassesDN
mayContain: dhcpLeasesDN
mayContain: dhcpOptionsDN
mayContain: dhcpZoneDN
mayContain: dhcpKeyDN
mayContain: dhcpFailOverPeerDN
mayContain: dhcpStatements
mayContain: dhcpComments
mayContain: dhcpOption
mayContain: dhcpPermitList
cn: dhcpSubnet6
governsID: 2.16.840.1.113719.1.203.6.17
adminDescription: This class defines an IPv6 subnet. This is a container object.
objectClassCategory: 1
name: dhcpSubnet6
lDAPDisplayName: dhcpSubnet6
subClassOf: top
defaultObjectCategory: cn=dhcpSubnet6,cn=Schema,cn=Configuration,dc=dev,dc=firstyear,dc=id,dc=au
-------------- next part --------------
A non-text attachment was scrubbed...
Name: ad-dhcp-entries.ldif
Type: text/x-ldif
Size: 3926 bytes
Desc: not available
URL: <http://lists.samba.org/pipermail/samba-technical/attachments/20120827/870072e9/attachment.bin>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 937 bytes
Desc: OpenPGP digital signature
URL: <http://lists.samba.org/pipermail/samba-technical/attachments/20120827/870072e9/attachment.pgp>


More information about the samba-technical mailing list