From ad1be6fd04234f61f108773ff39aa7485abda47c Mon Sep 17 00:00:00 2001 From: Jakub Hrozek Date: Thu, 9 May 2013 16:41:47 +0200 Subject: Enable the AD dynamic DNS updates by default https://fedorahosted.org/sssd/ticket/1915 --- src/providers/ad/ad_opts.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/providers') diff --git a/src/providers/ad/ad_opts.h b/src/providers/ad/ad_opts.h index 32bbe3db2..6e9d843c1 100644 --- a/src/providers/ad/ad_opts.h +++ b/src/providers/ad/ad_opts.h @@ -239,7 +239,7 @@ struct sdap_attr_map ad_autofs_entry_map[] = { }; struct dp_option ad_dyndns_opts[] = { - { "dyndns_update", DP_OPT_BOOL, BOOL_FALSE, BOOL_FALSE }, + { "dyndns_update", DP_OPT_BOOL, BOOL_TRUE, BOOL_FALSE }, { "dyndns_refresh_interval", DP_OPT_NUMBER, { .number = 86400 }, NULL_NUMBER }, { "dyndns_iface", DP_OPT_STRING, NULL_STRING, NULL_STRING }, { "dyndns_ttl", DP_OPT_NUMBER, { .number = 3600 }, NULL_NUMBER }, -- cgit