openldap: remove --without-tls and start SSL-protected server by default

Signed-off-by: W. Michael Petullo <mike@flyn.org>
This commit is contained in:
W. Michael Petullo
2015-01-23 10:14:28 -05:00
parent 3fa281e56e
commit 01c785a750
2 changed files with 2 additions and 3 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ SERVICE_USE_PID=1
start() {
mkdir -m 0755 -p /var/openldap-data
service_start /usr/sbin/slapd
service_start /usr/sbin/slapd -h "ldap://localhost/ ldaps:///"
}
stop() {