Hi, yes, ldap_open() is deprecated, but the final success/failure message is currently wrong. Attached is a trivial patch against current CVS that fixes this. Cheers, Michael -- Michael Adam <ma@sernet.de> <obnox@samba.org> SerNet GmbH, Bahnhofsallee 1b, 37081 Göttingen phone: +49-551-370000-0, fax: +49-551-370000-9 AG Göttingen, HRB 2816, GF: Dr. Johannes Loxen http://www.SerNet.DE, mailto: Info @ SerNet.DE
Index: libraries/libldap/open.c =================================================================== RCS file: /repo/OpenLDAP/pkg/ldap/libraries/libldap/open.c,v retrieving revision 1.122 diff -r1.122 open.c 85c85 < ld == NULL ? "succeeded" : "failed", 0, 0 ); --- > ld == NULL ? "failed" : "succeeded", 0, 0 );
Attachment:
pgpwU9mV80NcL.pgp
Description: PGP signature