1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00
Jeremy.
This commit is contained in:
Jeremy Allison 2004-05-06 23:13:44 +00:00 committed by Gerald (Jerry) Carter
parent 2d52562691
commit 4cbcd16414

View File

@ -94,6 +94,8 @@ static BOOL winbindd_fill_pwent(char *dom_name, char *user_name,
safe_strcpy(pw->pw_shell, shell,
sizeof(pw->pw_shell) - 1);
SAFE_FREE(shell);
/* Password - set to "x" as we can't generate anything useful here.
Authentication can be done using the pam_winbind module. */