andreasn / freeipa

Forked from freeipa 6 years ago
Clone

9d69db8 Enable SOA serial autoincrement

Authored and Committed by mkosek 11 years ago
    Enable SOA serial autoincrement
    
    SOA serial autoincrement is a requirement for major DNS features,
    e.g. zone transfers or DNSSEC. Enable it by default in named.conf
    both for new and upgraded installations. Name of the bind-dyndb-ldap
    option is "serial_autoincrement".
    
    From now on, idnsSOAserial attribute also has to be put to
    replication agreement exclude list as serial will be incremented
    on each DNS server separately and won't be shared. Exclude list
    has to be updated both for new replication agreements and the
    current ones.
    
    Minimum number of connections for bind-dyndb-ldap has been rised
    to 4 connections, the setting will be updated during package upgrade.
    
    https://fedorahosted.org/freeipa/ticket/2554
    
        
file modified
+9 -2