[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Having problem setting up slapd
I'm trying to follow the quick start guide instructions(as this is
perfect for the server that I need) and I have run into a slight snag.
Once I get everything configured and try to do the ldapsearch
test(ldapsearch -h 127.0.0.1 'objectlass=*') it comes back with:
ldap_search: No such object
The verbose output is:
ldap_init( 192.168.10.1, 0 )
filter pattern: objectclass=*
returniing: ALL
filter is: (objectclass=*)
ldap_search: No such object
0 matches
However, when I do a ldbmtest, I can pull up results, so I guess that my
slapd isn't reading the database for some reason. Any thought as to why
this might be so?
chris