mirror of
https://github.com/samba-team/samba.git
synced 2025-01-27 14:04:05 +03:00
CVE-2022-37966 drsuapi.idl: add trustedDomain related ATTID values
For now this is only for debugging in order to see DRSUAPI_ATTID_msDS_SupportedEncryptionTypes in the replication meta data. BUG: https://bugzilla.samba.org/show_bug.cgi?id=15219 BUG: https://bugzilla.samba.org/show_bug.cgi?id=15237 Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Joseph Sutton <josephsutton@catalyst.net.nz> Reviewed-by: Andrew Bartlett <abartlet@samba.org> (cherry picked from commit f1c5fa28c460f7e011049606b1b9ef96443e5e1f)
This commit is contained in:
parent
ec1a2225a0
commit
b40b03d060
@ -512,7 +512,11 @@ interface drsuapi
|
||||
DRSUAPI_ATTID_priorValue = 0x00090064,
|
||||
DRSUAPI_ATTID_supplementalCredentials = 0x0009007d,
|
||||
DRSUAPI_ATTID_trustAuthIncoming = 0x00090081,
|
||||
DRSUAPI_ATTID_trustDirection = 0x00090084,
|
||||
DRSUAPI_ATTID_trustPartner = 0x00090085,
|
||||
DRSUAPI_ATTID_trustPosixOffset = 0x00090086,
|
||||
DRSUAPI_ATTID_trustAuthOutgoing = 0x00090087,
|
||||
DRSUAPI_ATTID_trustType = 0x00090088,
|
||||
DRSUAPI_ATTID_userParameters = 0x0009008a,
|
||||
DRSUAPI_ATTID_profilePath = 0x0009008b,
|
||||
DRSUAPI_ATTID_operatorCount = 0x00090090,
|
||||
@ -532,6 +536,9 @@ interface drsuapi
|
||||
DRSUAPI_ATTID_options = 0x00090133,
|
||||
DRSUAPI_ATTID_fSMORoleOwner = 0x00090171,
|
||||
DRSUAPI_ATTID_systemFlags = 0x00090177,
|
||||
DRSUAPI_ATTID_trustAttributes = 0x000901d6,
|
||||
DRSUAPI_ATTID_trustParent = 0x000901d7,
|
||||
DRSUAPI_ATTID_flatName = 0x000901ff,
|
||||
DRSUAPI_ATTID_serverReference = 0x00090203,
|
||||
DRSUAPI_ATTID_serverReferenceBL = 0x00090204,
|
||||
DRSUAPI_ATTID_nonSecurityMember = 0x00090212,
|
||||
@ -550,6 +557,7 @@ interface drsuapi
|
||||
DRSUAPI_ATTID_transportAddressAttribute = 0x0009037f,
|
||||
DRSUAPI_ATTID_schemaInfo = 0x0009054e,
|
||||
DRSUAPI_ATTID_msDS_Behavior_Version = 0x000905b3,
|
||||
DRSUAPI_ATTID_msDS_TrustForestTrustInfo = 0x000906a6,
|
||||
DRSUAPI_ATTID_msDS_KeyVersionNumber = 0x000906f6,
|
||||
DRSUAPI_ATTID_msDS_NonMembers = 0x00090701,
|
||||
DRSUAPI_ATTID_msDS_MembersForAzRole = 0x0009070e,
|
||||
@ -557,6 +565,7 @@ interface drsuapi
|
||||
DRSUAPI_ATTID_msDS_hasMasterNCs = 0x0009072c,
|
||||
DRSUAPI_ATTID_msDS_NeverRevealGroup = 0x00090786,
|
||||
DRSUAPI_ATTID_msDS_RevealOnDemandGroup = 0x00090788,
|
||||
DRSUAPI_ATTID_msDS_SupportedEncryptionTypes = 0x000907ab,
|
||||
DRSUAPI_ATTID_msDS_HostServiceAccount = 0x00090808,
|
||||
DRSUAPI_ATTID_isRecycled = 0x0009080a,
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user