To quickly install and configure Sun’s Oracle’s Directory Server Enterprise Edition (DSEE) 6.3:
- Unpack the download (tar -xvzf)
- CD into the DSEE_ZIP_DISTRIBUTION folder
- Install the software:./dsee_deploy install -i /opt/ds6
- Create a new instance:./dsadm create -p port -P SSL-port instance-path
- Start the new instance:./dsadm start instance-path
- Modify the example.ldif and then import (to create a new suffix)./dsconf create-suffix -h localhost -p 1389 dc=example,dc=com
./dsconf import -h localhost -p 1389 install-path/ds6/ldif/Example.ldif dc=example,dc=com