From abc96f87d26719dd22f429e1a1ce6a4f244a8c04 Mon Sep 17 00:00:00 2001 From: Jan Synacek Date: Mon, 9 Jun 2014 09:29:34 +0200 Subject: [PATCH] fix: make default service configuration listen on ldaps:/// as well Resolves: #1105634 --- openldap.spec | 5 ++++- slapd.service | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/openldap.spec b/openldap.spec index 36ce1fc..a82f637 100644 --- a/openldap.spec +++ b/openldap.spec @@ -5,7 +5,7 @@ Name: openldap Version: 2.4.39 -Release: 7%{?dist} +Release: 8%{?dist} Summary: LDAP support libraries Group: System Environment/Daemons License: OpenLDAP @@ -577,6 +577,9 @@ exit 0 %{_mandir}/man3/* %changelog +* Mon Jun 9 2014 Jan Synáček - 2.4.39-8 +- fix: make default service configuration listen on ldaps:/// as well (#1105634) + * Sat Jun 07 2014 Fedora Release Engineering - 2.4.39-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild diff --git a/slapd.service b/slapd.service index 8eb9381..982d610 100644 --- a/slapd.service +++ b/slapd.service @@ -11,7 +11,7 @@ Documentation=file:///usr/share/doc/openldap-servers/guide.html Type=forking PIDFile=/var/run/openldap/slapd.pid ExecStartPre=/usr/libexec/openldap/check-config.sh -ExecStart=/usr/sbin/slapd -u ldap -h "ldap:/// ldapi:///" +ExecStart=/usr/sbin/slapd -u ldap -h "ldap:/// ldaps:/// ldapi:///" [Install] WantedBy=multi-user.target