########################################
# SLAPD Proccess options
########################################
# SLAPD URL list
SLAPDURLLIST="ldap://localhost/"
#SLAPDURLLIST="'ldap://localhost/ ldaps:///'"
#SLAPDURLLIST="'ldap:/// ldaps:///'"

SLAPD_OPTIONS="-l DAEMON -s 6"

########################################
# SLURPD Proccess options
########################################
SLURPD_OPTIONS='-t /'
