summaryrefslogtreecommitdiff
path: root/source4/lib/ldb-samba/ldif_handlers.h
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2009-09-08 22:15:59 +1000
committerAndrew Tridgell <tridge@samba.org>2009-09-08 22:15:59 +1000
commit0ed467ac0c2b8854445662650b3066aa1be236f5 (patch)
treee7a92787cc2d1a64f15a914169a0ccea904c2557 /source4/lib/ldb-samba/ldif_handlers.h
parent27ff8f4e73dd9f4579db965a03416b4cb001970a (diff)
downloadsamba-0ed467ac0c2b8854445662650b3066aa1be236f5.tar.gz
samba-0ed467ac0c2b8854445662650b3066aa1be236f5.tar.bz2
samba-0ed467ac0c2b8854445662650b3066aa1be236f5.zip
s4/ldb: support NDR printing for 2 more replication types
print replUpToDateVector and replPropertyMetaData using NDR format if --show-binary is given.
Diffstat (limited to 'source4/lib/ldb-samba/ldif_handlers.h')
-rw-r--r--source4/lib/ldb-samba/ldif_handlers.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source4/lib/ldb-samba/ldif_handlers.h b/source4/lib/ldb-samba/ldif_handlers.h
index 839525e526..6906c822f9 100644
--- a/source4/lib/ldb-samba/ldif_handlers.h
+++ b/source4/lib/ldb-samba/ldif_handlers.h
@@ -8,6 +8,8 @@
#define LDB_SYNTAX_SAMBA_PREFIX_MAP "LDB_SYNTAX_SAMBA_PREFIX_MAP"
#define LDB_SYNTAX_SAMBA_INT32 "LDB_SYNTAX_SAMBA_INT32"
#define LDB_SYNTAX_SAMBA_REPSFROMTO "LDB_SYNTAX_SAMBA_REPSFROMTO"
+#define LDB_SYNTAX_SAMBA_REPLPROPERTYMETADATA "LDB_SYNTAX_SAMBA_REPLPROPERTYMETADATA"
+#define LDB_SYNTAX_SAMBA_REPLUPTODATEVECTOR "LDB_SYNTAX_SAMBA_REPLUPTODATEVECTOR"
#include "lib/ldb-samba/ldif_handlers_proto.h"