1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-02 09:47:23 +03:00

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>
This commit is contained in:
Stefan Metzmacher 2014-10-29 12:03:15 +01:00 committed by Jeremy Allison
parent aa018fda3d
commit 6f6d2c7a4f
2 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,8 @@
#include "idl_types.h"
[
uuid("7512b2f4-5f4f-11e4-bbe6-3c970e8d8226"),
version(1.0),
pointer_default(unique),
helpstring("SASL helpers")
]

View File

@ -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'
)