diff options
author | Amitay Isaacs <amitay@gmail.com> | 2011-07-15 11:25:36 +1000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2011-07-28 15:20:51 +1000 |
commit | ef5e9ec3e309d033ad3916ca95daa0f2a96d95b7 (patch) | |
tree | 80c529d2686841a2abc28dea71d47f90a8b5f372 /lib/ldb-samba/ldif_handlers.h | |
parent | 197996c3df81cc82bb12ee87118f112de9921813 (diff) | |
download | samba-ef5e9ec3e309d033ad3916ca95daa0f2a96d95b7.tar.gz samba-ef5e9ec3e309d033ad3916ca95daa0f2a96d95b7.tar.xz samba-ef5e9ec3e309d033ad3916ca95daa0f2a96d95b7.zip |
ldb-samba: Allow --show-binary flag on defaultSecurityDescriptor
This allows users to display defaultSecurityDescriptor in fully expanded form.
Pair-Programmed-With: Andrew Tridgell <tridge@samba.org>
Signed-off-by: Andrew Tridgell <tridge@samba.org>
Diffstat (limited to 'lib/ldb-samba/ldif_handlers.h')
-rw-r--r-- | lib/ldb-samba/ldif_handlers.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/ldb-samba/ldif_handlers.h b/lib/ldb-samba/ldif_handlers.h index 62903c4a96..75ae7bd74c 100644 --- a/lib/ldb-samba/ldif_handlers.h +++ b/lib/ldb-samba/ldif_handlers.h @@ -14,6 +14,7 @@ #define LDB_SYNTAX_SAMBA_RANGE64 "LDB_SYNTAX_SAMBA_RANGE64" #define LDB_SYNTAX_SAMBA_DNSRECORD "LDB_SYNTAX_SAMBA_DNSRECORD" #define LDB_SYNTAX_SAMBA_SUPPLEMENTALCREDENTIALS "LDB_SYNTAX_SAMBA_SUPPLEMENTALCREDENTIALS" +#define LDB_SYNTAX_SAMBA_SDDL_SECURITY_DESCRIPTOR "LDB_SYNTAX_SAMBA_SDDL" #include "lib/ldb-samba/ldif_handlers_proto.h" #undef _PRINTF_ATTRIBUTE |