Skip to Content.
Sympa Menu

comanage-dev - Re: [comanage-dev] r122 - trunk/app/vendors/shells

Subject: COmanage Developers List

List archive

Re: [comanage-dev] r122 - trunk/app/vendors/shells


Chronological Thread 
  • From: Benn Oshrin <>
  • To:
  • Subject: Re: [comanage-dev] r122 - trunk/app/vendors/shells
  • Date: Thu, 01 Dec 2011 07:30:34 -0800

Where is that coming from? The string "Auth.User.org_identity_id" isn't in my source tree anymore.

On 11/30/11 2:58 PM, Marie Huynh wrote:
I'm now getting "Auth.User.org_identity_id doesn't exist".

On Wed, Nov 30, 2011 at 10:01
AM,<>
wrote:
Author: benno
Date: 2011-11-30 13:01:50 -0500 (Wed, 30 Nov 2011)
New Revision: 122

Modified:
trunk/app/vendors/shells/setup.php
Log:
Bug fix for r119 [CO-199]

Modified: trunk/app/vendors/shells/setup.php
===================================================================
--- trunk/app/vendors/shells/setup.php 2011-11-29 21:15:13 UTC (rev 121)
+++ trunk/app/vendors/shells/setup.php 2011-11-30 18:01:50 UTC (rev 122)
@@ -44,7 +44,7 @@
$this->Identifier->query("CREATE VIEW " . $prefix . "users AS
SELECT a.username as username, a.password as password, a.id as api_user_id
FROM cm_api_users a
-UNION SELECT i.identifier as username, '*' as password, null as api_user_id
as org_identity_id
+UNION SELECT i.identifier as username, '*' as password, null as api_user_id
FROM cm_identifiers i
WHERE i.login=true;
");




  • Re: [comanage-dev] r122 - trunk/app/vendors/shells, Benn Oshrin, 12/01/2011

Archive powered by MHonArc 2.6.16.

Top of Page