svn commit: samba r23472 - in branches/SAMBA_3_0/source/param: .

jerry at samba.org jerry at samba.org
Wed Jun 13 20:43:49 GMT 2007


Author: jerry
Date: 2007-06-13 20:43:49 +0000 (Wed, 13 Jun 2007)
New Revision: 23472

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

Log:
add missing default setting for 'winbind nss info' (merge from  3.0.26)
Modified:
   branches/SAMBA_3_0/source/param/loadparm.c


Changeset:
Modified: branches/SAMBA_3_0/source/param/loadparm.c
===================================================================
--- branches/SAMBA_3_0/source/param/loadparm.c	2007-06-13 20:40:54 UTC (rev 23471)
+++ branches/SAMBA_3_0/source/param/loadparm.c	2007-06-13 20:43:49 UTC (rev 23472)
@@ -1644,6 +1644,7 @@
 	Globals.bWinbindTrustedDomainsOnly = False;
 	Globals.bWinbindNestedGroups = True;
 	Globals.winbind_expand_groups = 1;	
+	Globals.szWinbindNssInfo = str_list_make("template", NULL);
 	Globals.bWinbindRefreshTickets = False;
 	Globals.bWinbindOfflineLogon = False;
 



More information about the samba-cvs mailing list