summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGerald Carter <jerry@samba.org>2007-05-06 21:15:45 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:21:50 -0500
commit8bbf274f07ed21ae0a9595994c53f6189d40460b (patch)
tree78542c77266c753178fc1bd883a78d383e433379
parent09fee9aa1801c21c8e51489eddde10130f4605ad (diff)
downloadsamba-8bbf274f07ed21ae0a9595994c53f6189d40460b.tar.gz
samba-8bbf274f07ed21ae0a9595994c53f6189d40460b.tar.bz2
samba-8bbf274f07ed21ae0a9595994c53f6189d40460b.zip
r22716: Clarify comment in winbindd_domain structure
(This used to be commit 32fd8558bd4531a745a04810a1cb6392dfab16a5)
-rw-r--r--source3/nsswitch/winbindd.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/nsswitch/winbindd.h b/source3/nsswitch/winbindd.h
index e43cb0853a..4679a1330c 100644
--- a/source3/nsswitch/winbindd.h
+++ b/source3/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 */