s4:librpc/idl: add a uuid to sasl_helpers.idl
authorStefan Metzmacher <metze@samba.org>
Wed, 29 Oct 2014 11:03:15 +0000 (12:03 +0100)
committerJeremy Allison <jra@samba.org>
Fri, 14 Nov 2014 22:27:05 +0000 (23:27 +0100)
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>
source4/librpc/idl/sasl_helpers.idl
source4/librpc/wscript_build

index 8fa4b578b990ceacd3396402e8503d7a0ada2f49..344d491d27270e34cf462222e1159cb3006c13cc 100644 (file)
@@ -1,6 +1,8 @@
 #include "idl_types.h"
 
 [
+  uuid("7512b2f4-5f4f-11e4-bbe6-3c970e8d8226"),
+  version(1.0),
   pointer_default(unique),
   helpstring("SASL helpers")
 ]
index 15ba914072edb6d43e7746b9b3409712e1d96855..ea81d2c50c680d499f5f14cbc1c87a565e401ba6 100755 (executable)
@@ -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'
        )