At 07:43 PM 7/13/99 -0400, ks@thinc.org wrote: > >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=*' You cannot place wildcard in search base. Try: ldapsearch -b 'o=xyz,c=US' 'objectClass=*' Verify that your server suffix is "o=xyz, c=US" AND that the entry "o=xyz, c=US" exists (use ldapadd(1) to add it if necessary).