From 1a143b8a590f5173ccacb7368f3cf36a8785da33 Mon Sep 17 00:00:00 2001 From: Matthieu Patou Date: Mon, 11 Jan 2010 02:19:22 +0300 Subject: s4: allow python code to dump NTACL object as well --- librpc/idl/xattr.idl | 1 + 1 file changed, 1 insertion(+) (limited to 'librpc') diff --git a/librpc/idl/xattr.idl b/librpc/idl/xattr.idl index 1dd98a9588..bc8c20c9ea 100644 --- a/librpc/idl/xattr.idl +++ b/librpc/idl/xattr.idl @@ -14,6 +14,7 @@ import "security.idl"; uuid("12345778-1234-abcd-0001-00000002"), version(0.0), helper("../librpc/ndr/ndr_xattr.h"), + pyhelper("librpc/ndr/py_xattr.c"), pointer_default(unique) ] interface xattr -- cgit