| |
@@ -8,6 +8,10 @@
|
| |
# Base OID for DNS records is 2.16.840.1.113730.3.8.5
|
| |
# Base OID for DNS objectClasses is 2.16.840.1.113730.3.8.6
|
| |
#
|
| |
+ # Note: This document is unmantained copy of ./install/share/60ipadns.ldif
|
| |
+ # from FreeIPA repository. Do not add anything here, but to:
|
| |
+ # https://github.com/freeipa/freeipa/blob/master/install/share/60ipadns.ldif
|
| |
+ #
|
| |
# If you want to add some record types that are defined by IANA,
|
| |
# please define it similar to what is done for the existing ones. The
|
| |
# name should be {TYPE}Record, and OID should be
|
| |
@@ -226,7 +230,7 @@
|
| |
EQUALITY caseIgnoreIA5Match
|
| |
SUBSTR caseIgnoreIA5SubstringsMatch )
|
| |
#
|
| |
- # See https://fedorahosted.org/bind-dyndb-ldap/wiki/Design/UnknownRecord
|
| |
+ # See https://docs.pagure.org/bind-dyndb-ldap/Design/UnknownRecord.html
|
| |
attributeTypes: ( 1.3.6.1.4.1.2428.20.4
|
| |
NAME 'UnknownRecord'
|
| |
DESC 'unknown DNS record, RFC 3597'
|
| |
Allow more records. Add DNSKEY, CDS, CDNSKEY, URI, OPENPGPKEY, CAA,
SVCB and HTTPS records.
Update also schema link to current documentation place.