#!/bin/sh ldapport=389 ldapsport=636 # enable SSL in the directory server echo "Enabling SSL in the directory server - when prompted, provide the directory manager password" ldapmodify -x -h localhost -p $ldapport -D "cn=directory manager" -W <