svn commit: samba r22727 - 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:40:29 GMT 2007


Author: jerry
Date: 2007-05-06 21:40:28 +0000 (Sun, 06 May 2007)
New Revision: 22727

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

Log:
remove outdated comment about templatre shell and homedir
Modified:
   branches/SAMBA_3_0/source/nsswitch/winbindd_user.c
   branches/SAMBA_3_0_26/source/nsswitch/winbindd_user.c


Changeset:
Modified: branches/SAMBA_3_0/source/nsswitch/winbindd_user.c
===================================================================
--- branches/SAMBA_3_0/source/nsswitch/winbindd_user.c	2007-05-06 21:36:20 UTC (rev 22726)
+++ branches/SAMBA_3_0/source/nsswitch/winbindd_user.c	2007-05-06 21:40:28 UTC (rev 22727)
@@ -105,9 +105,7 @@
 	
 	safe_strcpy(pw->pw_gecos, full_name, sizeof(pw->pw_gecos) - 1);
 
-	/* Home directory and shell - use template config parameters.  The
-	   defaults are /tmp for the home directory and /bin/false for
-	   shell. */
+	/* Home directory and shell */
 	
 	if (!fillup_pw_field(lp_template_homedir(), user_name, dom_name, 
 			     pw->pw_uid, pw->pw_gid, homedir, pw->pw_dir))

Modified: branches/SAMBA_3_0_26/source/nsswitch/winbindd_user.c
===================================================================
--- branches/SAMBA_3_0_26/source/nsswitch/winbindd_user.c	2007-05-06 21:36:20 UTC (rev 22726)
+++ branches/SAMBA_3_0_26/source/nsswitch/winbindd_user.c	2007-05-06 21:40:28 UTC (rev 22727)
@@ -105,9 +105,7 @@
 	
 	safe_strcpy(pw->pw_gecos, full_name, sizeof(pw->pw_gecos) - 1);
 
-	/* Home directory and shell - use template config parameters.  The
-	   defaults are /tmp for the home directory and /bin/false for
-	   shell. */
+	/* Home directory and shell */
 	
 	if (!fillup_pw_field(lp_template_homedir(), user_name, dom_name, 
 			     pw->pw_uid, pw->pw_gid, homedir, pw->pw_dir))



More information about the samba-cvs mailing list