mirror of
https://github.com/webmin/webmin.git
synced 2025-07-20 16:48:46 +00:00
Remove debug lines
This commit is contained in:
@ -61,14 +61,12 @@ LINE: foreach $line (split(/[\r\n]+/, $data)) {
|
||||
$user{'warn'} = $line[10];
|
||||
$user{'inactive'} = $line[11];
|
||||
$user{'expire'} = $line[12];
|
||||
&webmin_debug_log('ldap-batch',"going to set shadow last change");
|
||||
if ($in{'forcechange'} == 1){
|
||||
$user{'change'} = 0;
|
||||
} else {
|
||||
$user{'change'} = $line[2] eq '' ? '' :
|
||||
int(time() / (60*60*24));
|
||||
}
|
||||
&webmin_debug_log('ldap-batch',"finished to set change");
|
||||
@attrs = @line[13 .. $#line];
|
||||
}
|
||||
else {
|
||||
|
Reference in New Issue
Block a user