]> andersk Git - moira.git/commitdiff
More permission tweaking.
authorzacheiss <zacheiss>
Mon, 3 Nov 2008 16:35:03 +0000 (16:35 +0000)
committerzacheiss <zacheiss>
Mon, 3 Nov 2008 16:35:03 +0000 (16:35 +0000)
gen/cups-print.pc

index 7e5ba533b6320db59e7efdb7fd26659ec82f6687..5e315fe254c474c353d7d04f35665174908ffc6d 100644 (file)
@@ -404,6 +404,8 @@ void do_host(char *host)
       fprintf (out, "Require user @OWNER @SYSTEM\n");
       printer_user_list(out, "LIST", top_lpc_acl, "Require user");
       fprintf (out, "Order deny,allow\n");
+      fprintf (out, "Allow from all\n");
+      fprintf (out, "AuthType None\n");
       fprintf (out, "</Limit>\n");
       fprintf (out, "AuthType None\n");
       fprintf (out, "%s\n", catchall);
@@ -435,6 +437,7 @@ void do_host(char *host)
       fprintf (out, "Require user @OWNER @SYSTEM\n");
       printer_user_list(out, "LIST", lpc_acl, "Require user");
       fprintf (out, "Order deny,allow\n");
+      fprintf (out, "Allow from all\n");
       fprintf (out, "</Limit>\n");
       fprintf (out, "%s\n", submitjob);
       /* If the printer is Kerberized? */
This page took 0.050971 seconds and 5 git commands to generate.