mirror of
https://github.com/samba-team/samba.git
synced 2025-11-25 00:23:52 +03:00
r17429: implement the LDAP_SERVER_SHOW_DELETED control in the client
metze
This commit is contained in:
committed by
Gerald (Jerry) Carter
parent
84e74a759c
commit
40dc7c1787
@@ -450,6 +450,13 @@ typedef int (*ldb_qsort_cmp_fn_t) (void *v1, void *v2, void *opaque);
|
||||
*/
|
||||
#define LDB_CONTROL_NOTIFICATION_OID "1.2.840.113556.1.4.528"
|
||||
|
||||
/**
|
||||
OID for getting deleted objects
|
||||
|
||||
\sa <a href="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/ldap/ldap/ldap_server_show_deleted_oid.asp">Microsoft documentation of this OID</a>
|
||||
*/
|
||||
#define LDB_CONTROL_SHOW_DELETED_OID "1.2.840.113556.1.4.417"
|
||||
|
||||
/**
|
||||
OID for extended DN
|
||||
|
||||
|
||||
Reference in New Issue
Block a user