diff options
author | Andrew Tridgell <tridge@samba.org> | 2009-09-08 21:45:08 +1000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2009-09-08 21:56:31 +1000 |
commit | 6d1d33319ced87c9741983302cf42a4841d688de (patch) | |
tree | 04ab23479f7e336301c7315845c7111e0572ee67 /source4/lib/ldb-samba/ldif_handlers.h | |
parent | 237f720e6c116b0e07bd20fb90ce19680ad36d3c (diff) | |
download | samba-6d1d33319ced87c9741983302cf42a4841d688de.tar.gz samba-6d1d33319ced87c9741983302cf42a4841d688de.tar.bz2 samba-6d1d33319ced87c9741983302cf42a4841d688de.zip |
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
Diffstat (limited to 'source4/lib/ldb-samba/ldif_handlers.h')
-rw-r--r-- | source4/lib/ldb-samba/ldif_handlers.h | 1 |
1 files changed, 1 insertions, 0 deletions
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" |