summaryrefslogtreecommitdiff
path: root/source4/lib/ldb/include
diff options
context:
space:
mode:
authorMatthias Dieter Wallnöfer <mdw@samba.org>2010-06-20 12:19:31 +0200
committerMatthias Dieter Wallnöfer <mdw@samba.org>2010-06-20 18:52:29 +0200
commitad5e19f29e3d716579607e706b42a4e7d2ed11c4 (patch)
treec5e80c72875457f9f0a45e33ffd45cb6b4ed66fa /source4/lib/ldb/include
parent065579b4c6a05de7fd867dbe0eb736b86a6bc5f7 (diff)
downloadsamba-ad5e19f29e3d716579607e706b42a4e7d2ed11c4.tar.gz
samba-ad5e19f29e3d716579607e706b42a4e7d2ed11c4.tar.bz2
samba-ad5e19f29e3d716579607e706b42a4e7d2ed11c4.zip
ldb:controls - add the "TREE_DELETE" control for allowing subtree deletes
Diffstat (limited to 'source4/lib/ldb/include')
-rw-r--r--source4/lib/ldb/include/ldb.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/source4/lib/ldb/include/ldb.h b/source4/lib/ldb/include/ldb.h
index 2b75d449d9..039f70895a 100644
--- a/source4/lib/ldb/include/ldb.h
+++ b/source4/lib/ldb/include/ldb.h
@@ -528,6 +528,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 performing subtree deletes
+
+ \sa <a href="http://msdn.microsoft.com/en-us/library/aa366991(v=VS.85).aspx">Microsoft documentation of this OID</a>
+*/
+#define LDB_CONTROL_TREE_DELETE_OID "1.2.840.113556.1.4.805"
+
+/**
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>