[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
RE: object not found?
I see a couple of things that my cause trouble...
> ------[contain of mydb.txt]----------
> dn: o=CHPNET,c=US
> objectClass: organization
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.
colin.stefani
pinnacle studios
-----------------------------------------
"System Error...hit any user to continue"
-----------------------------------------