[1917] in Moira Commits

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

/svn/moira r4056 - trunk/moira/gen

daemon@ATHENA.MIT.EDU (Garry Zacheiss)
Wed Nov 9 20:51:04 2011

Date: Wed, 9 Nov 2011 20:51:03 -0500
From: Garry Zacheiss <zacheiss@MIT.EDU>
Message-Id: <201111100151.pAA1p3NW025339@drugstore.mit.edu>
To: moira-commits@MIT.EDU
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Author: zacheiss
Date: 2011-11-09 20:51:03 -0500 (Wed, 09 Nov 2011)
New Revision: 4056

Modified:
   trunk/moira/gen/directory.pc
Log:
Exclude class MGMT.

Modified: trunk/moira/gen/directory.pc
===================================================================
--- trunk/moira/gen/directory.pc	2011-10-12 23:26:19 UTC (rev 4055)
+++ trunk/moira/gen/directory.pc	2011-11-10 01:51:03 UTC (rev 4056)
@@ -64,7 +64,8 @@
     login, last, first, middle, office_addr, office_phone, 
     home_addr, home_phone, clearid, type 
     FROM users WHERE status = 1 AND type != 'SYSTEM' AND type != 'STAFF'
-    AND type != 'TEST' AND type != 'REGTEST' AND type != 'SHARED' AND type NOT LIKE 'GUES%';
+    AND type != 'TEST' AND type != 'REGTEST' AND type != 'SHARED'
+    AND type != 'MGMT' AND type NOT LIKE 'GUES%';
   EXEC SQL OPEN x;
   while (1)
     {


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