From 0e42cf24608c78d0285fa7cf70f252f9f0703668 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Wed, 12 Feb 2003 00:56:14 +0000 Subject: setup the %U substitution in winbindd for the homedir template (This used to be commit 6186c10ceb2e61cd684968b56d3f32d9916538f8) --- source3/nsswitch/winbindd_user.c | 1 + 1 file changed, 1 insertion(+) diff --git a/source3/nsswitch/winbindd_user.c b/source3/nsswitch/winbindd_user.c index 5ae2fe7870..06c95224ab 100644 --- a/source3/nsswitch/winbindd_user.c +++ b/source3/nsswitch/winbindd_user.c @@ -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()); -- cgit