1
0
mirror of https://github.com/samba-team/samba.git synced 2025-12-12 12:23:50 +03:00

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 c440e0eed9)
This commit is contained in:
Andrew Tridgell
2006-09-09 12:57:45 +00:00
committed by Gerald (Jerry) Carter
parent 66c16b5143
commit e91cee468e
4 changed files with 4 additions and 4 deletions

View File

@@ -40,7 +40,7 @@
/*
create a new ldap_connection stucture. The event context is optional
*/
struct ldap_connection *ldap_new_connection(TALLOC_CTX *mem_ctx,
struct ldap_connection *ldap4_new_connection(TALLOC_CTX *mem_ctx,
struct event_context *ev)
{
struct ldap_connection *conn;