Hi folks
How can I (admin) retrieve the number of entries? there is any way different (and faster) from ldapsearch ...(uid=*) ...?
thnaks in advance
carlo
My guess is that it's printing to the screen that's taking the time (not the ldapsearch)
try:
$ldapsearch ...(uid=*)... | tail
~c