diff options
author | Günther Deschner <gd@samba.org> | 2008-11-05 13:39:25 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2008-11-10 21:46:25 +0100 |
commit | a4c24b4d3069698ae17bb57dc131f85b25a0c03d (patch) | |
tree | 9d7cb79b12fd6819cbfb029f3d218923a58b7689 /source3/winbindd | |
parent | 843135c8411662ecdad65d613fb7855628ab94d8 (diff) | |
download | samba-a4c24b4d3069698ae17bb57dc131f85b25a0c03d.tar.gz samba-a4c24b4d3069698ae17bb57dc131f85b25a0c03d.tar.bz2 samba-a4c24b4d3069698ae17bb57dc131f85b25a0c03d.zip |
s3-samr-idl: cleanup.
Guenther
Diffstat (limited to 'source3/winbindd')
-rw-r--r-- | source3/winbindd/winbindd_rpc.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source3/winbindd/winbindd_rpc.c b/source3/winbindd/winbindd_rpc.c index d966e50159..7dea342a53 100644 --- a/source3/winbindd/winbindd_rpc.c +++ b/source3/winbindd/winbindd_rpc.c @@ -636,6 +636,8 @@ static NTSTATUS lookup_usergroups(struct winbindd_domain *domain, return NT_STATUS_OK; } +#define MAX_SAM_ENTRIES_W2K 0x400 /* 1024 */ + NTSTATUS msrpc_lookup_useraliases(struct winbindd_domain *domain, TALLOC_CTX *mem_ctx, uint32 num_sids, const DOM_SID *sids, |