summaryrefslogtreecommitdiffstats
path: root/src/providers/ad
diff options
context:
space:
mode:
authorStephen Gallagher <sgallagh@redhat.com>2012-07-16 09:46:24 -0400
committerStephen Gallagher <sgallagh@redhat.com>2012-07-16 09:48:55 -0400
commit2c29d0fdc26e0b217ed96248852779cafb2367c9 (patch)
tree27cf931c15edebc2ecfaeb8cd3dbaf93063ce6cf /src/providers/ad
parent9d901ea9a1975fa8fba9e256a7f9fd8c8f01fe7f (diff)
downloadsssd-2c29d0fdc26e0b217ed96248852779cafb2367c9.tar.gz
sssd-2c29d0fdc26e0b217ed96248852779cafb2367c9.tar.xz
sssd-2c29d0fdc26e0b217ed96248852779cafb2367c9.zip
AD: Add missing DP option terminator
Diffstat (limited to 'src/providers/ad')
-rw-r--r--src/providers/ad/ad_opts.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/providers/ad/ad_opts.h b/src/providers/ad/ad_opts.h
index 2648044c0..9f950a803 100644
--- a/src/providers/ad/ad_opts.h
+++ b/src/providers/ad/ad_opts.h
@@ -134,7 +134,8 @@ struct dp_option ad_def_krb5_opts[] = {
{ "krb5_renew_interval", DP_OPT_NUMBER, NULL_NUMBER, NULL_NUMBER },
{ "krb5_use_fast", DP_OPT_STRING, NULL_STRING, NULL_STRING },
{ "krb5_fast_principal", DP_OPT_STRING, NULL_STRING, NULL_STRING },
- { "krb5_canonicalize", DP_OPT_BOOL, BOOL_TRUE, BOOL_TRUE }
+ { "krb5_canonicalize", DP_OPT_BOOL, BOOL_TRUE, BOOL_TRUE },
+ DP_OPTION_TERMINATOR
};
struct sdap_attr_map ad_2008r2_attr_map[] = {