summaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorShawn Routhier <sar@isc.org>2016-06-20 07:39:32 -0700
committerShawn Routhier <sar@isc.org>2016-06-20 07:39:32 -0700
commiteb2d84b68ef896553740403fb7caf07897e74b74 (patch)
tree9cf2020e6f431960eefa7de97942da2f30ba571a /contrib
parent09dccd0331452b078a9bb970423cc915be3b9a28 (diff)
downloadisc-dhcp-eb2d84b68ef896553740403fb7caf07897e74b74.tar.gz
[master] Fix some cut and paste type errors in LDAP code
Squashed commit of the following: [rt42666] Fix some cut and paste type errors in LDAP code Add the character '6' to some strings. They were cut and pasted from the v4 versions and didn't get fully updated.
Diffstat (limited to 'contrib')
-rw-r--r--contrib/ldap/dhcp.schema2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/ldap/dhcp.schema b/contrib/ldap/dhcp.schema
index 0c24a7a2..378243ec 100644
--- a/contrib/ldap/dhcp.schema
+++ b/contrib/ldap/dhcp.schema
@@ -484,5 +484,5 @@ objectclass ( 2.16.840.1.113719.1.203.6.18
SUP top
MUST ( cn $ dhcpRange6 )
MAY ( dhcpClassesDN $ dhcpPermitList $ dhcpLeasesDN $ dhcpOptionsDN $ dhcpZoneDN $dhcpKeyDN $ dhcpStatements $ dhcpComments $ dhcpOption )
- X-NDS_CONTAINMENT ('dhcpSubnet' 'dhcpSharedNetwork') )
+ X-NDS_CONTAINMENT ('dhcpSubnet6' 'dhcpSharedNetwork') )