diff options
author | Günther Deschner <gd@samba.org> | 2008-11-05 10:58:35 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2008-11-10 21:46:29 +0100 |
commit | 68a2ca11dc6b99d9127e964642e7d018acac0881 (patch) | |
tree | 8fa94692f82f5fe70317112a4bd4c05dbf5d419c /librpc | |
parent | f20dd953ef902e3dcd2131df9f1cfaaa4436e857 (diff) | |
download | samba-68a2ca11dc6b99d9127e964642e7d018acac0881.tar.gz samba-68a2ca11dc6b99d9127e964642e7d018acac0881.tar.bz2 samba-68a2ca11dc6b99d9127e964642e7d018acac0881.zip |
s4-samr: merge samr_GetGroupsForUser from s3 idl. (fixme: python)
Guenther
Diffstat (limited to 'librpc')
-rw-r--r-- | librpc/idl/samr.idl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/librpc/idl/samr.idl b/librpc/idl/samr.idl index 11beb7bac3..453908546d 100644 --- a/librpc/idl/samr.idl +++ b/librpc/idl/samr.idl @@ -1048,7 +1048,7 @@ import "misc.idl", "lsa.idl", "security.idl"; NTSTATUS samr_GetGroupsForUser( [in,ref] policy_handle *user_handle, - [out,unique] samr_RidWithAttributeArray *rids + [out,ref] samr_RidWithAttributeArray **rids ); /************************/ |