Skip to Content.
Sympa Menu

comanage-dev - [comanage-dev] bootstrap of COmanage CO and admin identifiers

Subject: COmanage Developers List

List archive

[comanage-dev] bootstrap of COmanage CO and admin identifiers


Chronological Thread 
  • From: Scott Koranda <>
  • To: comanage-dev <>
  • Subject: [comanage-dev] bootstrap of COmanage CO and admin identifiers
  • Date: Wed, 29 Aug 2012 14:55:04 -0500

Hi,

During the bootstrap process of the registry an org identifier
is created for the admin:

mysql> select * from cm_identifiers where id = 1\G
*************************** 1. row ***************************
id: 1
identifier:

type: uid
login: 1
status: A
co_person_id: NULL
org_identity_id: 1
created: 2012-08-29 08:19:24
modified: 2012-08-29 08:19:24

Shouldn't another row be created with that identifier value
and co_person_id linked to the id for the row

mysql> select * from cm_co_people where co_id = 1\G
*************************** 1. row ***************************
id: 1
co_id: 1
status: A
created: 2012-08-29 08:19:24
modified: 2012-08-29 08:19:24

?

Thanks,

Scott




Archive powered by MHonArc 2.6.16.

Top of Page