mirror of
https://github.com/samba-team/samba.git
synced 2025-02-04 17:47:26 +03:00
Merge from HEAD...setup the %U substitution in winbindd for the homedir template
Jeremy.
This commit is contained in:
parent
c0eab99753
commit
efc4b738ae
@ -73,6 +73,7 @@ static BOOL winbindd_fill_pwent(char *dom_name, char *user_name,
|
||||
by lp_string() calling standard_sub_basic(). */
|
||||
|
||||
fstrcpy(current_user_info.smb_name, user_name);
|
||||
sub_set_smb_name(user_name);
|
||||
fstrcpy(current_user_info.domain, dom_name);
|
||||
|
||||
pstrcpy(homedir, lp_template_homedir());
|
||||
|
Loading…
x
Reference in New Issue
Block a user