mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Remove obsolete record types from DNS
https://fedorahosted.org/freeipa/ticket/923
This commit is contained in:
committed by
Rob Crittenden
parent
81020a2ffa
commit
04597f4e36
@@ -84,10 +84,10 @@ from ipapython import dnsclient
|
||||
# supported resource record types
|
||||
_record_types = (
|
||||
u'A', u'AAAA', u'A6', u'AFSDB', u'APL', u'CERT', u'CNAME', u'DHCID', u'DLV',
|
||||
u'DNAME', u'DNSKEY', u'DS', u'HINFO', u'HIP', u'IPSECKEY', u'KEY', u'KX',
|
||||
u'LOC', u'MD', u'MINFO', u'MX', u'NAPTR', u'NS', u'NSEC', u'NSEC3',
|
||||
u'NSEC3PARAM', u'NXT', u'PTR', u'RRSIG', u'RP', u'SIG', u'SPF', u'SRV',
|
||||
u'SSHFP', u'TA', u'TKEY', u'TSIG', u'TXT',
|
||||
u'DNAME', u'DNSKEY', u'DS', u'HIP', u'IPSECKEY', u'KEY', u'KX', u'LOC',
|
||||
u'MX', u'NAPTR', u'NS', u'NSEC', u'NSEC3', u'NSEC3PARAM', u'PTR',
|
||||
u'RRSIG', u'RP', u'SIG', u'SPF', u'SRV', u'SSHFP', u'TA', u'TKEY',
|
||||
u'TSIG', u'TXT',
|
||||
)
|
||||
|
||||
# attributes derived from record types
|
||||
|
||||
Reference in New Issue
Block a user