summaryrefslogtreecommitdiff
path: root/source4/librpc/idl
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2003-11-15 09:39:48 +0000
committerAndrew Tridgell <tridge@samba.org>2003-11-15 09:39:48 +0000
commit4063fd08d4be4b9c91db092b0028f91941700d86 (patch)
tree771dde8a6f0bba358a5292a722186b30cf0b3c36 /source4/librpc/idl
parent4cadb043d7a99f835a5893283b63bbe13281e665 (diff)
downloadsamba-4063fd08d4be4b9c91db092b0028f91941700d86.tar.gz
samba-4063fd08d4be4b9c91db092b0028f91941700d86.tar.bz2
samba-4063fd08d4be4b9c91db092b0028f91941700d86.zip
added samr_EnumDomainGroups and samr_EnumDomainUsers
(This used to be commit f8d690fb2bc0afcc8267caa4edcbeed9463594e5)
Diffstat (limited to 'source4/librpc/idl')
-rw-r--r--source4/librpc/idl/samr.idl17
1 files changed, 15 insertions, 2 deletions
diff --git a/source4/librpc/idl/samr.idl b/source4/librpc/idl/samr.idl
index 17a6b62687..ee910361e9 100644
--- a/source4/librpc/idl/samr.idl
+++ b/source4/librpc/idl/samr.idl
@@ -194,7 +194,13 @@
/************************/
/* Function 0x0b */
- NTSTATUS samr_ENUM_DOM_GROUPS();
+ NTSTATUS samr_EnumDomainGroups(
+ [in,ref] policy_handle *handle,
+ [in,out,ref] uint32 *resume_handle,
+ [in] uint32 max_size,
+ [out] samr_SamArray *sam,
+ [out,ref] uint32 num_entries
+ );
/************************/
/* Function 0x0c */
@@ -202,7 +208,14 @@
/************************/
/* Function 0x0d */
- NTSTATUS samr_ENUM_DOM_USERS();
+ NTSTATUS samr_EnumDomainUsers(
+ [in,ref] policy_handle *handle,
+ [in,out,ref] uint32 *resume_handle,
+ [in] uint32 acct_flags,
+ [in] uint32 max_size,
+ [out] samr_SamArray *sam,
+ [out,ref] uint32 num_entries
+ );
/************************/
/* Function 0x0e */