--- cups-2.2.7.orig/cups/auth.c +++ cups-2.2.7/cups/auth.c @@ -1135,7 +1135,6 @@ cups_local_auth(http_t *http) /* I - HT if (http->hostaddr->addr.sa_family == AF_LOCAL && !getenv("GATEWAY_INTERFACE") && /* Not via CGI programs... */ - cups_auth_find(www_auth, "PeerCred")) { /* * Verify that the current cupsUser() matches the current UID...