From 56789cfa13f85071f5fb37575fa1f1071f587efc Mon Sep 17 00:00:00 2001 From: Sumit Bose Date: Tue, 18 Jan 2011 14:50:22 +0100 Subject: Add ipa_hbac_search_base config option --- src/providers/ipa/ipa_common.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/providers/ipa/ipa_common.c') diff --git a/src/providers/ipa/ipa_common.c b/src/providers/ipa/ipa_common.c index 6b4f64f2d..407b9ef53 100644 --- a/src/providers/ipa/ipa_common.c +++ b/src/providers/ipa/ipa_common.c @@ -34,7 +34,8 @@ struct dp_option ipa_basic_opts[] = { { "ipa_server", DP_OPT_STRING, NULL_STRING, NULL_STRING }, { "ipa_hostname", DP_OPT_STRING, NULL_STRING, NULL_STRING }, { "ipa_dyndns_update", DP_OPT_BOOL, BOOL_FALSE, BOOL_FALSE }, - { "ipa_dyndns_iface", DP_OPT_STRING, NULL_STRING, NULL_STRING} + { "ipa_dyndns_iface", DP_OPT_STRING, NULL_STRING, NULL_STRING}, + { "ipa_hbac_search_base", DP_OPT_STRING, NULL_STRING, NULL_STRING} }; struct dp_option ipa_def_ldap_opts[] = { -- cgit