mirror of
https://github.com/webmin/webmin.git
synced 2025-07-20 16:48:46 +00:00
Batch file export format on BSD needs to have the same format as expected for import https://github.com/webmin/webmin/issues/1230
This commit is contained in:
@ -64,6 +64,8 @@ foreach $u (@ulist) {
|
||||
$u->{'real'}, $u->{'home'}, $u->{'shell'} );
|
||||
if ($pft == 1 || $pft == 6) {
|
||||
push(@line, $u->{'class'});
|
||||
push(@line, $u->{'change'});
|
||||
push(@line, $u->{'expire'});
|
||||
}
|
||||
elsif ($pft == 2) {
|
||||
push(@line, $u->{'min'}, $u->{'max'}, $u->{'warn'},
|
||||
|
Reference in New Issue
Block a user