Note the ldb syntax for attribute syntaxes in the table.
[kai/samba.git] / source4 / lib / ldb-samba / ldif_handlers.h
1 #ifndef __LIB_LDB_SAMBA_LDIF_HANDLERS_H__
2 #define __LIB_LDB_SAMBA_LDIF_HANDLERS_H__
3
4 #define LDB_SYNTAX_SAMBA_SID                    "LDB_SYNTAX_SAMBA_SID"
5 #define LDB_SYNTAX_SAMBA_SECURITY_DESCRIPTOR    "1.2.840.113556.1.4.907"
6
7 #include "lib/ldb-samba/ldif_handlers_proto.h"
8
9 #undef _PRINTF_ATTRIBUTE
10 #define _PRINTF_ATTRIBUTE(a1, a2)
11
12 #endif /* __LIB_LDB_SAMBA_LDIF_HANDLERS_H__ */
13