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

Re: Bugs?



On Wed, 16 Sep 1998, Dyna Plus Operation wrote:

> Date: Wed, 16 Sep 1998 21:04:08 +0800
> From: Dyna Plus Operation <dynopt@ihpc.nus.edu.sg>
> To: morrill@crd.ge.com
> Cc: openldap-devel@openldap.org, openldap-stable@openldap.org
> Subject: Re: Bugs?
> 
> > Dyna Plus Operation wrote:
>  
> >> But to my surprise using ldapsearch does not return any result....
> >> % ldapsearch -h 127.0.0.1 -p 12345 'objectclass=*'
>  
> > I don't think that's a valid search string.  Try:
> > % ldapsearch -h 127.0.0.1 -p 12345 '(objectclass=*)'
>  
> > Dan Morrill
> > Computer Scientist
> > GE Corporate R&D, K1 5C36
> > (518) 387 - 6761
> 
> The above still does not work and give the same previous result.
> "ldapsearch: Partial results and referral received". That about it.
> 
> 

Can you please refrain from postings like these as this is openldap-devel
mailing list..thank you.
And as for your question there has been some mention of some manuals
having an erraneous command in them which reads 
ldapsearch -h 127.0.0.1 'objectclass=*'

Instead try
ldapsearch -b "o=University of Michigan, c=US" -h 127.0.0.1 'objectclass=*'
thought you don't need the -h parameter. "-b" is for "base dn". You
wouldn't need this parameter if you re-compile your distribution with
appropriate definitions in include/ldapconfig.h.edit

Pele