[Date Prev][Date Next] [Chronological] [Thread] [Top]

Re: ldapsearch broken for GSS-API (ITS#2882)



This fix is working well for me though.

cvs server: Diffing .
Index: os-ip.c
===================================================================
RCS file: /repo/OpenLDAP/pkg/ldap/libraries/libldap/os-ip.c,v
retrieving revision 1.94
diff -u -r1.94 os-ip.c
--- os-ip.c     30 Nov 2003 00:07:47 -0000      1.94
+++ os-ip.c     19 Dec 2003 06:30:57 -0000
@@ -585,7 +585,7 @@
                break;
        }
 
-#if 0
+#if 1
        {
                char *herr;
                char hbuf[NI_MAXHOST];

-- Luke

>From: Kurt Zeilenga <openldap-its@OpenLDAP.org>
>Subject: Re: ldapsearch broken for GSS-API (ITS#2882)
>To: lukeh@padl.com
>Date: Fri, 19 Dec 2003 00:32:14 GMT
>
>Do the recent changes to HEAD/OPENLDAP_REL_ENG_2_2 adequately address this
>issue?