fix: make default service configuration listen on ldaps:/// as well
Resolves: #1105634
This commit is contained in:
parent
45966edea7
commit
abc96f87d2
@ -5,7 +5,7 @@
|
|||||||
|
|
||||||
Name: openldap
|
Name: openldap
|
||||||
Version: 2.4.39
|
Version: 2.4.39
|
||||||
Release: 7%{?dist}
|
Release: 8%{?dist}
|
||||||
Summary: LDAP support libraries
|
Summary: LDAP support libraries
|
||||||
Group: System Environment/Daemons
|
Group: System Environment/Daemons
|
||||||
License: OpenLDAP
|
License: OpenLDAP
|
||||||
@ -577,6 +577,9 @@ exit 0
|
|||||||
%{_mandir}/man3/*
|
%{_mandir}/man3/*
|
||||||
|
|
||||||
%changelog
|
%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
|
* 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
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
||||||
|
|
||||||
|
@ -11,7 +11,7 @@ Documentation=file:///usr/share/doc/openldap-servers/guide.html
|
|||||||
Type=forking
|
Type=forking
|
||||||
PIDFile=/var/run/openldap/slapd.pid
|
PIDFile=/var/run/openldap/slapd.pid
|
||||||
ExecStartPre=/usr/libexec/openldap/check-config.sh
|
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]
|
[Install]
|
||||||
WantedBy=multi-user.target
|
WantedBy=multi-user.target
|
||||||
|
Loading…
Reference in New Issue
Block a user