mirror of
https://github.com/samba-team/samba.git
synced 2025-08-08 13:49:29 +03:00
lsa: document new LSA trust attributes
Guenther Signed-off-by: Guenther Deschner <gd@samba.org> Reviewed-by: Stefan Metzmacher <metze@samba.org>
This commit is contained in:
@ -702,14 +702,17 @@ import "misc.idl", "security.idl";
|
||||
} lsa_TrustType;
|
||||
|
||||
typedef [public,bitmap32bit] bitmap {
|
||||
LSA_TRUST_ATTRIBUTE_NON_TRANSITIVE = 0x00000001,
|
||||
LSA_TRUST_ATTRIBUTE_UPLEVEL_ONLY = 0x00000002,
|
||||
LSA_TRUST_ATTRIBUTE_QUARANTINED_DOMAIN = 0x00000004,
|
||||
LSA_TRUST_ATTRIBUTE_FOREST_TRANSITIVE = 0x00000008,
|
||||
LSA_TRUST_ATTRIBUTE_CROSS_ORGANIZATION = 0x00000010,
|
||||
LSA_TRUST_ATTRIBUTE_WITHIN_FOREST = 0x00000020,
|
||||
LSA_TRUST_ATTRIBUTE_TREAT_AS_EXTERNAL = 0x00000040,
|
||||
LSA_TRUST_ATTRIBUTE_USES_RC4_ENCRYPTION = 0x00000080
|
||||
LSA_TRUST_ATTRIBUTE_NON_TRANSITIVE = 0x00000001,
|
||||
LSA_TRUST_ATTRIBUTE_UPLEVEL_ONLY = 0x00000002,
|
||||
LSA_TRUST_ATTRIBUTE_QUARANTINED_DOMAIN = 0x00000004,
|
||||
LSA_TRUST_ATTRIBUTE_FOREST_TRANSITIVE = 0x00000008,
|
||||
LSA_TRUST_ATTRIBUTE_CROSS_ORGANIZATION = 0x00000010,
|
||||
LSA_TRUST_ATTRIBUTE_WITHIN_FOREST = 0x00000020,
|
||||
LSA_TRUST_ATTRIBUTE_TREAT_AS_EXTERNAL = 0x00000040,
|
||||
LSA_TRUST_ATTRIBUTE_USES_RC4_ENCRYPTION = 0x00000080,
|
||||
LSA_TRUST_ATTRIBUTE_CROSS_ORGANIZATION_NO_TGT_DELEGATION = 0x00000200,
|
||||
LSA_TRUST_ATTRIBUTE_PIM_TRUST = 0x00000400,
|
||||
LSA_TRUST_ATTRIBUTE_CROSS_ORGANIZATION_ENABLE_TGT_DELEGATION = 0x00000800
|
||||
} lsa_TrustAttributes;
|
||||
|
||||
typedef struct {
|
||||
|
Reference in New Issue
Block a user