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