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

Re: Searches are painfully slow



Daniel Windura wrote:
> 
> I believe I experienced the same problem. The ldapsearch took few seconds (about 10 - 30) before displaying the result of a simple search. But if my PC connected to internet (via ADSL), the result somehow was instantaneous.
> 
> I don't know how it is related and haven't have time to debug.
> 


Try compiling with  --disable-rlookups.
By default, slapd does a reverse DNS lookup on connecting client's addresses.
That won't work without a DNS server.

Markus