From 0ed467ac0c2b8854445662650b3066aa1be236f5 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Tue, 8 Sep 2009 22:15:59 +1000 Subject: s4/ldb: support NDR printing for 2 more replication types print replUpToDateVector and replPropertyMetaData using NDR format if --show-binary is given. --- source4/lib/ldb-samba/ldif_handlers.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source4/lib/ldb-samba/ldif_handlers.h') 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" -- cgit