1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-12 09:18:10 +03:00

Move MAX_REF_DOMAINS to lsa.idl.

Guenther
(This used to be commit 8f54ba22d2)
This commit is contained in:
Günther Deschner 2008-02-27 16:13:39 +01:00
parent 2d01ec2c39
commit eaeb55ee9f
2 changed files with 2 additions and 3 deletions

View File

@ -60,9 +60,6 @@
LSA_POLICY_VIEW_LOCAL_INFORMATION |\
LSA_POLICY_LOOKUP_NAMES )
/*******************************************************/
#define MAX_REF_DOMAINS 32
/* This number is based on Win2k and later maximum response allowed */
#define MAX_LOOKUP_SIDS 20480 /* 0x5000 */

View File

@ -375,6 +375,8 @@ import "security.idl";
} lsa_TransSidArray;
const int LSA_REF_DOMAIN_LIST_MULTIPLIER = 32;
const int MAX_REF_DOMAINS = LSA_REF_DOMAIN_LIST_MULTIPLIER;
typedef struct {
[range(0,1000)] uint32 count;
[size_is(count)] lsa_DomainInfo *domains;