| 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".
|