1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-27 03:21:53 +03:00

r2584: After talking to jerry, commit the strlower patch to getent username and

groupnames. In template homedir, leave %D alone uppercased.

Volker
This commit is contained in:
Volker Lendecke 2004-09-24 06:42:04 +00:00 committed by Gerald (Jerry) Carter
parent 0465e2d23d
commit dcb577f1cd
2 changed files with 3 additions and 0 deletions

View File

@ -58,6 +58,8 @@ static BOOL winbindd_fill_pwent(char *dom_name, char *user_name,
return False;
}
strlower_m(user_name);
/* Username */
fill_domain_username(output_username, dom_name, user_name);

View File

@ -648,6 +648,7 @@ void fill_domain_username(fstring name, const char *domain, const char *user)
domain, lp_winbind_separator(),
user);
}
strlower_m(name);
}
/*