[debian-edu-commits] debian-edu/ 02/03: CUPS: Do hostname lookups, so https redirects are done to the FQDN of the CUPS server instead of to its IP address. (Closes: #805402).

Mike Gabriel sunweaver at debian.org
Mon Jan 11 16:46:02 UTC 2016


This is an automated email from the git hooks/post-receive script.

sunweaver pushed a commit to branch master
in repository debian-edu-config.

commit 6c43594e6e8a52f38b3ef9ef046791969405d327
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Mon Jan 11 17:29:20 2016 +0100

    CUPS: Do hostname lookups, so https redirects are done to the FQDN of the CUPS server instead of to its IP address. (Closes: #805402).
---
 debian/changelog               | 2 ++
 etc/cups/cupsd-debian-edu.conf | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 8d4be82..38260ad 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -68,6 +68,8 @@ debian-edu-config (1.819) UNRELEASED; urgency=low
     encoded). Already existing gosa.conf files on deployed servers should drop
     the sambaHashHook from the gosa.conf file, as well, once gosa is updated to
     the above referenced GOsa version.
+  * CUPS: Do hostname lookups, so https redirects are done to the FQDN of the
+    CUPS server instead of to its IP address. (Closes: #805402).
 
  -- Petter Reinholdtsen <pere at debian.org>  Sat, 16 May 2015 23:12:06 +0200
 
diff --git a/etc/cups/cupsd-debian-edu.conf b/etc/cups/cupsd-debian-edu.conf
index ed3b6d4..7134f34 100644
--- a/etc/cups/cupsd-debian-edu.conf
+++ b/etc/cups/cupsd-debian-edu.conf
@@ -221,7 +221,7 @@ ServerAlias *
 # fully-qualified hostname.  This defaults to Off for performance reasons...
 #
 
-#HostNameLookups Off
+HostNameLookups On
 
 #
 # KeepAlive: whether or not to support the Keep-Alive connection

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-edu/debian-edu-config.git



More information about the debian-edu-commits mailing list