[cups.bugs] [HIGH] STR #3873: Move Jobs does not honor cupsd.conf settings in WI

Paul Conklin paul.conklin at cerner.com
Mon Jun 27 16:10:30 PDT 2011


DO NOT REPLY TO THIS MESSAGE.  INSTEAD, POST ANY RESPONSES TO THE LINK BELOW.

[STR New]

Issue seems to stem from change to following file
cgi-bin\ipp-var.c file

in 1.3.x
  if ((user = getenv("REMOTE_USER")) == NULL)
    user = "guest";
in 1.4.6
  if ((user = getenv("REMOTE_USER")) == NULL)
  {
    puts("Status: 401\n");
    exit(0);
  }

Move Jobs always requires username regardless of what cupsd.conf
specifies, wheras older version (1.3.x) would substitute in "guest"

Link: http://www.cups.org/str.php?L3873
Version: 1.4.6





More information about the cups-devel mailing list