diff options
Diffstat (limited to 'install/share/bind.named.conf.template')
-rw-r--r-- | install/share/bind.named.conf.template | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/install/share/bind.named.conf.template b/install/share/bind.named.conf.template index e843b4c00..f133b089a 100644 --- a/install/share/bind.named.conf.template +++ b/install/share/bind.named.conf.template @@ -44,4 +44,6 @@ dynamic-db "ipa" { arg "auth_method sasl"; arg "sasl_mech GSSAPI"; arg "sasl_user DNS/$FQDN"; + arg "zone_refresh $ZONE_REFRESH"; + arg "psearch $PERSISTENT_SEARCH"; }; |