[openldap] fix: make default service configuration listen on ldaps:/// as well

jsynacek jsynacek at fedoraproject.org
Mon Jun 9 07:38:16 UTC 2014


commit abc96f87d26719dd22f429e1a1ce6a4f244a8c04
Author: Jan Synacek <jsynacek at redhat.com>
Date:   Mon Jun 9 09:29:34 2014 +0200

    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 <jsynacek at redhat.com> - 2.4.39-8
+- fix: make default service configuration listen on ldaps:/// as well (#1105634)
+
 * Sat Jun 07 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 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


More information about the scm-commits mailing list