mirror of
https://github.com/samba-team/samba.git
synced 2024-12-24 21:34:56 +03:00
Move MAX_LOOKUP_SIDS to lsa.idl.
Guenther
(This used to be commit 61da5b8c00
)
This commit is contained in:
parent
f0b2ae2a18
commit
1affdac7ca
@ -60,7 +60,4 @@
|
||||
LSA_POLICY_VIEW_LOCAL_INFORMATION |\
|
||||
LSA_POLICY_LOOKUP_NAMES )
|
||||
|
||||
/* This number is based on Win2k and later maximum response allowed */
|
||||
#define MAX_LOOKUP_SIDS 20480 /* 0x5000 */
|
||||
|
||||
#endif /* _RPC_LSA_H */
|
||||
|
@ -425,6 +425,9 @@ import "security.idl";
|
||||
[size_is(count)] lsa_TranslatedName *names;
|
||||
} lsa_TransNameArray;
|
||||
|
||||
/* This number is based on Win2k and later maximum response allowed */
|
||||
const int MAX_LOOKUP_SIDS = 0x5000; /* 20480 */
|
||||
|
||||
[public] NTSTATUS lsa_LookupSids (
|
||||
[in] policy_handle *handle,
|
||||
[in,ref] lsa_SidArray *sids,
|
||||
|
Loading…
Reference in New Issue
Block a user