mirror of
https://github.com/samba-team/samba.git
synced 2024-12-22 13:34:15 +03:00
r22716: Clarify comment in winbindd_domain structure
(This used to be commit 32fd8558bd
)
This commit is contained in:
parent
09fee9aa18
commit
8bbf274f07
@ -153,8 +153,8 @@ struct winbindd_child {
|
||||
/* Structures to hold per domain information */
|
||||
|
||||
struct winbindd_domain {
|
||||
fstring name; /* Domain name */
|
||||
fstring alt_name; /* alt Domain name (if any) */
|
||||
fstring name; /* Domain name (NetBIOS) */
|
||||
fstring alt_name; /* alt Domain name, if any (FQDN for ADS) */
|
||||
fstring forest_name; /* Name of the AD forest we're in */
|
||||
DOM_SID sid; /* SID for this domain */
|
||||
uint32 domain_flags; /* Domain flags from rpc_ds.h */
|
||||
|
Loading…
Reference in New Issue
Block a user