[Date Prev][Date Next] [Chronological] [Thread] [Top]

Re: number of entries



Carlo Impagliazzo wrote:
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