Blame SOURCES/0001-cgi-bin-ipp-var.c-Use-guest-user-for-Move-Job-when-n.patch

a17bb8
diff --git a/cgi-bin/ipp-var.c b/cgi-bin/ipp-var.c
a17bb8
index 92f1501..7edc058 100644
a17bb8
--- a/cgi-bin/ipp-var.c
a17bb8
+++ b/cgi-bin/ipp-var.c
a17bb8
@@ -275,10 +275,7 @@ cgiMoveJobs(http_t     *http,		/* I - Connection to server */
a17bb8
   */
a17bb8
 
a17bb8
   if ((user = getenv("REMOTE_USER")) == NULL)
a17bb8
-  {
a17bb8
-    puts("Status: 401\n");
a17bb8
-    exit(0);
a17bb8
-  }
a17bb8
+    user = "guest";
a17bb8
 
a17bb8
  /*
a17bb8
   * See if the user has already selected a new destination...