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

RE: object not found?



the entry is 
"dn: o=xyz, c=US"
and I am still getting the errors

even when I am doing a ldapsearch -b 'o=*,c=US' 'objectClass=*'

maybe something else on the side arent define clear? missing?

> This entry doesn't match any of the stuff below it " dn: o=CHPNET,c=US". Do
> you mean to say "dn: o=xyz, c=US" ?
> 
> > then I did a
> >
> > ldapsearch -b 'o=xyz,c=US' 'objectClass*'
> > returns with a
> > ldap_search: No such object <- ?
> 
> 
> You are close here, but try doing your ldapsearch like this and see if it
> works (add an equals (=) sign between objectclass and the "*"):
> 
> #> ldapsearch -b 'o=xyz,c=US' 'objectclass=*'
> 
> this should return the every entry in the "xyz, US" portion of your ldap db.