[1862] in Moira Commits

home help back first fref pref prev next nref lref last post

/svn/moira r4006 - trunk/moira/gen

daemon@ATHENA.MIT.EDU (Garry Zacheiss)
Fri May 21 14:44:03 2010

Date: Fri, 21 May 2010 14:43:57 -0400
From: Garry Zacheiss <zacheiss@MIT.EDU>
Message-Id: <201005211843.o4LIhvMD019597@drugstore.mit.edu>
To: moira-commits@mit.edu
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Author: zacheiss
Date: 2010-05-21 14:43:56 -0400 (Fri, 21 May 2010)
New Revision: 4006

Modified:
   trunk/moira/gen/cups-cluster.pc
   trunk/moira/gen/cups-print.pc
Log:
Include top level lpc acl.

Modified: trunk/moira/gen/cups-cluster.pc
===================================================================
--- trunk/moira/gen/cups-cluster.pc	2010-05-18 18:39:27 UTC (rev 4005)
+++ trunk/moira/gen/cups-cluster.pc	2010-05-21 18:43:56 UTC (rev 4006)
@@ -620,6 +620,7 @@
       fprintf (out, "AuthType Default\n");
       fprintf (out, "Require user @OWNER @SYSTEM\n");
       printer_user_list(out, "LIST", lpc_acl, "Require user", 1);
+      printer_user_list(out, "LIST", top_lpc_acl, "Require user", 1);
       fprintf (out, "Order deny,allow\n");
       fprintf (out, "Allow from all\n");
       fprintf (out, "</Limit>\n");

Modified: trunk/moira/gen/cups-print.pc
===================================================================
--- trunk/moira/gen/cups-print.pc	2010-05-18 18:39:27 UTC (rev 4005)
+++ trunk/moira/gen/cups-print.pc	2010-05-21 18:43:56 UTC (rev 4006)
@@ -624,6 +624,7 @@
       fprintf (out, "AuthType Default\n");
       fprintf (out, "Require user @OWNER @SYSTEM\n");
       printer_user_list(out, "LIST", lpc_acl, "Require user", 1);
+      printer_user_list(out, "LIST", top_lpc_acl, "Require user", 1);
       fprintf (out, "Order deny,allow\n");
       fprintf (out, "Allow from all\n");
       fprintf (out, "</Limit>\n");


home help back first fref pref prev next nref lref last post