diff options
author | Matthieu Patou <mat@matws.net> | 2010-01-11 02:19:22 +0300 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2010-01-21 07:11:18 +1300 |
commit | 1a143b8a590f5173ccacb7368f3cf36a8785da33 (patch) | |
tree | 00a2b3a2074c5c245442909f49ebe2f09aa45716 /librpc/idl | |
parent | c637c528762e5972bc47cc18f158186c670b4f7d (diff) | |
download | samba-1a143b8a590f5173ccacb7368f3cf36a8785da33.tar.gz samba-1a143b8a590f5173ccacb7368f3cf36a8785da33.tar.bz2 samba-1a143b8a590f5173ccacb7368f3cf36a8785da33.zip |
s4: allow python code to dump NTACL object as well
Diffstat (limited to 'librpc/idl')
-rw-r--r-- | librpc/idl/xattr.idl | 1 |
1 files changed, 1 insertions, 0 deletions
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 |