Accepting request 614223 from home:nkukreja:branches:network

- Add SPF records in dnszone-schema file (bsc#901577)

OBS-URL: https://build.opensuse.org/request/show/614223
OBS-URL: https://build.opensuse.org/package/show/network/bind?expand=0&rev=244
This commit is contained in:
Navin Kukreja 2018-06-05 12:32:41 +00:00 committed by Git OBS Bridge
parent 63f4bb281a
commit e30f1eb7cd
2 changed files with 11 additions and 0 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Jun 5 10:47:22 UTC 2018 - navin.kukreja@suse.com
- Add SPF records in dnszone-schema file (bsc#901577)
-------------------------------------------------------------------
Tue Jun 5 09:01:52 UTC 2018 - navin.kukreja@suse.com

View File

@ -142,6 +142,12 @@ attributetype ( 1.3.6.1.4.1.2428.20.1.47 NAME 'nSECRecord'
SUBSTR caseIgnoreIA5SubstringsMatch
SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 )
attributetype ( 1.3.6.1.4.1.2428.20.1.99 NAME 'sPFRecord'
DESC 'Sender Policy Framework, RFC 4408'
EQUALITY caseIgnoreIA5Match
SUBSTR caseIgnoreIA5SubstringsMatch
SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 )
objectclass ( 1.3.6.1.4.1.2428.20.3 NAME 'dNSZone'
SUP top STRUCTURAL
MUST ( zoneName $ relativeDomainName )