fix: fix typo in generate-server-cert.sh

Resolves: #1117229
This commit is contained in:
Jan Synacek 2014-07-14 11:36:29 +02:00
parent abc96f87d2
commit 826b3eb9d7
2 changed files with 5 additions and 2 deletions

View File

@ -25,7 +25,7 @@ CERT_VALID_MONTHS=12
usage() { usage() {
printf "usage: generate-server-cert.sh [-d certdb-dir] [-n cert-name]\n" >&2 printf "usage: generate-server-cert.sh [-d certdb-dir] [-n cert-name]\n" >&2
printf " [-p password-file] [-h hostnames]\n" >&2 printf " [-p password-file] [-h hostnames]\n" >&2
pritnf " [-a dns-alt-names] [-o]\n" >&2 printf " [-a dns-alt-names] [-o]\n" >&2
exit 1 exit 1
} }

View File

@ -5,7 +5,7 @@
Name: openldap Name: openldap
Version: 2.4.39 Version: 2.4.39
Release: 8%{?dist} Release: 9%{?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 Jul 14 2014 Jan Synáček <jsynacek@redhat.com> - 2.4.39-9
- fix: fix typo in generate-server-cert.sh (#1117229)
* Mon Jun 9 2014 Jan Synáček <jsynacek@redhat.com> - 2.4.39-8 * 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) - fix: make default service configuration listen on ldaps:/// as well (#1105634)