diff options
Diffstat (limited to 'net-nds')
-rw-r--r-- | net-nds/openldap/openldap-2.4.57-r1.ebuild | 2 | ||||
-rw-r--r-- | net-nds/openldap/openldap-2.4.58-r1.ebuild | 2 | ||||
-rw-r--r-- | net-nds/openldap/openldap-2.4.59-r1.ebuild | 2 | ||||
-rw-r--r-- | net-nds/openldap/openldap-2.5.4.ebuild | 2 |
4 files changed, 8 insertions, 0 deletions
diff --git a/net-nds/openldap/openldap-2.4.57-r1.ebuild b/net-nds/openldap/openldap-2.4.57-r1.ebuild index 7486eb82e4bc..47420777739a 100644 --- a/net-nds/openldap/openldap-2.4.57-r1.ebuild +++ b/net-nds/openldap/openldap-2.4.57-r1.ebuild @@ -864,6 +864,8 @@ pkg_preinst() { pkg_postinst() { if ! use minimal ; then + tmpfiles_process slapd.conf + # You cannot build SSL certificates during src_install that will make # binary packages containing your SSL key, which is both a security risk # and a misconfiguration if multiple machines use the same key and cert. diff --git a/net-nds/openldap/openldap-2.4.58-r1.ebuild b/net-nds/openldap/openldap-2.4.58-r1.ebuild index 633bd5c86de1..679dc8b2ae51 100644 --- a/net-nds/openldap/openldap-2.4.58-r1.ebuild +++ b/net-nds/openldap/openldap-2.4.58-r1.ebuild @@ -864,6 +864,8 @@ pkg_preinst() { pkg_postinst() { if ! use minimal ; then + tmpfiles_process slapd.conf + # You cannot build SSL certificates during src_install that will make # binary packages containing your SSL key, which is both a security risk # and a misconfiguration if multiple machines use the same key and cert. diff --git a/net-nds/openldap/openldap-2.4.59-r1.ebuild b/net-nds/openldap/openldap-2.4.59-r1.ebuild index 633bd5c86de1..679dc8b2ae51 100644 --- a/net-nds/openldap/openldap-2.4.59-r1.ebuild +++ b/net-nds/openldap/openldap-2.4.59-r1.ebuild @@ -864,6 +864,8 @@ pkg_preinst() { pkg_postinst() { if ! use minimal ; then + tmpfiles_process slapd.conf + # You cannot build SSL certificates during src_install that will make # binary packages containing your SSL key, which is both a security risk # and a misconfiguration if multiple machines use the same key and cert. diff --git a/net-nds/openldap/openldap-2.5.4.ebuild b/net-nds/openldap/openldap-2.5.4.ebuild index c0fabfd506f8..8c6dab1cf306 100644 --- a/net-nds/openldap/openldap-2.5.4.ebuild +++ b/net-nds/openldap/openldap-2.5.4.ebuild @@ -796,6 +796,8 @@ pkg_preinst() { pkg_postinst() { if ! use minimal ; then + tmpfiles_process slapd.conf + # You cannot build SSL certificates during src_install that will make # binary packages containing your SSL key, which is both a security risk # and a misconfiguration if multiple machines use the same key and cert. |