diff options
Diffstat (limited to 'install/share/bind.named.conf.template')
-rw-r--r-- | install/share/bind.named.conf.template | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/install/share/bind.named.conf.template b/install/share/bind.named.conf.template index f133b089..9fdd9131 100644 --- a/install/share/bind.named.conf.template +++ b/install/share/bind.named.conf.template @@ -46,4 +46,5 @@ dynamic-db "ipa" { arg "sasl_user DNS/$FQDN"; arg "zone_refresh $ZONE_REFRESH"; arg "psearch $PERSISTENT_SEARCH"; + arg "serial_autoincrement $SERIAL_AUTOINCREMENT"; }; |