r22727: remove outdated comment about templatre shell and homedir
authorGerald Carter <jerry@samba.org>
Sun, 6 May 2007 21:40:28 +0000 (21:40 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 17:21:51 +0000 (12:21 -0500)
source/nsswitch/winbindd_user.c

index 74dc291e0186ecdb7edea7635dbdaa57e9a30319..5e1ce8d13700d62c8aebe4d70dfdd329319917ff 100644 (file)
@@ -105,9 +105,7 @@ static BOOL winbindd_fill_pwent(char *dom_name, char *user_name,
        
        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))