From 6d1d33319ced87c9741983302cf42a4841d688de Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Tue, 8 Sep 2009 21:45:08 +1000 Subject: s4/ldb: added ldif handler for repsFrom/repsTo In normal usage this makes no difference, but if you add --show-binary then you can see the NDR printed out in the usual ndr_print_*() format --- source4/lib/ldb-samba/ldif_handlers.h | 1 + 1 file changed, 1 insertion(+) (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 3e1f17e057..839525e526 100644 --- a/source4/lib/ldb-samba/ldif_handlers.h +++ b/source4/lib/ldb-samba/ldif_handlers.h @@ -7,6 +7,7 @@ #define LDB_SYNTAX_SAMBA_OBJECT_CATEGORY "LDB_SYNTAX_SAMBA_OBJECT_CATEGORY" #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" #include "lib/ldb-samba/ldif_handlers_proto.h" -- cgit