1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-12 20:58:37 +03:00
Jeremy.
(This used to be commit 4cbcd164147d25286fe8dd460c6123e961c4f657)
This commit is contained in:
Jeremy Allison 2004-05-06 23:13:44 +00:00 committed by Gerald (Jerry) Carter
parent 7b258d284f
commit 835eaa42ca

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. */