diff options
author | Stefan Metzmacher <metze@samba.org> | 2014-10-29 12:03:15 +0100 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2014-11-14 23:27:05 +0100 |
commit | 6f6d2c7a4f732673d545cf03bffe658fd3172410 (patch) | |
tree | a539b99e05dbace844629cfa00b24e0919d6778d /source4/librpc | |
parent | aa018fda3dd28092031825a7edfc684b354e44fe (diff) | |
download | samba-6f6d2c7a4f732673d545cf03bffe658fd3172410.tar.gz |
s4:librpc/idl: add a uuid to sasl_helpers.idl
This makes it possible to use decode_saslauthd in ndrdump.
Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
Diffstat (limited to 'source4/librpc')
-rw-r--r-- | source4/librpc/idl/sasl_helpers.idl | 2 | ||||
-rwxr-xr-x | source4/librpc/wscript_build | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/source4/librpc/idl/sasl_helpers.idl b/source4/librpc/idl/sasl_helpers.idl index 8fa4b578b99..344d491d272 100644 --- a/source4/librpc/idl/sasl_helpers.idl +++ b/source4/librpc/idl/sasl_helpers.idl @@ -1,6 +1,8 @@ #include "idl_types.h" [ + uuid("7512b2f4-5f4f-11e4-bbe6-3c970e8d8226"), + version(1.0), pointer_default(unique), helpstring("SASL helpers") ] diff --git a/source4/librpc/wscript_build b/source4/librpc/wscript_build index 15ba914072e..ea81d2c50c6 100755 --- a/source4/librpc/wscript_build +++ b/source4/librpc/wscript_build @@ -19,7 +19,6 @@ bld.SAMBA_SUBSYSTEM('NDR_IRPC', bld.SAMBA_SUBSYSTEM('NDR_SASL_HELPERS', source='gen_ndr/ndr_sasl_helpers.c', - allow_warnings=True, public_deps='ndr' ) |