X-Git-Url: https://git.pld-linux.org/?a=blobdiff_plain;f=ldap-helper-sigpipe.patch;h=cfa20180368e8bff568c6e9df18905aa3d4868dc;hb=f6a10c3774a3ceb388a0818f190523ca372209c5;hp=7c51100c14d723f6be270812f2fa1f273d48cf51;hpb=c53de5e93a8593d64372af9cf17efabbc60f7ff6;p=packages%2Fopenssh.git diff --git a/ldap-helper-sigpipe.patch b/ldap-helper-sigpipe.patch index 7c51100..cfa2018 100644 --- a/ldap-helper-sigpipe.patch +++ b/ldap-helper-sigpipe.patch @@ -81,8 +81,16 @@ script. i don't like this solution, but it makes the problem go away: /usr/lib/openssh/ssh-ldap-helper -s "$1" exit 0 ---- openssh-6.3p1/ldap-helper.c~ 2013-11-02 17:14:48.000000000 +0200 -+++ openssh-6.3p1/ldap-helper.c 2013-11-02 18:39:15.740402594 +0200 +--- openssh-6.6p1/ldap-helper.c~ 2014-05-13 17:04:22.258162978 +0300 ++++ openssh-6.6p1/ldap-helper.c 2014-05-13 17:14:08.398824417 +0300 +@@ -31,6 +31,7 @@ + #include "ldapbody.h" + #include + #include ++#include + + static int config_debug = 0; + int config_exclusive_config_file = 0; @@ -137,6 +137,8 @@ ldap_checkconfig(); ldap_do_connect();