summaryrefslogtreecommitdiffstats
path: root/install/updates/10-bind-schema.update
blob: c3398c1f2d1ed1b57530b32b04beb17eb7e0249b (plain)
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
#
# New schema enhancements from:
#       https://fedorahosted.org/bind-dyndb-ldap/browser/doc/schema
#
dn: cn=schema
add:attributeTypes:
    ( 2.16.840.1.113730.3.8.5.11
      NAME 'idnsAllowQuery'
      DESC 'BIND9 allow-query ACL element'
      EQUALITY caseIgnoreIA5Match
      SYNTAX 1.3.6.1.4.1.1466.115.121.1.26
      SINGLE-VALUE
      X-ORIGIN 'IPA v2')
add:attributeTypes:
    ( 2.16.840.1.113730.3.8.5.12
      NAME 'idnsAllowTransfer'
      DESC 'BIND9 allow-transfer ACL element'
      EQUALITY caseIgnoreIA5Match
      SYNTAX 1.3.6.1.4.1.1466.115.121.1.26
      SINGLE-VALUE
      X-ORIGIN 'IPA v2')
add:attributeTypes:
    ( 2.16.840.1.113730.3.8.5.13
      NAME 'idnsAllowSyncPTR'
      DESC 'permit synchronization of PTR records'
      EQUALITY booleanMatch
      SYNTAX 1.3.6.1.4.1.1466.115.121.1.7
      SINGLE-VALUE
      X-ORIGIN 'IPA v2' )
add:attributeTypes:
    ( 2.16.840.1.113730.3.8.5.14
      NAME 'idnsForwardPolicy'
      DESC 'forward policy: only or first'
      EQUALITY caseIgnoreIA5Match
      SUBSTR caseIgnoreIA5SubstringsMatch
      SYNTAX 1.3.6.1.4.1.1466.115.121.1.26
      SINGLE-VALUE
      X-ORIGIN 'IPA v2' )
add:attributeTypes:
    ( 2.16.840.1.113730.3.8.5.15
      NAME 'idnsForwarders'
      DESC 'list of forwarders'
      EQUALITY caseIgnoreIA5Match
      SUBSTR caseIgnoreIA5SubstringsMatch
      SYNTAX 1.3.6.1.4.1.1466.115.121.1.26
      X-ORIGIN 'IPA v2' )
add:attributeTypes:
    ( 2.16.840.1.113730.3.8.5.16
      NAME 'idnsZoneRefresh'
      DESC 'zone refresh interval'
      EQUALITY integerMatch
      SYNTAX 1.3.6.1.4.1.1466.115.121.1.27
      SINGLE-VALUE
      X-ORIGIN 'IPA v2' )
add:attributeTypes:
    ( 2.16.840.1.113730.3.8.5.17
      NAME 'idnsPersistentSearch'
      DESC 'allow persistent searches'
      EQUALITY booleanMatch
      SYNTAX 1.3.6.1.4.1.1466.115.121.1.7
      SINGLE-VALUE
      X-ORIGIN 'IPA v2' )
add:objectClasses:
    ( 2.16.840.1.113730.3.8.6.2
      NAME 'idnsConfigObject'
      DESC 'DNS global config options'
      STRUCTURAL
      MAY ( idnsForwardPolicy $$ idnsForwarders $$ idnsAllowSyncPTR $$
        idnsZoneRefresh $$ idnsPersistentSearch
      ) )
replace:objectClasses:( 2.16.840.1.113730.3.8.6.1 NAME 'idnsZone' DESC 'Zone class' SUP idnsRecord STRUCTURAL MUST ( idnsZoneActive $$ idnsSOAmName $$ idnsSOArName $$ idnsSOAserial $$ idnsSOArefresh $$ idnsSOAretry $$ idnsSOAexpire $$ idnsSOAminimum ) MAY idnsUpdatePolicy )::( 2.16.840.1.113730.3.8.6.1 NAME 'idnsZone' DESC 'Zone class' SUP idnsRecord    STRUCTURAL MUST ( idnsName $$ idnsZoneActive $$ idnsSOAmName $$ idnsSOArName $$ idnsSOAserial $$ idnsSOArefresh $$ idnsSOAretry $$ idnsSOAexpire $$ idnsSOAminimum ) MAY ( idnsUpdatePolicy $$ idnsAllowQuery $$ idnsAllowTransfer $$ idnsAllowSyncPTR $$ idnsForwardPolicy $$ idnsForwarders ) )