Jun
18
Install on Ubuntu 8.04
If you want to run LDAP server on Ubuntu 8.04 you will need to install several programs. slapd and ldap-utils. Use apt-get as root or with sudo for these two programs and it will also install all the dependencies.
# apt-get install slapd ldap-utils
Leave a Reply