From f92cd01d627cb0c96b9a5169070abe2e201e2b37 Mon Sep 17 00:00:00 2001 From: Jakub Jelen Date: Fri, 9 Jan 2015 18:50:03 +0100 Subject: [PATCH] Update ldap extension to resolve #981058 --- openssh-6.6p1-ldap.patch | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/openssh-6.6p1-ldap.patch b/openssh-6.6p1-ldap.patch index 961cdf5..ae3e7cd 100644 --- a/openssh-6.6p1-ldap.patch +++ b/openssh-6.6p1-ldap.patch @@ -1162,7 +1162,7 @@ new file mode 100644 index 0000000..525060a --- /dev/null +++ b/ldapconf.c -@@ -0,0 +1,720 @@ +@@ -0,0 +1,722 @@ +/* $OpenBSD: ldapconf.c,v 1.1 2009/12/03 03:34:42 jfch Exp $ */ +/* + * Copyright (c) 2009 Jan F. Chadima. All rights reserved. @@ -1479,6 +1479,7 @@ index 0000000..525060a + else + fatal("%.200s line %d: Bad soft/hard argument.", filename, linenum); + if (*intptr == -1) ++ *intptr = value; + break; + + case lSSLPath: @@ -1543,6 +1544,7 @@ index 0000000..525060a + else + fatal("%.200s line %d: Bad never/hard/demand/alow/try argument.", filename, linenum); + if (*intptr == -1) ++ *intptr = value; + break; + + case lTLS_CaCertFile: