mirror of
https://github.com/samba-team/samba.git
synced 2025-08-30 17:49:30 +03:00
added new level for lsalookupnames2
This commit is contained in:
@ -387,7 +387,8 @@ import "misc.idl", "security.idl";
|
||||
LSA_LOOKUP_NAMES_PRIMARY_DOMAIN_ONLY = 3,
|
||||
LSA_LOOKUP_NAMES_UPLEVEL_TRUSTS_ONLY = 4,
|
||||
LSA_LOOKUP_NAMES_FOREST_TRUSTS_ONLY = 5,
|
||||
LSA_LOOKUP_NAMES_UPLEVEL_TRUSTS_ONLY2 = 6
|
||||
LSA_LOOKUP_NAMES_UPLEVEL_TRUSTS_ONLY2 = 6,
|
||||
LSA_LOOKUP_NAMES_RODC_REFERRAL_TO_FULL_DC = 7
|
||||
} lsa_LookupNamesLevel;
|
||||
|
||||
[public] NTSTATUS lsa_LookupNames (
|
||||
|
Reference in New Issue
Block a user