From: Gerald Carter Date: Sun, 6 May 2007 21:15:45 +0000 (+0000) Subject: r22716: Clarify comment in winbindd_domain structure X-Git-Tag: samba-misc-tags/initial-v3-0-unstable~528 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=32fd8558bd4531a745a04810a1cb6392dfab16a5;p=thirdparty%2Fsamba.git r22716: Clarify comment in winbindd_domain structure --- diff --git a/source/nsswitch/winbindd.h b/source/nsswitch/winbindd.h index e43cb0853a3..4679a1330cb 100644 --- a/source/nsswitch/winbindd.h +++ b/source/nsswitch/winbindd.h @@ -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 */