Skip to Content.
Sympa Menu

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

Subject: COmanage Developers List

List archive

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


Chronological Thread 
  • From: Scott Koranda <>
  • To: Benn Oshrin <>
  • Cc:
  • Subject: Re: [comanage-dev] bootstrap of COmanage CO and admin identifiers
  • Date: Wed, 29 Aug 2012 15:21:30 -0500

> No. cm_identifiers is an MVPA Model (Multi-Valued Person Attribute),
> which can attach to an Org Identity or a CO Person [Role], but not
> both simultaneously.
>
> Setup creates an org identity with the identifier that matches what
> you are logging in with. It then creates a co person, and links the
> org identity to it via cm_co_org_identity_links.
>
>
> is not (by default) a CO identifier.

Understood.

My question is should it be a CO identifier by default in
addition to being an org identifier?

Thanks,

Scott

>
> -Benn-
>
> On 8/29/12 3:55 PM, Scott Koranda wrote:
> >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