svn commit: samba r22716 - in branches: SAMBA_3_0/source/nsswitch SAMBA_3_0_26/source/nsswitch

jerry at samba.org jerry at samba.org
Sun May 6 21:15:46 GMT 2007


Author: jerry
Date: 2007-05-06 21:15:45 +0000 (Sun, 06 May 2007)
New Revision: 22716

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=22716

Log:
Clarify comment in winbindd_domain structure


Modified:
   branches/SAMBA_3_0/source/nsswitch/winbindd.h
   branches/SAMBA_3_0_26/source/nsswitch/winbindd.h


Changeset:
Modified: branches/SAMBA_3_0/source/nsswitch/winbindd.h
===================================================================
--- branches/SAMBA_3_0/source/nsswitch/winbindd.h	2007-05-06 21:10:30 UTC (rev 22715)
+++ branches/SAMBA_3_0/source/nsswitch/winbindd.h	2007-05-06 21:15:45 UTC (rev 22716)
@@ -153,8 +153,8 @@
 /* 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 */	

Modified: branches/SAMBA_3_0_26/source/nsswitch/winbindd.h
===================================================================
--- branches/SAMBA_3_0_26/source/nsswitch/winbindd.h	2007-05-06 21:10:30 UTC (rev 22715)
+++ branches/SAMBA_3_0_26/source/nsswitch/winbindd.h	2007-05-06 21:15:45 UTC (rev 22716)
@@ -153,8 +153,8 @@
 /* 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 */	



More information about the samba-cvs mailing list