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:
committed by
Gerald (Jerry) Carter
parent
ffe1b5e6f4
commit
b34a29dcf2
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user