[debian-edu-commits] debian-edu/ 04/05: 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:45:05 UTC 2016


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

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

commit 6d1382911b893c53d1df04870b969bbbac2269d7
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 4e5544f..3d6c68a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -33,6 +33,8 @@ debian-edu-config (1.818+deb8u1) 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