Network Programming Spring 99

Project 6 - LDAP
Frequently Asked Questions

Q: I can't get the server to answer any queries, no matter what I always get "no object found".

A: Run the script "create_db" to rebuild the database files in your directory.

Q: Im trying to run the server for project 6. I've copied the dir to my account, changed the config, but when I run "../libexec/slapd -d 10 -p 3333 -f slapd.conf" it can't find "libexec" or slapd.

A: The handout was wrong, you need to run "/cs/hollingd/ldap/libexec/slapd -d 10 -p 3333 -f slapd.conf".