1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-22 05:57:43 +03:00

r22727: remove outdated comment about templatre shell and homedir

This commit is contained in:
Gerald Carter 2007-05-06 21:40:28 +00:00 committed by Gerald (Jerry) Carter
parent 0399f52a1c
commit e8f9bd6558

View 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))