diff --git a/contrib/dlz/modules/ldap/testing/dlz.schema b/contrib/dlz/modules/ldap/testing/dlz.schema index 2580f1a545..60a9bec205 100644 --- a/contrib/dlz/modules/ldap/testing/dlz.schema +++ b/contrib/dlz/modules/ldap/testing/dlz.schema @@ -185,3 +185,8 @@ objectclass ( 1.3.6.1.4.1.18420.1.2.120 DESC 'Host allowed to perform zone transfer' SUP top STRUCTURAL MUST ( objectclass $ dlzRecordID $ dlzIPAddr ) ) + +objectclass ( 1.3.6.1.4.1.18420.1.2.130 + NAME 'dlzDNameRecord' + DESC 'DNS DName record' + SUP dlzGenericRecord STRUCTURAL )