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:
parent
aa018fda3d
commit
6f6d2c7a4f
@ -1,6 +1,8 @@
|
||||
#include "idl_types.h"
|
||||
|
||||
[
|
||||
uuid("7512b2f4-5f4f-11e4-bbe6-3c970e8d8226"),
|
||||
version(1.0),
|
||||
pointer_default(unique),
|
||||
helpstring("SASL helpers")
|
||||
]
|
||||
|
@ -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'
|
||||
)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user