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

Resolves: #1105634
This commit is contained in:
Jan Synacek 2014-06-09 09:29:34 +02:00
parent 45966edea7
commit abc96f87d2
2 changed files with 5 additions and 2 deletions

View File

@ -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@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@lists.fedoraproject.org> - 2.4.39-7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild

View File

@ -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