From 01c785a75027f39f889b8175d36eaaed1d37c131 Mon Sep 17 00:00:00 2001 From: "W. Michael Petullo" Date: Fri, 23 Jan 2015 10:14:28 -0500 Subject: [PATCH] openldap: remove --without-tls and start SSL-protected server by default Signed-off-by: W. Michael Petullo --- libs/openldap/Makefile | 3 +-- libs/openldap/files/ldap.init | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/libs/openldap/Makefile b/libs/openldap/Makefile index 5344080da..dcc9d988a 100644 --- a/libs/openldap/Makefile +++ b/libs/openldap/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=openldap PKG_VERSION:=2.4.39 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tgz PKG_SOURCE_URL:=ftp://ftp.openldap.org/pub/OpenLDAP/openldap-release/ \ @@ -97,7 +97,6 @@ CONFIGURE_ARGS += \ --with-yielding_select="yes" \ --without-cyrus-sasl \ --without-threads \ - --without-tls \ --enable-null \ --disable-bdb \ --disable-hdb \ diff --git a/libs/openldap/files/ldap.init b/libs/openldap/files/ldap.init index b30bbf195..2209e76b4 100644 --- a/libs/openldap/files/ldap.init +++ b/libs/openldap/files/ldap.init @@ -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() {