From 88275cccddf39892e01682b39b02292eb74729bd Mon Sep 17 00:00:00 2001 From: Pavel Březina Date: Tue, 9 Apr 2013 13:16:23 +0200 Subject: DNS sites support - add IPA SRV plugin https://fedorahosted.org/sssd/ticket/1032 --- src/providers/ipa/ipa_opts.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/providers/ipa/ipa_opts.h') diff --git a/src/providers/ipa/ipa_opts.h b/src/providers/ipa/ipa_opts.h index 970d05b39..a3d0210a2 100644 --- a/src/providers/ipa/ipa_opts.h +++ b/src/providers/ipa/ipa_opts.h @@ -50,6 +50,7 @@ struct dp_option ipa_basic_opts[] = { { "ipa_hbac_support_srchost", DP_OPT_BOOL, BOOL_FALSE, BOOL_FALSE }, { "ipa_automount_location", DP_OPT_STRING, { "default" }, NULL_STRING }, { "ipa_ranges_search_base", DP_OPT_STRING, NULL_STRING, NULL_STRING }, + { "ipa_enable_dns_sites", DP_OPT_BOOL, BOOL_FALSE, BOOL_FALSE }, DP_OPTION_TERMINATOR }; -- cgit