From 3df5bc872867036c07d4fdf580f8c5a3abfc1f18 Mon Sep 17 00:00:00 2001 From: Gerald Carter Date: Sun, 6 May 2007 21:40:28 +0000 Subject: r22727: remove outdated comment about templatre shell and homedir (This used to be commit e8f9bd655829f671e9ce395aa9b4b94ff4bab36a) --- source3/nsswitch/winbindd_user.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'source3/nsswitch/winbindd_user.c') diff --git a/source3/nsswitch/winbindd_user.c b/source3/nsswitch/winbindd_user.c index 74dc291e01..5e1ce8d137 100644 --- a/source3/nsswitch/winbindd_user.c +++ b/source3/nsswitch/winbindd_user.c @@ -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)) -- cgit