summaryrefslogtreecommitdiff
path: root/source3/nsswitch/winbindd_user.c
diff options
context:
space:
mode:
authorGerald Carter <jerry@samba.org>2007-05-06 21:40:28 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:21:51 -0500
commit3df5bc872867036c07d4fdf580f8c5a3abfc1f18 (patch)
treea350f9bfe9a8ef0ee5e73fd01a27ffe96d97159b /source3/nsswitch/winbindd_user.c
parentc473d9e47f943a3c6b238127554bb475a014e80a (diff)
downloadsamba-3df5bc872867036c07d4fdf580f8c5a3abfc1f18.tar.gz
samba-3df5bc872867036c07d4fdf580f8c5a3abfc1f18.tar.bz2
samba-3df5bc872867036c07d4fdf580f8c5a3abfc1f18.zip
r22727: remove outdated comment about templatre shell and homedir
(This used to be commit e8f9bd655829f671e9ce395aa9b4b94ff4bab36a)
Diffstat (limited to 'source3/nsswitch/winbindd_user.c')
-rw-r--r--source3/nsswitch/winbindd_user.c4
1 files changed, 1 insertions, 3 deletions
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))