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

r7665: - added a ildap_*() interface to our internal ldap library. This

interface is very similar to the traditional ldap interface, and will
  be used as part of a ldb backend based on the current ldb_ldap backend

- fixed some allocation issues in ldb_msg.c
This commit is contained in:
Andrew Tridgell
2005-06-17 02:45:40 +00:00
committed by Gerald (Jerry) Carter
parent ffe1b5e6f4
commit b34a29dcf2
5 changed files with 241 additions and 2 deletions

View File

@@ -217,6 +217,7 @@ struct ldap_ExtendedResponse {
};
union ldap_Request {
struct ldap_Result GeneralResult;
struct ldap_BindRequest BindRequest;
struct ldap_BindResponse BindResponse;
struct ldap_UnbindRequest UnbindRequest;