Add missing 'idnsTemplateAttribute' and whitespaces to LDIF schema.

This commit is contained in:
stutiredboy 2016-10-13 17:05:10 +08:00 committed by Petr Spacek
parent d7ae9e2e02
commit 1771114188
No known key found for this signature in database
GPG Key ID: 10587E881CB2BB71

View File

@ -362,9 +362,16 @@ attributeTypes: ( 2.16.840.1.113730.3.8.5.31
NAME 'idnsServerId'
DESC 'DNS server identifier'
SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
EQUALITY caseIgnoreMatch
EQUALITY caseIgnoreMatch
SINGLE-VALUE )
#
attributeTypes: ( 2.16.840.1.113730.3.8.5.29
NAME 'idnsTemplateAttribute'
DESC 'Template attribute for dynamic attribute generation'
EQUALITY caseIgnoreIA5Match
SYNTAX 1.3.6.1.4.1.1466.115.121.1.26
X-ORIGIN 'IPA v4.4' )
#
attributeTypes: ( 2.16.840.1.113730.3.8.5.30
NAME 'idnsSubstitutionVariable'
DESC 'User defined variable for DNS plugin'
@ -426,6 +433,6 @@ objectClasses: ( 2.16.840.1.113730.3.8.6.6
objectClasses: ( 2.16.840.1.113730.3.8.6.5
NAME 'idnsTemplateObject'
DESC 'Template object for dynamic DNS attribute generation'
SUP top
SUP top
AUXILIARY
MUST ( idnsTemplateAttribute ) )