removed logging of all users
This commit is contained in:
parent
20f617ebdf
commit
104bfb0682
|
@ -1391,7 +1391,6 @@ class posixGroup extends baseModule implements passwordService {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
logNewMessage(LOG_DEBUG, 'Found ' . $resultCount . ' Unix users.');
|
logNewMessage(LOG_DEBUG, 'Found ' . $resultCount . ' Unix users.');
|
||||||
logNewMessage(LOG_DEBUG, print_r($result, true));
|
|
||||||
return $this->cachedUserToGIDList;
|
return $this->cachedUserToGIDList;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue