[1951] in Moira Commits

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

/svn/moira r4090 - trunk/moira/gen

daemon@ATHENA.MIT.EDU (Garry Zacheiss)
Wed Jan 2 12:17:12 2013

Date: Wed, 2 Jan 2013 12:17:05 -0500
From: Garry Zacheiss <zacheiss@MIT.EDU>
Message-Id: <201301021717.r02HH5nd026060@drugstore.mit.edu>
To: moira-commits@MIT.EDU
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Author: zacheiss
Date: 2013-01-02 12:17:05 -0500 (Wed, 02 Jan 2013)
New Revision: 4090

Modified:
   trunk/moira/gen/zephyr.pc
Log:
Dump kerberos principals in v5 format.  This is slightly wrong, but less wrong than the current status quo.

Modified: trunk/moira/gen/zephyr.pc
===================================================================
--- trunk/moira/gen/zephyr.pc	2012-12-07 19:51:32 UTC (rev 4089)
+++ trunk/moira/gen/zephyr.pc	2013-01-02 17:17:05 UTC (rev 4090)
@@ -129,7 +129,7 @@
   if (!strcmp(type, "ALL"))
     fprintf(out, "*.*@*\n");
   else if (strcmp(type, "NONE") != 0)
-    dump_krb_acl(out, type, id, 4);
+    dump_krb_acl(out, type, id, 5);
 }
 
 void sqlerr(void)


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