mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
parent
2d52562691
commit
4cbcd16414
@ -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. */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user