[sssd] Add missing patch

Stephen Gallagher sgallagh at fedoraproject.org
Mon Jul 16 14:02:47 UTC 2012


commit 9e16356e4a62d7c62d9e0b1965d561d7825fdabb
Author: Stephen Gallagher <sgallagh at redhat.com>
Date:   Mon Jul 16 10:02:33 2012 -0400

    Add missing patch

 0001-AD-Add-missing-DP-option-terminator.patch |   26 ++++++++++++++++++++++++
 1 files changed, 26 insertions(+), 0 deletions(-)
---
diff --git a/0001-AD-Add-missing-DP-option-terminator.patch b/0001-AD-Add-missing-DP-option-terminator.patch
new file mode 100644
index 0000000..4e447c4
--- /dev/null
+++ b/0001-AD-Add-missing-DP-option-terminator.patch
@@ -0,0 +1,26 @@
+From 574981ba9b1c7e4c0455ea85d951ebc2817ebf54 Mon Sep 17 00:00:00 2001
+From: Stephen Gallagher <sgallagh at redhat.com>
+Date: Mon, 16 Jul 2012 09:46:24 -0400
+Subject: [PATCH] AD: Add missing DP option terminator
+
+---
+ src/providers/ad/ad_opts.h |    3 ++-
+ 1 file changed, 2 insertions(+), 1 deletion(-)
+
+diff --git a/src/providers/ad/ad_opts.h b/src/providers/ad/ad_opts.h
+index 2648044c0079ed92b7c24ee7eac54af1d2b61a13..9f950a803330a1972c49e71fb1f99f22cde6fd35 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[] = {
+-- 
+1.7.10.4
+


More information about the scm-commits mailing list