1
0
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:
Gerald Carter 2007-05-06 21:15:45 +00:00 committed by Gerald (Jerry) Carter
parent 09fee9aa18
commit 8bbf274f07

View File

@ -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 */