Include first and lash name in user objects for substitution

This commit is contained in:
Jamie Cameron
2008-09-26 17:11:15 +00:00
parent a475f321c0
commit 06bebf100f

View File

@@ -289,7 +289,9 @@ else {
'shell' => $shell,
'pass' => $pass,
'plainpass' => $plainpass,
'home' => $home );
'home' => $home,
'firstname' => $firstname,
'lastname' => $lastname );
if ($in{'new'}) {
defined(&all_getpwnam($user)) &&