summaryrefslogtreecommitdiff
path: root/source3/include/rpc_samr.h
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2001-12-31 22:37:51 +0000
committerJeremy Allison <jra@samba.org>2001-12-31 22:37:51 +0000
commit120607cab1ccd5e10a26a7ef367c53e766ba4293 (patch)
treea63b42d8c82bf9be97931591be55ae6f02f9ec13 /source3/include/rpc_samr.h
parent927e86047786cbdda2bded6d983d952202b08006 (diff)
downloadsamba-120607cab1ccd5e10a26a7ef367c53e766ba4293.tar.gz
samba-120607cab1ccd5e10a26a7ef367c53e766ba4293.tar.bz2
samba-120607cab1ccd5e10a26a7ef367c53e766ba4293.zip
Fixed enumeration of a large (<1500) users from a Samba PDC to a W2k
member server. Firstly, use the same max enumeration size (0x400) as W2K uses, otherwise W2K won't ask for any more. Secondly, if a enumeration request with a non-zero offset comes in on a handle that hasn't started an enumeration, don't bitch about it (return NT_STATUS_UNSUCCESSFUL), just load the db on that handle and return at that offset. Jeremy. (This used to be commit 0b7da4a50ea02e28ab23e71de1e5f8b9194a9af3)
Diffstat (limited to 'source3/include/rpc_samr.h')
-rw-r--r--source3/include/rpc_samr.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/include/rpc_samr.h b/source3/include/rpc_samr.h
index c0b908b348..36c9f69821 100644
--- a/source3/include/rpc_samr.h
+++ b/source3/include/rpc_samr.h
@@ -646,7 +646,7 @@ typedef struct r_samr_open_domain_info
} SAMR_R_OPEN_DOMAIN;
-#define MAX_SAM_ENTRIES 50
+#define MAX_SAM_ENTRIES 0x400
typedef struct samr_entry_info
{