diff options
author | Sumit Bose <sbose@redhat.com> | 2011-01-18 14:50:22 +0100 |
---|---|---|
committer | Stephen Gallagher <sgallagh@redhat.com> | 2011-01-19 09:53:20 -0500 |
commit | 56789cfa13f85071f5fb37575fa1f1071f587efc (patch) | |
tree | 0202722357ecac43d696a240bb08b6b6a50d2f4a /src/providers/ipa/ipa_common.c | |
parent | d73fcc5183a676aed4fd040714b87274248b784c (diff) | |
download | sssd2-56789cfa13f85071f5fb37575fa1f1071f587efc.tar.gz sssd2-56789cfa13f85071f5fb37575fa1f1071f587efc.tar.xz sssd2-56789cfa13f85071f5fb37575fa1f1071f587efc.zip |
Add ipa_hbac_search_base config option
Diffstat (limited to 'src/providers/ipa/ipa_common.c')
-rw-r--r-- | src/providers/ipa/ipa_common.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/providers/ipa/ipa_common.c b/src/providers/ipa/ipa_common.c index 6b4f64f2..407b9ef5 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[] = { |