mirror of
https://github.com/samba-team/samba.git
synced 2025-03-27 22:50:26 +03:00
libwbclient: add trust routing and more trust-types
This adds the struct member and the defines, the implementation comes later. Signed-off-by: Ralph Boehme <slow@samba.org>
This commit is contained in:
parent
f12a43f487
commit
ec85579d87
@ -187,6 +187,7 @@ struct wbcDomainInfo {
|
||||
uint32_t domain_flags;
|
||||
uint32_t trust_flags;
|
||||
uint32_t trust_type;
|
||||
char *trust_routing;
|
||||
};
|
||||
|
||||
/* wbcDomainInfo->domain_flags */
|
||||
@ -209,6 +210,12 @@ struct wbcDomainInfo {
|
||||
#define WBC_DOMINFO_TRUSTTYPE_FOREST 0x00000001
|
||||
#define WBC_DOMINFO_TRUSTTYPE_IN_FOREST 0x00000002
|
||||
#define WBC_DOMINFO_TRUSTTYPE_EXTERNAL 0x00000003
|
||||
#define WBC_DOMINFO_TRUSTTYPE_LOCAL 0x00000004
|
||||
#define WBC_DOMINFO_TRUSTTYPE_WKSTA 0x00000005
|
||||
#define WBC_DOMINFO_TRUSTTYPE_RWDC 0x00000006
|
||||
#define WBC_DOMINFO_TRUSTTYPE_RODC 0x00000007
|
||||
#define WBC_DOMINFO_TRUSTTYPE_PDC 0x00000008
|
||||
|
||||
|
||||
/**
|
||||
* @brief Generic Blob
|
||||
|
Loading…
x
Reference in New Issue
Block a user