svn commit: samba r4456 - in branches/SAMBA_4_0/source/librpc/idl: .

vlendec at samba.org vlendec at samba.org
Fri Dec 31 17:56:19 GMT 2004


Author: vlendec
Date: 2004-12-31 17:56:05 +0000 (Fri, 31 Dec 2004)
New Revision: 4456

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=4456

Log:
NT4 usrmgr.exe asks for 4096 accounts, allow twice that.

Volker

Modified:
   branches/SAMBA_4_0/source/librpc/idl/lsa.idl


Changeset:
Modified: branches/SAMBA_4_0/source/librpc/idl/lsa.idl
===================================================================
--- branches/SAMBA_4_0/source/librpc/idl/lsa.idl	2004-12-31 13:28:31 UTC (rev 4455)
+++ branches/SAMBA_4_0/source/librpc/idl/lsa.idl	2004-12-31 17:56:05 UTC (rev 4456)
@@ -243,7 +243,7 @@
 	NTSTATUS lsa_EnumAccounts (
 		[in,ref]     policy_handle *handle,
 		[in,out,ref] uint32 *resume_handle,
-		[in,range(0,1000)] uint32 num_entries,
+		[in,range(0,8192)] uint32 num_entries,
 		[out,ref]    lsa_SidArray *sids
 		);
 



More information about the samba-cvs mailing list