r18309: FreeBSD 6.1 has a symbol ldap_new_connection() in the system ldap
authorAndrew Tridgell <tridge@samba.org>
Sat, 9 Sep 2006 12:57:45 +0000 (12:57 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 19:18:06 +0000 (14:18 -0500)
commite91cee468eceb6ff8843bafc7fbb22a21b52a00c
treee187b289e0f4405465e742c940349c802013673d
parent66c16b5143041a504afdc6a9041e4928e7cd9ba2
r18309: FreeBSD 6.1 has a symbol ldap_new_connection() in the system ldap
library. Even though we don't like to that library, it gets loaded via
nss-ldap, which means nss-ldap calls into the samba ldap lib with the
wrong parameters, and crashes.

We really need to use a completely different namespace in libcli/ldap/
(This used to be commit c440e0eed9afae5fe69995a7416971e7c8560779)
source4/lib/ldb/ldb_ildap/ldb_ildap.c
source4/libcli/ldap/ldap_client.c
source4/torture/ldap/common.c
source4/winbind/wb_init_domain.c