mirror of
https://github.com/webmin/webmin.git
synced 2025-07-23 00:30:33 +00:00
Fixed UID check when batch adding
This commit is contained in:
@ -84,7 +84,7 @@ LINE: foreach $line (split(/[\r\n]+/, $data)) {
|
||||
print &text('batch_echeck', $lnum, $err),"\n";
|
||||
next;
|
||||
}
|
||||
if (&check_user_used($user{'user'})) {
|
||||
if (&check_user_used($ldap, $user{'user'})) {
|
||||
print &text('batch_euser', $lnum, $user{'user'}),"\n";
|
||||
next;
|
||||
}
|
||||
|
Reference in New Issue
Block a user