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 commit is contained in:
parent
58cca9faf9
commit
8f54ba22d2
@ -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 */
|
||||
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user