drop ipa-httpd-pwdreader-force-fqdn.diff

This commit is contained in:
Timo Aaltonen
2018-10-08 11:28:17 +03:00
parent 72d83858fe
commit 5d1945c9a2
3 changed files with 1 additions and 11 deletions

1
debian/changelog vendored
View File

@@ -2,6 +2,7 @@ freeipa (4.7.1-1) UNRELEASED; urgency=medium
* New upstream release.
- fix-replicainstall.diff dropped, not applicable anymore
- ipa-httpd-pwdreader-force-fqdn.diff dropped, obsolete
- refresh patches
* dont-migrate-to-authselect.diff We don't have authselect, so just
return true when trying to migrate to it. (LP: #1793994)

View File

@@ -1,10 +0,0 @@
--- a/install/tools/ipa-httpd-pwdreader
+++ b/install/tools/ipa-httpd-pwdreader
@@ -4,6 +4,7 @@
# If you'd like to write your custom binary providing passwords to mod_ssl,
# see the documentation of the aforementioned directive of the mod_ssl module.
+HOSTNAME=`hostname -f`
USAGE="./ipa-pwdreader host:port RSA|DSA|ECC|number"
if [ "$#" -ne 2 ]; then

View File

@@ -8,7 +8,6 @@ hack-tomcat-race.diff
fix-opendnssec-setup.diff
fix-fontawesome-path.diff
fix-krb5kdc-cert-path.diff
ipa-httpd-pwdreader-force-fqdn.diff
fix-gzip-path.diff
fix-py3-lesscpy-name.diff
dont-migrate-to-authselect.diff