summaryrefslogtreecommitdiffstats
path: root/src/providers/ldap/ldap_opts.h
diff options
context:
space:
mode:
authorStephen Gallagher <sgallagh@redhat.com>2012-03-28 11:46:44 -0400
committerStephen Gallagher <sgallagh@redhat.com>2012-03-28 15:07:05 -0400
commit419ddca29f074cf446c316b735fbbafc59084458 (patch)
tree76f99ca96486364f8c8fba2e0c32ebde9463b28e /src/providers/ldap/ldap_opts.h
parent65e8f538ad35ba7d86cd9e60a3d86aec34537027 (diff)
downloadsssd-419ddca29f074cf446c316b735fbbafc59084458.tar.gz
sssd-419ddca29f074cf446c316b735fbbafc59084458.tar.xz
sssd-419ddca29f074cf446c316b735fbbafc59084458.zip
Add terminator for dp_option
Diffstat (limited to 'src/providers/ldap/ldap_opts.h')
-rw-r--r--src/providers/ldap/ldap_opts.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/providers/ldap/ldap_opts.h b/src/providers/ldap/ldap_opts.h
index f6208a3da..b10155346 100644
--- a/src/providers/ldap/ldap_opts.h
+++ b/src/providers/ldap/ldap_opts.h
@@ -94,7 +94,8 @@ struct dp_option default_basic_opts[] = {
{ "ldap_deref_threshold", DP_OPT_NUMBER, { .number = 10 }, NULL_NUMBER },
{ "ldap_sasl_canonicalize", DP_OPT_BOOL, BOOL_FALSE, BOOL_FALSE },
{ "ldap_connection_expire_timeout", DP_OPT_NUMBER, { .number = 900 }, NULL_NUMBER },
- { "ldap_disable_paging", DP_OPT_BOOL, BOOL_FALSE, BOOL_FALSE }
+ { "ldap_disable_paging", DP_OPT_BOOL, BOOL_FALSE, BOOL_FALSE },
+ DP_OPTION_TERMINATOR
};
struct sdap_attr_map generic_attr_map[] = {