summaryrefslogtreecommitdiff
path: root/source4/librpc
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2004-05-08 14:42:45 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:51:48 -0500
commit35ffc464541366ba1da0a332afae203b68512010 (patch)
tree593e24ecc08f6ca8aa02de76647c5c0eee5323d8 /source4/librpc
parent8c2636f59a48f327b26ebfc05386fa06e8c4841a (diff)
downloadsamba-35ffc464541366ba1da0a332afae203b68512010.tar.gz
samba-35ffc464541366ba1da0a332afae203b68512010.tar.bz2
samba-35ffc464541366ba1da0a332afae203b68512010.zip
r587: added server code for samr_EnumDomainUsers, and started adding
samr_SetUserInfo and samr_QueryUserInfo (This used to be commit e0db9659a85b59e52fbe033a94b411d6c64d9f9c)
Diffstat (limited to 'source4/librpc')
-rw-r--r--source4/librpc/idl/samr.idl4
1 files changed, 4 insertions, 0 deletions
diff --git a/source4/librpc/idl/samr.idl b/source4/librpc/idl/samr.idl
index eceaf784ec..2110cd9330 100644
--- a/source4/librpc/idl/samr.idl
+++ b/source4/librpc/idl/samr.idl
@@ -262,6 +262,10 @@
/************************/
/* Function 0x0d */
+
+ /* w2k3 treats max_size as max_users*54 and sets the
+ resume_handle as the rid of the last user sent
+ */
NTSTATUS samr_EnumDomainUsers(
[in,ref] policy_handle *handle,
[in,out,ref] uint32 *resume_handle,